blob: da8ca94956b1c92e163dcf1cf81e66f3ca7d1121 [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>
Yingdi Yubaaaec02014-09-02 22:05:32 -07009 <width>400</width>
10 <height>150</height>
Yingdi Yu348f5ea2014-03-01 14:47:25 -080011 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
Yingdi Yubaaaec02014-09-02 22:05:32 -070016 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>13</y>
21 <width>381</width>
22 <height>133</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <layout class="QHBoxLayout" name="identityLayout" stretch="3,7">
28 <item>
29 <widget class="QLabel" name="identityLabel">
30 <property name="font">
31 <font>
32 <weight>75</weight>
33 <bold>true</bold>
34 </font>
35 </property>
36 <property name="text">
37 <string>Identity:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QLineEdit" name="identityLine"/>
43 </item>
44 </layout>
45 </item>
46 <item>
47 <layout class="QHBoxLayout" name="nickLayout" stretch="3,7">
48 <item>
49 <widget class="QLabel" name="nickLabel">
50 <property name="font">
51 <font>
52 <weight>75</weight>
53 <bold>true</bold>
54 </font>
55 </property>
56 <property name="text">
57 <string>nick:</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QLineEdit" name="nickLine"/>
63 </item>
64 </layout>
65 </item>
66 <item>
67 <layout class="QHBoxLayout" name="prefixLayout" stretch="3,7">
68 <item>
69 <widget class="QLabel" name="prefixLabel">
70 <property name="font">
71 <font>
72 <weight>75</weight>
73 <bold>true</bold>
74 </font>
75 </property>
76 <property name="text">
Qiuhan Ding0e511062015-03-10 17:44:17 -070077 <string>routable prefix:</string>
Yingdi Yubaaaec02014-09-02 22:05:32 -070078 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QLineEdit" name="prefixLine"/>
83 </item>
84 </layout>
85 </item>
86 <item>
87 <layout class="QHBoxLayout" name="buttonLayout">
88 <item>
89 <widget class="QPushButton" name="cancelButton">
90 <property name="text">
91 <string>Cancel</string>
92 </property>
93 <property name="autoDefault">
94 <bool>false</bool>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="QPushButton" name="saveButton">
100 <property name="text">
101 <string>Save</string>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </item>
107 </layout>
108 </widget>
Yingdi Yu348f5ea2014-03-01 14:47:25 -0800109 </widget>
110 <resources/>
111 <connections/>
112</ui>