|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IrcNetworkListDialog</class> |
|
4 <widget class="QDialog" name="IrcNetworkListDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>350</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>IRC Networks</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QTreeWidget" name="networksList"> |
|
22 <property name="editTriggers"> |
|
23 <set>QAbstractItemView::NoEditTriggers</set> |
|
24 </property> |
|
25 <property name="alternatingRowColors"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <property name="columnCount"> |
|
29 <number>2</number> |
|
30 </property> |
|
31 <attribute name="headerVisible"> |
|
32 <bool>false</bool> |
|
33 </attribute> |
|
34 <column> |
|
35 <property name="text"> |
|
36 <string notr="true">1</string> |
|
37 </property> |
|
38 </column> |
|
39 <column> |
|
40 <property name="text"> |
|
41 <string notr="true">2</string> |
|
42 </property> |
|
43 </column> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="0" column="1"> |
|
47 <layout class="QVBoxLayout" name="verticalLayout"> |
|
48 <item> |
|
49 <widget class="QPushButton" name="newButton"> |
|
50 <property name="toolTip"> |
|
51 <string>Press to define a new network</string> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string>&New...</string> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QPushButton" name="editButton"> |
|
60 <property name="toolTip"> |
|
61 <string>Press to edit the selected network</string> |
|
62 </property> |
|
63 <property name="text"> |
|
64 <string>&Edit...</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QPushButton" name="deleteButton"> |
|
70 <property name="toolTip"> |
|
71 <string>Press to delete the selected network</string> |
|
72 </property> |
|
73 <property name="text"> |
|
74 <string>&Delete</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QPushButton" name="autoConnectButton"> |
|
80 <property name="toolTip"> |
|
81 <string>Press to toggle the auto-connect flag of the selected network</string> |
|
82 </property> |
|
83 <property name="text"> |
|
84 <string>&Auto-Connect</string> |
|
85 </property> |
|
86 <property name="checkable"> |
|
87 <bool>true</bool> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <widget class="Line" name="line"> |
|
93 <property name="lineWidth"> |
|
94 <number>2</number> |
|
95 </property> |
|
96 <property name="orientation"> |
|
97 <enum>Qt::Horizontal</enum> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QPushButton" name="editIdentitiesButton"> |
|
103 <property name="toolTip"> |
|
104 <string>Press to edit the identities</string> |
|
105 </property> |
|
106 <property name="text"> |
|
107 <string>Edit &Identities...</string> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item> |
|
112 <spacer name="verticalSpacer"> |
|
113 <property name="orientation"> |
|
114 <enum>Qt::Vertical</enum> |
|
115 </property> |
|
116 <property name="sizeHint" stdset="0"> |
|
117 <size> |
|
118 <width>20</width> |
|
119 <height>40</height> |
|
120 </size> |
|
121 </property> |
|
122 </spacer> |
|
123 </item> |
|
124 </layout> |
|
125 </item> |
|
126 <item row="1" column="0" colspan="2"> |
|
127 <widget class="QDialogButtonBox" name="buttonBox"> |
|
128 <property name="orientation"> |
|
129 <enum>Qt::Horizontal</enum> |
|
130 </property> |
|
131 <property name="standardButtons"> |
|
132 <set>QDialogButtonBox::Close</set> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 </layout> |
|
137 </widget> |
|
138 <tabstops> |
|
139 <tabstop>networksList</tabstop> |
|
140 <tabstop>newButton</tabstop> |
|
141 <tabstop>editButton</tabstop> |
|
142 <tabstop>deleteButton</tabstop> |
|
143 <tabstop>autoConnectButton</tabstop> |
|
144 <tabstop>editIdentitiesButton</tabstop> |
|
145 <tabstop>buttonBox</tabstop> |
|
146 </tabstops> |
|
147 <resources/> |
|
148 <connections> |
|
149 <connection> |
|
150 <sender>buttonBox</sender> |
|
151 <signal>accepted()</signal> |
|
152 <receiver>IrcNetworkListDialog</receiver> |
|
153 <slot>accept()</slot> |
|
154 <hints> |
|
155 <hint type="sourcelabel"> |
|
156 <x>248</x> |
|
157 <y>254</y> |
|
158 </hint> |
|
159 <hint type="destinationlabel"> |
|
160 <x>157</x> |
|
161 <y>274</y> |
|
162 </hint> |
|
163 </hints> |
|
164 </connection> |
|
165 <connection> |
|
166 <sender>buttonBox</sender> |
|
167 <signal>rejected()</signal> |
|
168 <receiver>IrcNetworkListDialog</receiver> |
|
169 <slot>reject()</slot> |
|
170 <hints> |
|
171 <hint type="sourcelabel"> |
|
172 <x>316</x> |
|
173 <y>260</y> |
|
174 </hint> |
|
175 <hint type="destinationlabel"> |
|
176 <x>286</x> |
|
177 <y>274</y> |
|
178 </hint> |
|
179 </hints> |
|
180 </connection> |
|
181 </connections> |
|
182 </ui> |