|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MicroPythonWebreplUrlsConfigDialog</class> |
|
4 <widget class="QDialog" name="MicroPythonWebreplUrlsConfigDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>713</width> |
|
10 <height>516</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>WebREPL URLs</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="QTreeWidget" name="webreplUrlsList"> |
|
22 <property name="editTriggers"> |
|
23 <set>QAbstractItemView::NoEditTriggers</set> |
|
24 </property> |
|
25 <property name="selectionMode"> |
|
26 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
27 </property> |
|
28 <property name="rootIsDecorated"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <property name="itemsExpandable"> |
|
32 <bool>false</bool> |
|
33 </property> |
|
34 <property name="sortingEnabled"> |
|
35 <bool>true</bool> |
|
36 </property> |
|
37 <column> |
|
38 <property name="text"> |
|
39 <string>Name</string> |
|
40 </property> |
|
41 </column> |
|
42 <column> |
|
43 <property name="text"> |
|
44 <string>Description</string> |
|
45 </property> |
|
46 </column> |
|
47 <column> |
|
48 <property name="text"> |
|
49 <string>URL</string> |
|
50 </property> |
|
51 </column> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="0" column="1"> |
|
55 <layout class="QVBoxLayout" name="verticalLayout"> |
|
56 <item> |
|
57 <widget class="QPushButton" name="addButton"> |
|
58 <property name="toolTip"> |
|
59 <string>Press to add a new entry.</string> |
|
60 </property> |
|
61 <property name="text"> |
|
62 <string>Add...</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item> |
|
67 <widget class="QPushButton" name="editButton"> |
|
68 <property name="toolTip"> |
|
69 <string>Press to edit the selected entry.</string> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string>Edit...</string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QPushButton" name="removeButton"> |
|
78 <property name="toolTip"> |
|
79 <string>Press to remove the selected entries.</string> |
|
80 </property> |
|
81 <property name="text"> |
|
82 <string>Remove</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QPushButton" name="removeAllButton"> |
|
88 <property name="toolTip"> |
|
89 <string>Press to remove all entries.</string> |
|
90 </property> |
|
91 <property name="text"> |
|
92 <string>Remove All</string> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <spacer name="verticalSpacer"> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Vertical</enum> |
|
100 </property> |
|
101 <property name="sizeHint" stdset="0"> |
|
102 <size> |
|
103 <width>20</width> |
|
104 <height>40</height> |
|
105 </size> |
|
106 </property> |
|
107 </spacer> |
|
108 </item> |
|
109 </layout> |
|
110 </item> |
|
111 <item row="2" column="0" colspan="2"> |
|
112 <widget class="QDialogButtonBox" name="buttonBox"> |
|
113 <property name="orientation"> |
|
114 <enum>Qt::Horizontal</enum> |
|
115 </property> |
|
116 <property name="standardButtons"> |
|
117 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="1" column="0" colspan="2"> |
|
122 <widget class="QLabel" name="label"> |
|
123 <property name="text"> |
|
124 <string><b>Note:</b> The name of an entry must be unique amongst the list.</string> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 </layout> |
|
129 </widget> |
|
130 <resources/> |
|
131 <connections> |
|
132 <connection> |
|
133 <sender>buttonBox</sender> |
|
134 <signal>accepted()</signal> |
|
135 <receiver>MicroPythonWebreplUrlsConfigDialog</receiver> |
|
136 <slot>accept()</slot> |
|
137 <hints> |
|
138 <hint type="sourcelabel"> |
|
139 <x>248</x> |
|
140 <y>254</y> |
|
141 </hint> |
|
142 <hint type="destinationlabel"> |
|
143 <x>157</x> |
|
144 <y>274</y> |
|
145 </hint> |
|
146 </hints> |
|
147 </connection> |
|
148 <connection> |
|
149 <sender>buttonBox</sender> |
|
150 <signal>rejected()</signal> |
|
151 <receiver>MicroPythonWebreplUrlsConfigDialog</receiver> |
|
152 <slot>reject()</slot> |
|
153 <hints> |
|
154 <hint type="sourcelabel"> |
|
155 <x>316</x> |
|
156 <y>260</y> |
|
157 </hint> |
|
158 <hint type="destinationlabel"> |
|
159 <x>286</x> |
|
160 <y>274</y> |
|
161 </hint> |
|
162 </hints> |
|
163 </connection> |
|
164 </connections> |
|
165 </ui> |