blob: 271ef234aa4f45d74e1a17ad26c4ca03cef130fe [file] [log] [blame]
Yingdi Yue50bcf92013-10-23 10:31:08 -07001<?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 Yu42372442013-11-06 18:43:31 -080010 <height>150</height>
Yingdi Yue50bcf92013-10-23 10:31:08 -070011 </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 Yu42372442013-11-06 18:43:31 -080020 <y>110</y>
Yingdi Yue50bcf92013-10-23 10:31:08 -070021 <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 Yu42372442013-11-06 18:43:31 -080032 <x>10</x>
33 <y>10</y>
Yingdi Yue50bcf92013-10-23 10:31:08 -070034 <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 Yu42372442013-11-06 18:43:31 -080051 <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 Yue50bcf92013-10-23 10:31:08 -070083 <height>21</height>
84 </rect>
85 </property>
86 </widget>
87 </widget>
88 <resources/>
89 <connections/>
90</ui>