src/eric7/MicroPython/WifiDialogs/WifiCountryDialog.ui

branch
mpy_network
changeset 9779
8d3c7c991085
child 9787
163511257f24
equal deleted inserted replaced
9776:210bf87ae5c7 9779:8d3c7c991085
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WifiCountryDialog</class>
4 <widget class="QDialog" name="WifiCountryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>353</width>
10 <height>106</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label_13">
22 <property name="text">
23 <string>Country:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
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">
36 <string>Enter the country code for the WiFi interface</string>
37 </property>
38 <property name="maxLength">
39 <number>3</number>
40 </property>
41 <property name="clearButtonEnabled">
42 <bool>true</bool>
43 </property>
44 </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>
59 <item row="1" column="0" colspan="3">
60 <widget class="QCheckBox" name="rememberCheckBox">
61 <property name="toolTip">
62 <string>Select to remember the entered connection parameters</string>
63 </property>
64 <property name="text">
65 <string>Remember Parameters</string>
66 </property>
67 </widget>
68 </item>
69 <item row="2" column="0" colspan="3">
70 <widget class="QDialogButtonBox" name="buttonBox">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 <property name="standardButtons">
75 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 <tabstops>
82 <tabstop>countryEdit</tabstop>
83 <tabstop>rememberCheckBox</tabstop>
84 </tabstops>
85 <resources/>
86 <connections>
87 <connection>
88 <sender>buttonBox</sender>
89 <signal>accepted()</signal>
90 <receiver>WifiCountryDialog</receiver>
91 <slot>accept()</slot>
92 <hints>
93 <hint type="sourcelabel">
94 <x>248</x>
95 <y>254</y>
96 </hint>
97 <hint type="destinationlabel">
98 <x>157</x>
99 <y>274</y>
100 </hint>
101 </hints>
102 </connection>
103 <connection>
104 <sender>buttonBox</sender>
105 <signal>rejected()</signal>
106 <receiver>WifiCountryDialog</receiver>
107 <slot>reject()</slot>
108 <hints>
109 <hint type="sourcelabel">
110 <x>316</x>
111 <y>260</y>
112 </hint>
113 <hint type="destinationlabel">
114 <x>286</x>
115 <y>274</y>
116 </hint>
117 </hints>
118 </connection>
119 </connections>
120 </ui>

eric ide

mercurial