summaryrefslogtreecommitdiff
path: root/portato/gui/qt/ui
diff options
context:
space:
mode:
authornecoro <>2007-04-16 22:34:28 +0000
committernecoro <>2007-04-16 22:34:28 +0000
commitad74f5cfcda1e740e007f750f242bea33047920d (patch)
tree9a8275841693dcc4fe89cb39087473067712ca18 /portato/gui/qt/ui
parent35d7c73cf74e891b6ead631444e4e470b3a7a941 (diff)
downloadportato-ad74f5cfcda1e740e007f750f242bea33047920d.tar.gz
portato-ad74f5cfcda1e740e007f750f242bea33047920d.tar.bz2
portato-ad74f5cfcda1e740e007f750f242bea33047920d.zip
added ebuild window for Qt-Frontend
Diffstat (limited to 'portato/gui/qt/ui')
-rw-r--r--portato/gui/qt/ui/EbuildDialog.ui88
-rw-r--r--portato/gui/qt/ui/PreferenceWindow.ui4
2 files changed, 90 insertions, 2 deletions
diff --git a/portato/gui/qt/ui/EbuildDialog.ui b/portato/gui/qt/ui/EbuildDialog.ui
new file mode 100644
index 0000000..831a93b
--- /dev/null
+++ b/portato/gui/qt/ui/EbuildDialog.ui
@@ -0,0 +1,88 @@
+<ui version="4.0" >
+ <class>EbuildDialog</class>
+ <widget class="QDialog" name="EbuildDialog" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>481</width>
+ <height>603</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Dialog</string>
+ </property>
+ <layout class="QVBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QTextEdit" name="ebuildEdit" >
+ <property name="undoRedoEnabled" >
+ <bool>false</bool>
+ </property>
+ <property name="readOnly" >
+ <bool>true</bool>
+ </property>
+ <property name="acceptRichText" >
+ <bool>false</bool>
+ </property>
+ <property name="cursorWidth" >
+ <number>0</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons" >
+ <set>QDialogButtonBox::Ok</set>
+ </property>
+ <property name="centerButtons" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>EbuildDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>248</x>
+ <y>254</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>157</x>
+ <y>274</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>EbuildDialog</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>316</x>
+ <y>260</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>286</x>
+ <y>274</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>
diff --git a/portato/gui/qt/ui/PreferenceWindow.ui b/portato/gui/qt/ui/PreferenceWindow.ui
index f65c2fa..6ac29e8 100644
--- a/portato/gui/qt/ui/PreferenceWindow.ui
+++ b/portato/gui/qt/ui/PreferenceWindow.ui
@@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>582</width>
- <height>706</height>
+ <width>570</width>
+ <height>729</height>
</rect>
</property>
<property name="windowTitle" >