Yingdi Yu | e50bcf9 | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 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> |
Yingdi Yu | 4237244 | 2013-11-06 18:43:31 -0800 | [diff] [blame] | 10 | <height>150</height> |
Yingdi Yu | e50bcf9 | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 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> |
Yingdi Yu | 4237244 | 2013-11-06 18:43:31 -0800 | [diff] [blame] | 20 | <y>110</y> |
Yingdi Yu | e50bcf9 | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 21 | <width>100</width> |
| 22 | <height>32</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string>OK</string> |
| 27 | </property> |
| 28 | </widget> |
| 29 | <widget class="QLabel" name="msgLabel"> |
| 30 | <property name="geometry"> |
| 31 | <rect> |
Yingdi Yu | 4237244 | 2013-11-06 18:43:31 -0800 | [diff] [blame] | 32 | <x>10</x> |
| 33 | <y>10</y> |
Yingdi Yu | e50bcf9 | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 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> |
Yingdi Yu | 4237244 | 2013-11-06 18:43:31 -0800 | [diff] [blame] | 51 | <x>10</x> |
| 52 | <y>30</y> |
| 53 | <width>280</width> |
| 54 | <height>21</height> |
| 55 | </rect> |
| 56 | </property> |
| 57 | </widget> |
| 58 | <widget class="QLabel" name="nickLabel"> |
| 59 | <property name="geometry"> |
| 60 | <rect> |
| 61 | <x>10</x> |
| 62 | <y>60</y> |
| 63 | <width>150</width> |
| 64 | <height>16</height> |
| 65 | </rect> |
| 66 | </property> |
| 67 | <property name="font"> |
| 68 | <font> |
| 69 | <weight>75</weight> |
| 70 | <bold>true</bold> |
| 71 | </font> |
| 72 | </property> |
| 73 | <property name="text"> |
| 74 | <string>Nick Name:</string> |
| 75 | </property> |
| 76 | </widget> |
| 77 | <widget class="QLineEdit" name="nickLine"> |
| 78 | <property name="geometry"> |
| 79 | <rect> |
| 80 | <x>10</x> |
| 81 | <y>80</y> |
| 82 | <width>280</width> |
Yingdi Yu | e50bcf9 | 2013-10-23 10:31:08 -0700 | [diff] [blame] | 83 | <height>21</height> |
| 84 | </rect> |
| 85 | </property> |
| 86 | </widget> |
| 87 | </widget> |
| 88 | <resources/> |
| 89 | <connections/> |
| 90 | </ui> |