Stage 3
[quassel.git] / src / qtui / ui / identitieseditdlg.ui
1 <ui version="4.0" >
2  <class>IdentitiesEditDlg</class>
3  <widget class="QDialog" name="IdentitiesEditDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>382</width>
9     <height>235</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Edit Identities</string>
14   </property>
15   <property name="modal" >
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>8</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <layout class="QHBoxLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item>
34       <widget class="QListWidget" name="identList" />
35      </item>
36      <item>
37       <layout class="QVBoxLayout" >
38        <property name="margin" >
39         <number>0</number>
40        </property>
41        <property name="spacing" >
42         <number>6</number>
43        </property>
44        <item>
45         <widget class="QPushButton" name="addButton" >
46          <property name="text" >
47           <string>&amp;Add...</string>
48          </property>
49         </widget>
50        </item>
51        <item>
52         <widget class="QPushButton" name="duplicateButton" >
53          <property name="text" >
54           <string>&amp;Duplicate...</string>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <widget class="QPushButton" name="renameButton" >
60          <property name="text" >
61           <string>&amp;Rename...</string>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QPushButton" name="deleteButton" >
67          <property name="text" >
68           <string>De&amp;lete</string>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <spacer>
74          <property name="orientation" >
75           <enum>Qt::Vertical</enum>
76          </property>
77          <property name="sizeHint" >
78           <size>
79            <width>20</width>
80            <height>40</height>
81           </size>
82          </property>
83         </spacer>
84        </item>
85       </layout>
86      </item>
87     </layout>
88    </item>
89    <item>
90     <widget class="QDialogButtonBox" name="buttonBox" >
91      <property name="orientation" >
92       <enum>Qt::Horizontal</enum>
93      </property>
94      <property name="standardButtons" >
95       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
96      </property>
97     </widget>
98    </item>
99   </layout>
100  </widget>
101  <resources/>
102  <connections>
103   <connection>
104    <sender>buttonBox</sender>
105    <signal>accepted()</signal>
106    <receiver>IdentitiesEditDlg</receiver>
107    <slot>accept()</slot>
108    <hints>
109     <hint type="sourcelabel" >
110      <x>190</x>
111      <y>213</y>
112     </hint>
113     <hint type="destinationlabel" >
114      <x>190</x>
115      <y>117</y>
116     </hint>
117    </hints>
118   </connection>
119   <connection>
120    <sender>buttonBox</sender>
121    <signal>rejected()</signal>
122    <receiver>IdentitiesEditDlg</receiver>
123    <slot>reject()</slot>
124    <hints>
125     <hint type="sourcelabel" >
126      <x>190</x>
127      <y>213</y>
128     </hint>
129     <hint type="destinationlabel" >
130      <x>190</x>
131      <y>117</y>
132     </hint>
133    </hints>
134   </connection>
135  </connections>
136 </ui>