blob: f3b4d86c2322260e4f303170bd9407eedf69f058 [file] [log] [blame]
Yingdi Yu348f5ea2014-03-01 14:47:25 -08001<?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>
10 <height>124</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout">
19 <item>
20 <layout class="QHBoxLayout" name="identityLayout" stretch="3,7">
21 <item>
22 <widget class="QLabel" name="identityLabel">
23 <property name="font">
24 <font>
25 <weight>75</weight>
26 <bold>true</bold>
27 </font>
28 </property>
29 <property name="text">
30 <string>Identity:</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLineEdit" name="identityLine"/>
36 </item>
37 </layout>
38 </item>
39 <item>
40 <layout class="QHBoxLayout" name="nickLayout" stretch="3,7">
41 <item>
42 <widget class="QLabel" name="nickLabel">
43 <property name="font">
44 <font>
45 <weight>75</weight>
46 <bold>true</bold>
47 </font>
48 </property>
49 <property name="text">
50 <string>nick:</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QLineEdit" name="nickLine"/>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="buttonLayout">
61 <item>
62 <widget class="QPushButton" name="cancelButton">
63 <property name="text">
64 <string>Cancel</string>
65 </property>
66 <property name="autoDefault">
67 <bool>false</bool>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QPushButton" name="saveButton">
73 <property name="text">
74 <string>Save</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 </layout>
81 </item>
82 </layout>
83 </widget>
84 <resources/>
85 <connections/>
86</ui>