Yingdi Yu | c2ab62c | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Zhenkai Zhu | 85845d2 | 2012-06-01 23:10:43 -0700 | [diff] [blame] | 2 | <ui version="4.0"> |
Yingdi Yu | c2ab62c | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 3 | <class>SettingDialog</class> |
| 4 | <widget class="QDialog" name="SettingDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>140</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Dialog</string> |
| 15 | </property> |
| 16 | <widget class="QPushButton" name="okButton"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>100</x> |
| 20 | <y>90</y> |
| 21 | <width>100</width> |
| 22 | <height>32</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string>OK</string> |
| 27 | </property> |
Zhenkai Zhu | 85845d2 | 2012-06-01 23:10:43 -0700 | [diff] [blame] | 28 | </widget> |
Yingdi Yu | c2ab62c | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 29 | <widget class="QLabel" name="msgLabel"> |
| 30 | <property name="geometry"> |
| 31 | <rect> |
| 32 | <x>20</x> |
| 33 | <y>20</y> |
| 34 | <width>150</width> |
| 35 | <height>16</height> |
| 36 | </rect> |
| 37 | </property> |
| 38 | <property name="font"> |
| 39 | <font> |
| 40 | <weight>75</weight> |
| 41 | <bold>true</bold> |
| 42 | </font> |
| 43 | </property> |
| 44 | <property name="text"> |
| 45 | <string>Current Identity:</string> |
| 46 | </property> |
| 47 | </widget> |
| 48 | <widget class="QLineEdit" name="identityLine"> |
| 49 | <property name="geometry"> |
| 50 | <rect> |
| 51 | <x>20</x> |
| 52 | <y>50</y> |
| 53 | <width>260</width> |
| 54 | <height>21</height> |
| 55 | </rect> |
| 56 | </property> |
| 57 | </widget> |
| 58 | </widget> |
| 59 | <resources/> |
| 60 | <connections/> |
Zhenkai Zhu | 85845d2 | 2012-06-01 23:10:43 -0700 | [diff] [blame] | 61 | </ui> |