0
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ParametersWin</class> |
|
4 <widget class="QWidget" name="ParametersWin"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Form</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <item> |
|
18 <widget class="QTabWidget" name="tabWidget"> |
|
19 <property name="currentIndex"> |
|
20 <number>0</number> |
|
21 </property> |
|
22 <widget class="QWidget" name="tab"> |
|
23 <attribute name="title"> |
|
24 <string>Profiles</string> |
|
25 </attribute> |
|
26 <layout class="QVBoxLayout" name="verticalLayout"> |
|
27 <item> |
|
28 <widget class="QWidget" name="widget" native="true"> |
|
29 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
30 <item> |
|
31 <widget class="QListWidget" name="profileList"/> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QWidget" name="widget_2" native="true"> |
|
35 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
36 <item> |
|
37 <widget class="QWidget" name="widget_3" native="true"> |
|
38 <layout class="QFormLayout" name="formLayout"> |
|
39 <item row="0" column="0"> |
|
40 <widget class="QLabel" name="label"> |
|
41 <property name="text"> |
|
42 <string>jid</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="0" column="1"> |
|
47 <widget class="QLineEdit" name="lineEdit"/> |
|
48 </item> |
|
49 <item row="1" column="0"> |
|
50 <widget class="QLabel" name="label_2"> |
|
51 <property name="text"> |
|
52 <string>Password</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="1" column="1"> |
|
57 <widget class="QLineEdit" name="lineEdit_2"/> |
|
58 </item> |
|
59 </layout> |
|
60 </widget> |
|
61 </item> |
|
62 <item> |
|
63 <widget class="QGroupBox" name="groupBox_2"> |
|
64 <property name="title"> |
|
65 <string>Custom Server</string> |
|
66 </property> |
|
67 <property name="checkable"> |
|
68 <bool>true</bool> |
|
69 </property> |
|
70 <property name="checked"> |
|
71 <bool>false</bool> |
|
72 </property> |
|
73 <layout class="QFormLayout" name="formLayout_2"> |
|
74 <property name="fieldGrowthPolicy"> |
|
75 <enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
76 </property> |
|
77 <item row="0" column="0"> |
|
78 <widget class="QLabel" name="label_5"> |
|
79 <property name="text"> |
|
80 <string>Server</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="0" column="1"> |
|
85 <widget class="QLineEdit" name="lineEdit_5"/> |
|
86 </item> |
|
87 <item row="1" column="0"> |
|
88 <widget class="QLabel" name="label_6"> |
|
89 <property name="text"> |
|
90 <string>Port</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item row="1" column="1"> |
|
95 <widget class="QLineEdit" name="lineEdit_6"/> |
|
96 </item> |
|
97 <item row="2" column="1"> |
|
98 <spacer name="verticalSpacer"> |
|
99 <property name="orientation"> |
|
100 <enum>Qt::Vertical</enum> |
|
101 </property> |
|
102 <property name="sizeHint" stdset="0"> |
|
103 <size> |
|
104 <width>20</width> |
|
105 <height>40</height> |
|
106 </size> |
|
107 </property> |
|
108 </spacer> |
|
109 </item> |
|
110 </layout> |
|
111 </widget> |
|
112 </item> |
|
113 </layout> |
|
114 </widget> |
|
115 </item> |
|
116 </layout> |
|
117 </widget> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="QWidget" name="widget_4" native="true"> |
|
121 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
122 <item> |
|
123 <widget class="QPushButton" name="pushButton"> |
|
124 <property name="text"> |
|
125 <string>New</string> |
|
126 </property> |
|
127 <property name="checkable"> |
|
128 <bool>false</bool> |
|
129 </property> |
|
130 <property name="checked"> |
|
131 <bool>false</bool> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QPushButton" name="pushButton_2"> |
|
137 <property name="text"> |
|
138 <string>Delete</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <widget class="QPushButton" name="pushButton_3"> |
|
144 <property name="text"> |
|
145 <string>Set as default</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 </layout> |
|
150 </widget> |
|
151 </item> |
|
152 </layout> |
|
153 </widget> |
|
154 <widget class="QWidget" name="tab_2"> |
|
155 <attribute name="title"> |
|
156 <string>Contact list layout</string> |
|
157 </attribute> |
|
158 </widget> |
|
159 </widget> |
|
160 </item> |
|
161 </layout> |
|
162 </widget> |
|
163 <resources/> |
|
164 <connections/> |
|
165 </ui> |