README
[n9profile] / networkdialogdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NetWorkdialogDialog</class>
4  <widget class="QDialog" name="NetWorkdialogDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QTableView" name="tableViewLocationId">
17    <property name="geometry">
18     <rect>
19      <x>330</x>
20      <y>10</y>
21      <width>461</width>
22      <height>161</height>
23     </rect>
24    </property>
25   </widget>
26   <widget class="QTableView" name="tableView_WIFIID">
27    <property name="geometry">
28     <rect>
29      <x>330</x>
30      <y>180</y>
31      <width>461</width>
32      <height>192</height>
33     </rect>
34    </property>
35   </widget>
36   <widget class="QLabel" name="labelWifi">
37    <property name="geometry">
38     <rect>
39      <x>10</x>
40      <y>21</y>
41      <width>301</width>
42      <height>28</height>
43     </rect>
44    </property>
45    <property name="font">
46     <font>
47      <pointsize>17</pointsize>
48     </font>
49    </property>
50    <property name="text">
51     <string>Name of wifi network</string>
52    </property>
53   </widget>
54   <widget class="QLabel" name="labelWifiname">
55    <property name="geometry">
56     <rect>
57      <x>10</x>
58      <y>60</y>
59      <width>311</width>
60      <height>28</height>
61     </rect>
62    </property>
63    <property name="font">
64     <font>
65      <pointsize>17</pointsize>
66     </font>
67    </property>
68    <property name="text">
69     <string>TextLabel</string>
70    </property>
71   </widget>
72   <widget class="QLabel" name="labelIDloc">
73    <property name="geometry">
74     <rect>
75      <x>10</x>
76      <y>110</y>
77      <width>311</width>
78      <height>28</height>
79     </rect>
80    </property>
81    <property name="font">
82     <font>
83      <pointsize>17</pointsize>
84     </font>
85    </property>
86    <property name="text">
87     <string>Id location</string>
88    </property>
89   </widget>
90   <widget class="QLabel" name="labelIDLoacName">
91    <property name="geometry">
92     <rect>
93      <x>10</x>
94      <y>150</y>
95      <width>301</width>
96      <height>28</height>
97     </rect>
98    </property>
99    <property name="font">
100     <font>
101      <pointsize>17</pointsize>
102     </font>
103    </property>
104    <property name="text">
105     <string>TextLabel</string>
106    </property>
107   </widget>
108   <widget class="QWidget" name="">
109    <property name="geometry">
110     <rect>
111      <x>10</x>
112      <y>220</y>
113      <width>311</width>
114      <height>161</height>
115     </rect>
116    </property>
117    <layout class="QVBoxLayout" name="verticalLayout">
118     <item>
119      <layout class="QHBoxLayout" name="horizontalLayout">
120       <item>
121        <widget class="QRadioButton" name="radioButtonIDLoc">
122         <property name="font">
123          <font>
124           <pointsize>12</pointsize>
125          </font>
126         </property>
127         <property name="text">
128          <string>Id location</string>
129         </property>
130         <attribute name="buttonGroup">
131          <string>buttonGroup</string>
132         </attribute>
133        </widget>
134       </item>
135       <item>
136        <widget class="QRadioButton" name="radioButtonWifi">
137         <property name="font">
138          <font>
139           <pointsize>12</pointsize>
140          </font>
141         </property>
142         <property name="text">
143          <string>WiFi name</string>
144         </property>
145         <attribute name="buttonGroup">
146          <string>buttonGroup</string>
147         </attribute>
148        </widget>
149       </item>
150      </layout>
151     </item>
152     <item>
153      <widget class="QPushButton" name="pushButtonNewrule">
154       <property name="font">
155        <font>
156         <pointsize>17</pointsize>
157        </font>
158       </property>
159       <property name="text">
160        <string>Create new rule</string>
161       </property>
162      </widget>
163     </item>
164    </layout>
165   </widget>
166  </widget>
167  <resources/>
168  <connections/>
169  <buttongroups>
170   <buttongroup name="buttonGroup"/>
171  </buttongroups>
172 </ui>