Yingdi Yu | 2ac40fb | 2013-10-21 13:38:38 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>SetAliasDialog</class> |
| 4 | <widget class="QDialog" name="SetAliasDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>150</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Dialog</string> |
| 15 | </property> |
| 16 | <widget class="QLineEdit" name="aliasInput"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>20</x> |
| 20 | <y>60</y> |
| 21 | <width>260</width> |
| 22 | <height>21</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | </widget> |
| 26 | <widget class="QPushButton" name="okButton"> |
| 27 | <property name="geometry"> |
| 28 | <rect> |
| 29 | <x>180</x> |
| 30 | <y>100</y> |
| 31 | <width>100</width> |
| 32 | <height>32</height> |
| 33 | </rect> |
| 34 | </property> |
| 35 | <property name="text"> |
| 36 | <string>OK</string> |
| 37 | </property> |
| 38 | </widget> |
| 39 | <widget class="QPushButton" name="cancelButton"> |
| 40 | <property name="geometry"> |
| 41 | <rect> |
| 42 | <x>20</x> |
| 43 | <y>100</y> |
| 44 | <width>100</width> |
| 45 | <height>32</height> |
| 46 | </rect> |
| 47 | </property> |
| 48 | <property name="text"> |
| 49 | <string>Cancel</string> |
| 50 | </property> |
| 51 | </widget> |
| 52 | <widget class="QLabel" name="introLabel"> |
| 53 | <property name="geometry"> |
| 54 | <rect> |
| 55 | <x>20</x> |
| 56 | <y>20</y> |
| 57 | <width>260</width> |
| 58 | <height>30</height> |
| 59 | </rect> |
| 60 | </property> |
| 61 | <property name="text"> |
| 62 | <string>TextLabel</string> |
| 63 | </property> |
| 64 | <property name="alignment"> |
| 65 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 66 | </property> |
| 67 | </widget> |
| 68 | </widget> |
| 69 | <resources/> |
| 70 | <connections/> |
| 71 | </ui> |