5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>400</width> |
9 <width>400</width> |
10 <height>217</height> |
10 <height>251</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>IPv4 Address</string> |
14 <string>IPv4 Address</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
22 <item> |
|
23 <widget class="QLabel" name="label_5"> |
|
24 <property name="text"> |
|
25 <string>Hostname:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="EricHostnameInputWidget" name="hostnameEdit"> |
|
31 <property name="toolTip"> |
|
32 <string>Enter the host name for the device (leave empty for MicroPython &lt; 1.20).</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 </layout> |
|
37 </item> |
20 <item> |
38 <item> |
21 <widget class="QCheckBox" name="dhcpCheckBox"> |
39 <widget class="QCheckBox" name="dhcpCheckBox"> |
22 <property name="toolTip"> |
40 <property name="toolTip"> |
23 <string>Select to get the IPv4 address via DHCP.</string> |
41 <string>Select to get the IPv4 address via DHCP.</string> |
24 </property> |
42 </property> |
126 <class>EricIPv4InputWidget</class> |
144 <class>EricIPv4InputWidget</class> |
127 <extends>QWidget</extends> |
145 <extends>QWidget</extends> |
128 <header>eric7/EricNetwork/EricIPv4InputWidget.h</header> |
146 <header>eric7/EricNetwork/EricIPv4InputWidget.h</header> |
129 <container>1</container> |
147 <container>1</container> |
130 </customwidget> |
148 </customwidget> |
|
149 <customwidget> |
|
150 <class>EricHostnameInputWidget</class> |
|
151 <extends>QLineEdit</extends> |
|
152 <header>eric7/EricNetwork/EricHostnameInputWidget.h</header> |
|
153 </customwidget> |
131 </customwidgets> |
154 </customwidgets> |
|
155 <tabstops> |
|
156 <tabstop>hostnameEdit</tabstop> |
|
157 <tabstop>dhcpCheckBox</tabstop> |
|
158 </tabstops> |
132 <resources/> |
159 <resources/> |
133 <connections> |
160 <connections> |
134 <connection> |
161 <connection> |
135 <sender>buttonBox</sender> |
162 <sender>buttonBox</sender> |
136 <signal>accepted()</signal> |
163 <signal>accepted()</signal> |