src/eric7/MicroPython/WifiDialogs/WifiCountryDialog.ui

branch
mpy_network
changeset 9787
163511257f24
parent 9779
8d3c7c991085
child 10153
ffe7432f716b
equal deleted inserted replaced
9783:5f84d5eeee9e 9787:163511257f24
4 <widget class="QDialog" name="WifiCountryDialog"> 4 <widget class="QDialog" name="WifiCountryDialog">
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>353</width> 9 <width>250</width>
10 <height>106</height> 10 <height>106</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Dialog</string> 14 <string>WiFi Country Code</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="QGridLayout" name="gridLayout"> 19 <layout class="QGridLayout" name="gridLayout">
24 </property> 24 </property>
25 </widget> 25 </widget>
26 </item> 26 </item>
27 <item row="0" column="1"> 27 <item row="0" column="1">
28 <widget class="QLineEdit" name="countryEdit"> 28 <widget class="QLineEdit" name="countryEdit">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip"> 29 <property name="toolTip">
36 <string>Enter the country code for the WiFi interface</string> 30 <string>Enter the country code for the WiFi interface</string>
37 </property> 31 </property>
38 <property name="maxLength"> 32 <property name="maxLength">
39 <number>3</number> 33 <number>3</number>
40 </property> 34 </property>
41 <property name="clearButtonEnabled"> 35 <property name="clearButtonEnabled">
42 <bool>true</bool> 36 <bool>true</bool>
43 </property> 37 </property>
44 </widget> 38 </widget>
45 </item>
46 <item row="0" column="2">
47 <spacer name="horizontalSpacer">
48 <property name="orientation">
49 <enum>Qt::Horizontal</enum>
50 </property>
51 <property name="sizeHint" stdset="0">
52 <size>
53 <width>142</width>
54 <height>20</height>
55 </size>
56 </property>
57 </spacer>
58 </item> 39 </item>
59 <item row="1" column="0" colspan="3"> 40 <item row="1" column="0" colspan="3">
60 <widget class="QCheckBox" name="rememberCheckBox"> 41 <widget class="QCheckBox" name="rememberCheckBox">
61 <property name="toolTip"> 42 <property name="toolTip">
62 <string>Select to remember the entered connection parameters</string> 43 <string>Select to remember the entered connection parameters</string>

eric ide

mercurial