|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IPv4AddressDialog</class> |
|
4 <widget class="QDialog" name="IPv4AddressDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>217</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>IPv4 Address</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QCheckBox" name="dhcpCheckBox"> |
|
22 <property name="toolTip"> |
|
23 <string>Select to get the IPv4 address via DHCP.</string> |
|
24 </property> |
|
25 <property name="text"> |
|
26 <string>Dynamic IPv4 Address (DHCP)</string> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QGroupBox" name="ipAddressGroup"> |
|
32 <property name="title"> |
|
33 <string>IPv4 Address</string> |
|
34 </property> |
|
35 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
36 <item> |
|
37 <layout class="QGridLayout" name="gridLayout"> |
|
38 <item row="0" column="0"> |
|
39 <widget class="QLabel" name="label"> |
|
40 <property name="text"> |
|
41 <string>Address:</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="0" column="1"> |
|
46 <widget class="EricIPv4InputWidget" name="addressEdit" native="true"> |
|
47 <property name="focusPolicy"> |
|
48 <enum>Qt::NoFocus</enum> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="1" column="0"> |
|
53 <widget class="QLabel" name="label_2"> |
|
54 <property name="text"> |
|
55 <string>Netmask:</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="1" column="1"> |
|
60 <widget class="EricIPv4InputWidget" name="netmaskEdit" native="true"> |
|
61 <property name="focusPolicy"> |
|
62 <enum>Qt::NoFocus</enum> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="2" column="0"> |
|
67 <widget class="QLabel" name="label_3"> |
|
68 <property name="text"> |
|
69 <string>Gateway:</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="2" column="1"> |
|
74 <widget class="EricIPv4InputWidget" name="gatewayEdit" native="true"> |
|
75 <property name="focusPolicy"> |
|
76 <enum>Qt::NoFocus</enum> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item row="3" column="0"> |
|
81 <widget class="QLabel" name="label_4"> |
|
82 <property name="text"> |
|
83 <string>DNS:</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="3" column="1"> |
|
88 <widget class="EricIPv4InputWidget" name="dnsEdit" native="true"> |
|
89 <property name="focusPolicy"> |
|
90 <enum>Qt::NoFocus</enum> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 </layout> |
|
95 </item> |
|
96 <item> |
|
97 <spacer name="horizontalSpacer"> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Horizontal</enum> |
|
100 </property> |
|
101 <property name="sizeHint" stdset="0"> |
|
102 <size> |
|
103 <width>283</width> |
|
104 <height>20</height> |
|
105 </size> |
|
106 </property> |
|
107 </spacer> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QDialogButtonBox" name="buttonBox"> |
|
114 <property name="orientation"> |
|
115 <enum>Qt::Horizontal</enum> |
|
116 </property> |
|
117 <property name="standardButtons"> |
|
118 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 </layout> |
|
123 </widget> |
|
124 <customwidgets> |
|
125 <customwidget> |
|
126 <class>EricIPv4InputWidget</class> |
|
127 <extends>QWidget</extends> |
|
128 <header>eric7/EricNetwork/EricIPv4InputWidget.h</header> |
|
129 <container>1</container> |
|
130 </customwidget> |
|
131 </customwidgets> |
|
132 <resources/> |
|
133 <connections> |
|
134 <connection> |
|
135 <sender>buttonBox</sender> |
|
136 <signal>accepted()</signal> |
|
137 <receiver>IPv4AddressDialog</receiver> |
|
138 <slot>accept()</slot> |
|
139 <hints> |
|
140 <hint type="sourcelabel"> |
|
141 <x>248</x> |
|
142 <y>254</y> |
|
143 </hint> |
|
144 <hint type="destinationlabel"> |
|
145 <x>157</x> |
|
146 <y>274</y> |
|
147 </hint> |
|
148 </hints> |
|
149 </connection> |
|
150 <connection> |
|
151 <sender>buttonBox</sender> |
|
152 <signal>rejected()</signal> |
|
153 <receiver>IPv4AddressDialog</receiver> |
|
154 <slot>reject()</slot> |
|
155 <hints> |
|
156 <hint type="sourcelabel"> |
|
157 <x>316</x> |
|
158 <y>260</y> |
|
159 </hint> |
|
160 <hint type="destinationlabel"> |
|
161 <x>286</x> |
|
162 <y>274</y> |
|
163 </hint> |
|
164 </hints> |
|
165 </connection> |
|
166 </connections> |
|
167 </ui> |