01deb7f52083ae16c2d786e9ad8405e46129ea17
[quassel.git] / gui / nickeditdlg.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>NickEditDlg</class>
6  <widget class="QDialog" name="NickEditDlg" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>307</width>
12     <height>96</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>3</hsizetype>
18     <vsizetype>3</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="windowTitle" >
24    <string>Edit Nick</string>
25   </property>
26   <property name="modal" >
27    <bool>true</bool>
28   </property>
29   <layout class="QVBoxLayout" >
30    <property name="margin" >
31     <number>8</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item>
37     <widget class="QLabel" name="label" >
38      <property name="text" >
39       <string>Nickname:</string>
40      </property>
41     </widget>
42    </item>
43    <item>
44     <widget class="QLineEdit" name="lineEdit" />
45    </item>
46    <item>
47     <spacer>
48      <property name="orientation" >
49       <enum>Qt::Vertical</enum>
50      </property>
51      <property name="sizeHint" >
52       <size>
53        <width>20</width>
54        <height>40</height>
55       </size>
56      </property>
57     </spacer>
58    </item>
59    <item>
60     <layout class="QHBoxLayout" >
61      <property name="margin" >
62       <number>0</number>
63      </property>
64      <property name="spacing" >
65       <number>6</number>
66      </property>
67      <item>
68       <spacer>
69        <property name="orientation" >
70         <enum>Qt::Horizontal</enum>
71        </property>
72        <property name="sizeHint" >
73         <size>
74          <width>131</width>
75          <height>31</height>
76         </size>
77        </property>
78       </spacer>
79      </item>
80      <item>
81       <widget class="QPushButton" name="okButton" >
82        <property name="text" >
83         <string>OK</string>
84        </property>
85       </widget>
86      </item>
87      <item>
88       <widget class="QPushButton" name="cancelButton" >
89        <property name="text" >
90         <string>Cancel</string>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </item>
96   </layout>
97   <widget class="QWidget" name="" >
98    <property name="geometry" >
99     <rect>
100      <x>9</x>
101      <y>32</y>
102      <width>325</width>
103      <height>25</height>
104     </rect>
105    </property>
106   </widget>
107  </widget>
108  <pixmapfunction></pixmapfunction>
109  <resources/>
110  <connections>
111   <connection>
112    <sender>okButton</sender>
113    <signal>clicked()</signal>
114    <receiver>NickEditDlg</receiver>
115    <slot>accept()</slot>
116    <hints>
117     <hint type="sourcelabel" >
118      <x>278</x>
119      <y>253</y>
120     </hint>
121     <hint type="destinationlabel" >
122      <x>96</x>
123      <y>254</y>
124     </hint>
125    </hints>
126   </connection>
127   <connection>
128    <sender>cancelButton</sender>
129    <signal>clicked()</signal>
130    <receiver>NickEditDlg</receiver>
131    <slot>reject()</slot>
132    <hints>
133     <hint type="sourcelabel" >
134      <x>369</x>
135      <y>253</y>
136     </hint>
137     <hint type="destinationlabel" >
138      <x>179</x>
139      <y>282</y>
140     </hint>
141    </hints>
142   </connection>
143  </connections>
144 </ui>