src/eric7/MicroPython/WifiDialogs/WifiConnectionDialog.ui

branch
eric7
changeset 10153
ffe7432f716b
parent 9776
210bf87ae5c7
equal deleted inserted replaced
10152:33e7b9d3f91c 10153:ffe7432f716b
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>138</height> 10 <height>202</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>WiFi Connection Parameters</string> 14 <string>WiFi Connection Parameters</string>
15 </property> 15 </property>
22 <property name="text"> 22 <property name="text">
23 <string>Name:</string> 23 <string>Name:</string>
24 </property> 24 </property>
25 </widget> 25 </widget>
26 </item> 26 </item>
27 <item row="0" column="1" colspan="2"> 27 <item row="0" column="1" colspan="3">
28 <widget class="QLineEdit" name="ssidEdit"> 28 <widget class="QLineEdit" name="ssidEdit">
29 <property name="toolTip"> 29 <property name="toolTip">
30 <string>Enter the network name (SSID) to connect to</string> 30 <string>Enter the network name (SSID) to connect to</string>
31 </property> 31 </property>
32 <property name="clearButtonEnabled"> 32 <property name="clearButtonEnabled">
39 <property name="text"> 39 <property name="text">
40 <string>Password:</string> 40 <string>Password:</string>
41 </property> 41 </property>
42 </widget> 42 </widget>
43 </item> 43 </item>
44 <item row="1" column="1"> 44 <item row="1" column="1" colspan="2">
45 <widget class="QLineEdit" name="passwordEdit"> 45 <widget class="QLineEdit" name="passwordEdit">
46 <property name="toolTip"> 46 <property name="toolTip">
47 <string>Enter the network password</string> 47 <string>Enter the network password</string>
48 </property> 48 </property>
49 <property name="echoMode"> 49 <property name="echoMode">
52 <property name="clearButtonEnabled"> 52 <property name="clearButtonEnabled">
53 <bool>true</bool> 53 <bool>true</bool>
54 </property> 54 </property>
55 </widget> 55 </widget>
56 </item> 56 </item>
57 <item row="1" column="2"> 57 <item row="1" column="3">
58 <widget class="QToolButton" name="showPasswordButton"> 58 <widget class="QToolButton" name="showPasswordButton">
59 <property name="toolTip"> 59 <property name="toolTip">
60 <string>Press to show the password</string> 60 <string>Press to show the password</string>
61 </property> 61 </property>
62 <property name="checkable"> 62 <property name="checkable">
63 <bool>true</bool> 63 <bool>true</bool>
64 </property> 64 </property>
65 </widget> 65 </widget>
66 </item> 66 </item>
67 <item row="2" column="0" colspan="3"> 67 <item row="2" column="0">
68 <widget class="QLabel" name="label_3">
69 <property name="text">
70 <string>Hostname:</string>
71 </property>
72 </widget>
73 </item>
74 <item row="2" column="1" colspan="3">
75 <widget class="EricHostnameInputWidget" name="hostnameEdit">
76 <property name="toolTip">
77 <string>Enter the host name for the device (leave empty for MicroPython &amp;lt; 1.20).</string>
78 </property>
79 </widget>
80 </item>
81 <item row="3" column="0">
82 <widget class="QLabel" name="countryLabel">
83 <property name="text">
84 <string>Country:</string>
85 </property>
86 </widget>
87 </item>
88 <item row="3" column="1">
89 <widget class="QLineEdit" name="countryEdit">
90 <property name="toolTip">
91 <string>Enter the country code for the WiFi interface</string>
92 </property>
93 <property name="inputMask">
94 <string notr="true">&gt;AA;_</string>
95 </property>
96 <property name="maxLength">
97 <number>2</number>
98 </property>
99 <property name="clearButtonEnabled">
100 <bool>true</bool>
101 </property>
102 </widget>
103 </item>
104 <item row="3" column="2" colspan="2">
105 <spacer name="horizontalSpacer">
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
108 </property>
109 <property name="sizeHint" stdset="0">
110 <size>
111 <width>222</width>
112 <height>20</height>
113 </size>
114 </property>
115 </spacer>
116 </item>
117 <item row="4" column="0" colspan="4">
68 <widget class="QCheckBox" name="rememberCheckBox"> 118 <widget class="QCheckBox" name="rememberCheckBox">
69 <property name="toolTip"> 119 <property name="toolTip">
70 <string>Select to remember the entered connection parameters</string> 120 <string>Select to remember the entered connection parameters</string>
71 </property> 121 </property>
72 <property name="text"> 122 <property name="text">
73 <string>Remember Parameters</string> 123 <string>Remember Parameters</string>
74 </property> 124 </property>
75 </widget> 125 </widget>
76 </item> 126 </item>
77 <item row="3" column="0" colspan="3"> 127 <item row="5" column="0" colspan="4">
78 <widget class="QDialogButtonBox" name="buttonBox"> 128 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation"> 129 <property name="orientation">
80 <enum>Qt::Horizontal</enum> 130 <enum>Qt::Horizontal</enum>
81 </property> 131 </property>
82 <property name="standardButtons"> 132 <property name="standardButtons">
84 </property> 134 </property>
85 </widget> 135 </widget>
86 </item> 136 </item>
87 </layout> 137 </layout>
88 </widget> 138 </widget>
139 <customwidgets>
140 <customwidget>
141 <class>EricHostnameInputWidget</class>
142 <extends>QLineEdit</extends>
143 <header>eric7/EricNetwork/EricHostnameInputWidget.h</header>
144 </customwidget>
145 </customwidgets>
89 <tabstops> 146 <tabstops>
90 <tabstop>ssidEdit</tabstop> 147 <tabstop>ssidEdit</tabstop>
91 <tabstop>passwordEdit</tabstop> 148 <tabstop>passwordEdit</tabstop>
92 <tabstop>showPasswordButton</tabstop> 149 <tabstop>showPasswordButton</tabstop>
150 <tabstop>hostnameEdit</tabstop>
151 <tabstop>countryEdit</tabstop>
152 <tabstop>rememberCheckBox</tabstop>
93 </tabstops> 153 </tabstops>
94 <resources/> 154 <resources/>
95 <connections> 155 <connections>
96 <connection> 156 <connection>
97 <sender>buttonBox</sender> 157 <sender>buttonBox</sender>

eric ide

mercurial