ExtensionIrc/IrcNetworkEditDialog.ui

changeset 2
5b635dc8895f
equal deleted inserted replaced
1:60cb9d784005 2:5b635dc8895f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IrcNetworkEditDialog</class>
4 <widget class="QDialog" name="IrcNetworkEditDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>321</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>IRC Network</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="QLabel" name="label">
22 <property name="text">
23 <string>Network Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1" colspan="2">
28 <widget class="QLineEdit" name="networkEdit">
29 <property name="toolTip">
30 <string>Enter the name of the IRC network</string>
31 </property>
32 </widget>
33 </item>
34 <item row="1" column="0">
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>Identity:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="1">
42 <widget class="QComboBox" name="identityCombo">
43 <property name="toolTip">
44 <string>Select the identity to be used for the IRC network</string>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="2">
49 <widget class="QToolButton" name="editIdentitiesButton">
50 <property name="toolTip">
51 <string>Press to edit the identities</string>
52 </property>
53 <property name="text">
54 <string/>
55 </property>
56 </widget>
57 </item>
58 <item row="2" column="0">
59 <widget class="QLabel" name="label_3">
60 <property name="text">
61 <string>Server:</string>
62 </property>
63 </widget>
64 </item>
65 <item row="2" column="2">
66 <widget class="QToolButton" name="editServerButton">
67 <property name="toolTip">
68 <string>Press to edit the server configuration</string>
69 </property>
70 <property name="text">
71 <string/>
72 </property>
73 </widget>
74 </item>
75 <item row="3" column="0">
76 <widget class="QLabel" name="label_4">
77 <property name="text">
78 <string>Channels:</string>
79 </property>
80 <property name="alignment">
81 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
82 </property>
83 </widget>
84 </item>
85 <item row="3" column="1">
86 <widget class="QTreeWidget" name="channelList">
87 <property name="alternatingRowColors">
88 <bool>true</bool>
89 </property>
90 <property name="rootIsDecorated">
91 <bool>false</bool>
92 </property>
93 <property name="itemsExpandable">
94 <bool>false</bool>
95 </property>
96 <property name="expandsOnDoubleClick">
97 <bool>false</bool>
98 </property>
99 <column>
100 <property name="text">
101 <string>Channel</string>
102 </property>
103 </column>
104 <column>
105 <property name="text">
106 <string>Join Automatically</string>
107 </property>
108 </column>
109 </widget>
110 </item>
111 <item row="3" column="2">
112 <layout class="QVBoxLayout" name="verticalLayout">
113 <item>
114 <widget class="QToolButton" name="addChannelButton">
115 <property name="toolTip">
116 <string>Press to add a new channel</string>
117 </property>
118 <property name="text">
119 <string/>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <widget class="QToolButton" name="editChannelButton">
125 <property name="toolTip">
126 <string>Press to edit the selected channel</string>
127 </property>
128 <property name="text">
129 <string/>
130 </property>
131 </widget>
132 </item>
133 <item>
134 <widget class="QToolButton" name="deleteChannelButton">
135 <property name="toolTip">
136 <string>Press to delete the selected channel</string>
137 </property>
138 <property name="text">
139 <string/>
140 </property>
141 </widget>
142 </item>
143 <item>
144 <spacer name="verticalSpacer">
145 <property name="orientation">
146 <enum>Qt::Vertical</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>20</width>
151 <height>98</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 </layout>
157 </item>
158 <item row="4" column="0" colspan="3">
159 <widget class="QDialogButtonBox" name="buttonBox">
160 <property name="orientation">
161 <enum>Qt::Horizontal</enum>
162 </property>
163 <property name="standardButtons">
164 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
165 </property>
166 </widget>
167 </item>
168 <item row="2" column="1">
169 <widget class="QLineEdit" name="serverEdit">
170 <property name="toolTip">
171 <string>Shows the name of the server</string>
172 </property>
173 <property name="readOnly">
174 <bool>true</bool>
175 </property>
176 </widget>
177 </item>
178 </layout>
179 </widget>
180 <tabstops>
181 <tabstop>networkEdit</tabstop>
182 <tabstop>identityCombo</tabstop>
183 <tabstop>editIdentitiesButton</tabstop>
184 <tabstop>serverEdit</tabstop>
185 <tabstop>editServerButton</tabstop>
186 <tabstop>channelList</tabstop>
187 <tabstop>addChannelButton</tabstop>
188 <tabstop>editChannelButton</tabstop>
189 <tabstop>deleteChannelButton</tabstop>
190 <tabstop>buttonBox</tabstop>
191 </tabstops>
192 <resources/>
193 <connections>
194 <connection>
195 <sender>buttonBox</sender>
196 <signal>accepted()</signal>
197 <receiver>IrcNetworkEditDialog</receiver>
198 <slot>accept()</slot>
199 <hints>
200 <hint type="sourcelabel">
201 <x>248</x>
202 <y>254</y>
203 </hint>
204 <hint type="destinationlabel">
205 <x>157</x>
206 <y>274</y>
207 </hint>
208 </hints>
209 </connection>
210 <connection>
211 <sender>buttonBox</sender>
212 <signal>rejected()</signal>
213 <receiver>IrcNetworkEditDialog</receiver>
214 <slot>reject()</slot>
215 <hints>
216 <hint type="sourcelabel">
217 <x>316</x>
218 <y>260</y>
219 </hint>
220 <hint type="destinationlabel">
221 <x>286</x>
222 <y>274</y>
223 </hint>
224 </hints>
225 </connection>
226 </connections>
227 </ui>

eric ide

mercurial