Happy New Year!
[quassel.git] / src / qtui / settingspages / nickeditdlg.ui
1 <ui version="4.0" >
2  <class>NickEditDlg</class>
3  <widget class="QDialog" name="NickEditDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>281</width>
9     <height>100</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Edit Nickname</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>Please enter a valid nickname:</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
23      </property>
24      <property name="wordWrap" >
25       <bool>true</bool>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <widget class="QLineEdit" name="nickEdit" >
31      <property name="whatsThis" >
32       <string>A valid nickname may contain letters from the English alphabet, digits, and the special characters {, }, [, ], \, |, `, ^, _ and -.</string>
33      </property>
34     </widget>
35    </item>
36    <item>
37     <spacer>
38      <property name="orientation" >
39       <enum>Qt::Vertical</enum>
40      </property>
41      <property name="sizeHint" stdset="0" >
42       <size>
43        <width>270</width>
44        <height>0</height>
45       </size>
46      </property>
47     </spacer>
48    </item>
49    <item>
50     <widget class="QDialogButtonBox" name="buttonBox" >
51      <property name="orientation" >
52       <enum>Qt::Horizontal</enum>
53      </property>
54      <property name="standardButtons" >
55       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
56      </property>
57     </widget>
58    </item>
59   </layout>
60  </widget>
61  <resources/>
62  <connections>
63   <connection>
64    <sender>buttonBox</sender>
65    <signal>accepted()</signal>
66    <receiver>NickEditDlg</receiver>
67    <slot>accept()</slot>
68    <hints>
69     <hint type="sourcelabel" >
70      <x>248</x>
71      <y>254</y>
72     </hint>
73     <hint type="destinationlabel" >
74      <x>157</x>
75      <y>274</y>
76     </hint>
77    </hints>
78   </connection>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>rejected()</signal>
82    <receiver>NickEditDlg</receiver>
83    <slot>reject()</slot>
84    <hints>
85     <hint type="sourcelabel" >
86      <x>316</x>
87      <y>260</y>
88     </hint>
89     <hint type="destinationlabel" >
90      <x>286</x>
91      <y>274</y>
92     </hint>
93    </hints>
94   </connection>
95  </connections>
96 </ui>