src/eric7/MicroPython/WifiDialogs/WifiCountryDialog.ui

branch
eric7
changeset 10153
ffe7432f716b
parent 9787
163511257f24
equal deleted inserted replaced
10152:33e7b9d3f91c 10153:ffe7432f716b
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="toolTip"> 29 <property name="toolTip">
30 <string>Enter the country code for the WiFi interface</string> 30 <string>Enter the country code for the WiFi interface</string>
31 </property> 31 </property>
32 <property name="inputMask">
33 <string notr="true">&gt;AA;_</string>
34 </property>
32 <property name="maxLength"> 35 <property name="maxLength">
33 <number>3</number> 36 <number>2</number>
34 </property> 37 </property>
35 <property name="clearButtonEnabled"> 38 <property name="clearButtonEnabled">
36 <bool>true</bool> 39 <bool>true</bool>
37 </property> 40 </property>
38 </widget> 41 </widget>

eric ide

mercurial