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">>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> |