Rename settingspages.inc to settingspages.cmake
[quassel.git] / src / qtui / settingspages / networkeditdlg.ui
1 <ui version="4.0" >
2  <class>NetworkEditDlg</class>
3  <widget class="QDialog" name="NetworkEditDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>254</width>
9     <height>93</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QVBoxLayout" >
18      <item>
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Please enter a network name:</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QLineEdit" name="networkEdit" />
27      </item>
28      <item>
29       <spacer>
30        <property name="orientation" >
31         <enum>Qt::Vertical</enum>
32        </property>
33        <property name="sizeHint" >
34         <size>
35          <width>20</width>
36          <height>40</height>
37         </size>
38        </property>
39       </spacer>
40      </item>
41      <item>
42       <widget class="QDialogButtonBox" name="buttonBox" >
43        <property name="orientation" >
44         <enum>Qt::Horizontal</enum>
45        </property>
46        <property name="standardButtons" >
47         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
48        </property>
49       </widget>
50      </item>
51     </layout>
52    </item>
53   </layout>
54  </widget>
55  <resources/>
56  <connections>
57   <connection>
58    <sender>buttonBox</sender>
59    <signal>accepted()</signal>
60    <receiver>NetworkEditDlg</receiver>
61    <slot>accept()</slot>
62    <hints>
63     <hint type="sourcelabel" >
64      <x>248</x>
65      <y>254</y>
66     </hint>
67     <hint type="destinationlabel" >
68      <x>157</x>
69      <y>274</y>
70     </hint>
71    </hints>
72   </connection>
73   <connection>
74    <sender>buttonBox</sender>
75    <signal>rejected()</signal>
76    <receiver>NetworkEditDlg</receiver>
77    <slot>reject()</slot>
78    <hints>
79     <hint type="sourcelabel" >
80      <x>316</x>
81      <y>260</y>
82     </hint>
83     <hint type="destinationlabel" >
84      <x>286</x>
85      <y>274</y>
86     </hint>
87    </hints>
88   </connection>
89  </connections>
90 </ui>