src/eric7/MicroPython/MicroPythonWebreplParametersDialog.ui

branch
mpy_network
changeset 10022
a95800b414b7
equal deleted inserted replaced
10021:a71f50b3a503 10022:a95800b414b7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MicroPythonWebreplParametersDialog</class>
4 <widget class="QDialog" name="MicroPythonWebreplParametersDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>WebREPL Server Parameters</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">
22 <property name="text">
23 <string>Password (4-9 characters):</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="passwordEdit">
29 <property name="toolTip">
30 <string>Enter the password for the device WebREPL server.</string>
31 </property>
32 <property name="maxLength">
33 <number>9</number>
34 </property>
35 <property name="echoMode">
36 <enum>QLineEdit::Password</enum>
37 </property>
38 <property name="clearButtonEnabled">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label_2">
45 <property name="text">
46 <string>Confirm Password:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1">
51 <widget class="QLineEdit" name="passwordConfirmEdit">
52 <property name="toolTip">
53 <string>Repeat the WebREPL server password.</string>
54 </property>
55 <property name="maxLength">
56 <number>9</number>
57 </property>
58 <property name="echoMode">
59 <enum>QLineEdit::Password</enum>
60 </property>
61 <property name="clearButtonEnabled">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 <item row="2" column="0" colspan="2">
67 <widget class="QDialogButtonBox" name="buttonBox">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 <property name="standardButtons">
72 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </widget>
78 <resources/>
79 <connections>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>accepted()</signal>
83 <receiver>MicroPythonWebreplParametersDialog</receiver>
84 <slot>accept()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>248</x>
88 <y>254</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>157</x>
92 <y>274</y>
93 </hint>
94 </hints>
95 </connection>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>MicroPythonWebreplParametersDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel">
103 <x>316</x>
104 <y>260</y>
105 </hint>
106 <hint type="destinationlabel">
107 <x>286</x>
108 <y>274</y>
109 </hint>
110 </hints>
111 </connection>
112 </connections>
113 </ui>

eric ide

mercurial