Make custom highlights work again
[quassel.git] / src / qtui / settingspages / createidentitydlg.ui
1 <ui version="4.0" >
2  <class>CreateIdentityDlg</class>
3  <widget class="QDialog" name="CreateIdentityDlg" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>399</width>
12     <height>135</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Create New Identity</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <item>
20     <layout class="QHBoxLayout" >
21      <item>
22       <widget class="QLabel" name="label" >
23        <property name="text" >
24         <string>Identity name:</string>
25        </property>
26       </widget>
27      </item>
28      <item>
29       <widget class="QLineEdit" name="identityName" />
30      </item>
31     </layout>
32    </item>
33    <item>
34     <widget class="QRadioButton" name="createBlankIdentity" >
35      <property name="text" >
36       <string>Create blank identity</string>
37      </property>
38      <property name="checked" >
39       <bool>true</bool>
40      </property>
41     </widget>
42    </item>
43    <item>
44     <layout class="QHBoxLayout" >
45      <item>
46       <widget class="QRadioButton" name="duplicateIdentity" >
47        <property name="text" >
48         <string>Duplicate:</string>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QComboBox" name="identityList" >
54        <property name="enabled" >
55         <bool>false</bool>
56        </property>
57        <property name="sizePolicy" >
58         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
59          <horstretch>0</horstretch>
60          <verstretch>0</verstretch>
61         </sizepolicy>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <spacer>
69      <property name="orientation" >
70       <enum>Qt::Vertical</enum>
71      </property>
72      <property name="sizeHint" >
73       <size>
74        <width>20</width>
75        <height>40</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item>
81     <widget class="QDialogButtonBox" name="buttonBox" >
82      <property name="orientation" >
83       <enum>Qt::Horizontal</enum>
84      </property>
85      <property name="standardButtons" >
86       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <resources/>
93  <connections>
94   <connection>
95    <sender>buttonBox</sender>
96    <signal>accepted()</signal>
97    <receiver>CreateIdentityDlg</receiver>
98    <slot>accept()</slot>
99    <hints>
100     <hint type="sourcelabel" >
101      <x>222</x>
102      <y>127</y>
103     </hint>
104     <hint type="destinationlabel" >
105      <x>157</x>
106      <y>134</y>
107     </hint>
108    </hints>
109   </connection>
110   <connection>
111    <sender>buttonBox</sender>
112    <signal>rejected()</signal>
113    <receiver>CreateIdentityDlg</receiver>
114    <slot>reject()</slot>
115    <hints>
116     <hint type="sourcelabel" >
117      <x>290</x>
118      <y>127</y>
119     </hint>
120     <hint type="destinationlabel" >
121      <x>286</x>
122      <y>134</y>
123     </hint>
124    </hints>
125   </connection>
126   <connection>
127    <sender>duplicateIdentity</sender>
128    <signal>toggled(bool)</signal>
129    <receiver>identityList</receiver>
130    <slot>setEnabled(bool)</slot>
131    <hints>
132     <hint type="sourcelabel" >
133      <x>55</x>
134      <y>80</y>
135     </hint>
136     <hint type="destinationlabel" >
137      <x>166</x>
138      <y>84</y>
139     </hint>
140    </hints>
141   </connection>
142  </connections>
143 </ui>