diff options
author | necoro <> | 2007-04-06 00:31:03 +0000 |
---|---|---|
committer | necoro <> | 2007-04-06 00:31:03 +0000 |
commit | a9b07b7c0c6382eb8fadcc54d1d8a00075c38a29 (patch) | |
tree | 47bf4e7733488295503e2dfe603c9d48a6fedcd7 /portato/gui/qt/ui/AboutDialog.ui | |
parent | a54998f99c9bc5830eba7de9a76fac10f99721f0 (diff) | |
download | portato-a9b07b7c0c6382eb8fadcc54d1d8a00075c38a29.tar.gz portato-a9b07b7c0c6382eb8fadcc54d1d8a00075c38a29.tar.bz2 portato-a9b07b7c0c6382eb8fadcc54d1d8a00075c38a29.zip |
First qt draft
Diffstat (limited to 'portato/gui/qt/ui/AboutDialog.ui')
-rw-r--r-- | portato/gui/qt/ui/AboutDialog.ui | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/portato/gui/qt/ui/AboutDialog.ui b/portato/gui/qt/ui/AboutDialog.ui new file mode 100644 index 0000000..e7cd4ff --- /dev/null +++ b/portato/gui/qt/ui/AboutDialog.ui @@ -0,0 +1,85 @@ +<ui version="4.0" > + <class>Dialog</class> + <widget class="QDialog" name="Dialog" > + <property name="windowModality" > + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>369</width> + <height>279</height> + </rect> + </property> + <property name="windowTitle" > + <string>About Portato</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QLabel" name="label" > + <property name="text" > + <string>TextLabel</string> + </property> + <property name="alignment" > + <set>Qt::AlignCenter</set> + </property> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </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>Dialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>174</x> + <y>252</y> + </hint> + <hint type="destinationlabel" > + <x>176</x> + <y>197</y> + </hint> + </hints> + </connection> + </connections> +</ui> |