README
[n9profile] / networkdialogedit.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NetWorkDialogEdit</class>
4  <widget class="QDialog" name="NetWorkDialogEdit">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QPushButton" name="pushButton">
21        <property name="font">
22         <font>
23          <pointsize>17</pointsize>
24         </font>
25        </property>
26        <property name="text">
27         <string>Save</string>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QLabel" name="label">
33        <property name="text">
34         <string>Name</string>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <layout class="QHBoxLayout" name="horizontalLayout">
40        <item>
41         <widget class="QLabel" name="label_2">
42          <property name="font">
43           <font>
44            <pointsize>17</pointsize>
45           </font>
46          </property>
47          <property name="text">
48           <string>Name of rule</string>
49          </property>
50         </widget>
51        </item>
52        <item>
53         <widget class="QLineEdit" name="lineEditNameOfrule">
54          <property name="font">
55           <font>
56            <pointsize>17</pointsize>
57           </font>
58          </property>
59         </widget>
60        </item>
61       </layout>
62      </item>
63     </layout>
64    </item>
65   </layout>
66  </widget>
67  <resources/>
68  <connections>
69   <connection>
70    <sender>pushButton</sender>
71    <signal>clicked()</signal>
72    <receiver>NetWorkDialogEdit</receiver>
73    <slot>accept()</slot>
74    <hints>
75     <hint type="sourcelabel">
76      <x>215</x>
77      <y>152</y>
78     </hint>
79     <hint type="destinationlabel">
80      <x>88</x>
81      <y>66</y>
82     </hint>
83    </hints>
84   </connection>
85  </connections>
86 </ui>