ExtensionIrc/IrcChannelEditDialog.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>IrcChannelEditDialog</class>
4 <widget class="QDialog" name="IrcChannelEditDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>303</width>
10 <height>128</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>IRC Channel</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>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="nameEdit">
29 <property name="toolTip">
30 <string>Enter the channel name</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>Key:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="1">
42 <widget class="QLineEdit" name="keyEdit">
43 <property name="toolTip">
44 <string>Enter the channel key/password</string>
45 </property>
46 <property name="echoMode">
47 <enum>QLineEdit::Password</enum>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="0" colspan="2">
52 <widget class="QCheckBox" name="autoJoinCheckBox">
53 <property name="toolTip">
54 <string>Select to join this channel automatically</string>
55 </property>
56 <property name="text">
57 <string>Join channel automatically</string>
58 </property>
59 </widget>
60 </item>
61 <item row="3" column="0" colspan="2">
62 <widget class="QDialogButtonBox" name="buttonBox">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="standardButtons">
67 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </widget>
73 <tabstops>
74 <tabstop>nameEdit</tabstop>
75 <tabstop>keyEdit</tabstop>
76 <tabstop>autoJoinCheckBox</tabstop>
77 <tabstop>buttonBox</tabstop>
78 </tabstops>
79 <resources/>
80 <connections>
81 <connection>
82 <sender>buttonBox</sender>
83 <signal>accepted()</signal>
84 <receiver>IrcChannelEditDialog</receiver>
85 <slot>accept()</slot>
86 <hints>
87 <hint type="sourcelabel">
88 <x>248</x>
89 <y>254</y>
90 </hint>
91 <hint type="destinationlabel">
92 <x>157</x>
93 <y>274</y>
94 </hint>
95 </hints>
96 </connection>
97 <connection>
98 <sender>buttonBox</sender>
99 <signal>rejected()</signal>
100 <receiver>IrcChannelEditDialog</receiver>
101 <slot>reject()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>316</x>
105 <y>260</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>286</x>
109 <y>274</y>
110 </hint>
111 </hints>
112 </connection>
113 </connections>
114 </ui>

eric ide

mercurial