annotate settings.ui @ 2:fee291c8d42a

settings: profiles management first draft
author Goffi <goffi@goffi.org>
date Mon, 08 Aug 2011 10:30:23 +0200
parents parameters_win.ui@22b44846b04b
children c63d67895cbe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2 <ui version="4.0">
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
3 <class>SettingsDlg</class>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
4 <widget class="QWidget" name="SettingsDlg">
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 <property name="geometry">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 <rect>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 <x>0</x>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 <y>0</y>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
9 <width>629</width>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
10 <height>360</height>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 </rect>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 <property name="windowTitle">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 <string>Form</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 <layout class="QVBoxLayout" name="verticalLayout_2">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 <item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18 <widget class="QTabWidget" name="tabWidget">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 <property name="currentIndex">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 <number>0</number>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22 <widget class="QWidget" name="tab">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 <attribute name="title">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24 <string>Profiles</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 </attribute>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
26 <layout class="QVBoxLayout" name="verticalLayout">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 <item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 <widget class="QWidget" name="widget" native="true">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 <layout class="QHBoxLayout" name="horizontalLayout">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
31 <widget class="QWidget" name="widget_5" native="true">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
32 <layout class="QVBoxLayout" name="verticalLayout_4">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
33 <item>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
34 <widget class="QLabel" name="label_3">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
35 <property name="text">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
36 <string>Check profiles you want to use</string>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
37 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
38 <property name="alignment">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
39 <set>Qt::AlignCenter</set>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
40 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
41 </widget>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
42 </item>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
43 <item>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
44 <widget class="QListWidget" name="profileList">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
45 <property name="sortingEnabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
46 <bool>true</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
47 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
48 </widget>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
49 </item>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
50 </layout>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
51 </widget>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 <item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 <widget class="QWidget" name="widget_2" native="true">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 <layout class="QVBoxLayout" name="verticalLayout_3">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
57 <widget class="QWidget" name="profileData" native="true">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
58 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
59 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
60 </property>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 <layout class="QFormLayout" name="formLayout">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 <item row="0" column="0">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 <widget class="QLabel" name="label">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
64 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
65 <string>jid</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
68 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
69 <item row="0" column="1">
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
70 <widget class="QLineEdit" name="jidField">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
71 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
72 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
73 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
74 </widget>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76 <item row="1" column="0">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 <widget class="QLabel" name="label_2">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 <string>Password</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
80 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
81 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
82 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 <item row="1" column="1">
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
84 <widget class="QLineEdit" name="passwordField">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
85 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
86 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
87 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
88 <property name="echoMode">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
89 <enum>QLineEdit::Password</enum>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
90 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
91 </widget>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
92 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
97 <widget class="QGroupBox" name="customServerGroup">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
98 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
99 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
100 </property>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
101 <property name="title">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
102 <string>Custom Server</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
104 <property name="checkable">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 <bool>true</bool>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107 <property name="checked">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108 <bool>false</bool>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 <layout class="QFormLayout" name="formLayout_2">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
111 <property name="fieldGrowthPolicy">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
112 <enum>QFormLayout::ExpandingFieldsGrow</enum>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
113 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 <item row="0" column="0">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115 <widget class="QLabel" name="label_5">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 <string>Server</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
121 <item row="0" column="1">
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
122 <widget class="QLineEdit" name="serverField"/>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
123 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 <item row="1" column="0">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 <widget class="QLabel" name="label_6">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 <string>Port</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
128 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
129 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
131 <item row="1" column="1">
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
132 <widget class="QLineEdit" name="portField"/>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 <item row="2" column="1">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
135 <spacer name="verticalSpacer">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
136 <property name="orientation">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
137 <enum>Qt::Vertical</enum>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139 <property name="sizeHint" stdset="0">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
140 <size>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 <width>20</width>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
142 <height>40</height>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
143 </size>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
144 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
145 </spacer>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
146 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
147 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
148 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
149 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
150 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
151 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
152 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
153 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
154 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
155 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
156 <item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
157 <widget class="QWidget" name="widget_4" native="true">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
158 <layout class="QHBoxLayout" name="horizontalLayout_2">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
159 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
160 <widget class="QPushButton" name="buttonNew">
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
161 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
162 <string>New</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
163 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
164 <property name="checkable">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
165 <bool>false</bool>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
166 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
167 <property name="checked">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
168 <bool>false</bool>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
169 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
170 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
171 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
172 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
173 <widget class="QPushButton" name="buttonDelete">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
174 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
175 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
176 </property>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
177 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
178 <string>Delete</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
179 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
180 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
181 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
182 <item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
183 <widget class="QPushButton" name="buttonSetDefault">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
184 <property name="enabled">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
185 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
186 </property>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
187 <property name="text">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
188 <string>Set as default</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
189 </property>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
190 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
191 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
192 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
193 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
194 </item>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
195 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
196 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
197 <widget class="QWidget" name="tab_2">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
198 <attribute name="title">
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
199 <string>Contact list layout</string>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
200 </attribute>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
201 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
202 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
203 </item>
2
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
204 <item>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
205 <widget class="QDialogButtonBox" name="buttonsGroupConfirm">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
206 <property name="standardButtons">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
207 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
208 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
209 <property name="centerButtons">
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
210 <bool>false</bool>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
211 </property>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
212 </widget>
fee291c8d42a settings: profiles management first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
213 </item>
0
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
214 </layout>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
215 </widget>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
216 <resources/>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
217 <connections/>
22b44846b04b Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
218 </ui>