eric6/MicroPython/UnknownDevicesDialog.ui

changeset 8080
218ca8019eb8
equal deleted inserted replaced
8079:331e717c458e 8080:218ca8019eb8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>UnknownDevicesDialog</class>
4 <widget class="QDialog" name="UnknownDevicesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Unknown Devices</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="QListWidget" name="deviceList">
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="selectionMode">
26 <enum>QAbstractItemView::ExtendedSelection</enum>
27 </property>
28 <property name="sortingEnabled">
29 <bool>true</bool>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <layout class="QVBoxLayout" name="verticalLayout">
35 <item>
36 <widget class="QPushButton" name="editButton">
37 <property name="toolTip">
38 <string>Press to edit the selected entry</string>
39 </property>
40 <property name="text">
41 <string>Edit...</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="Line" name="line">
47 <property name="orientation">
48 <enum>Qt::Horizontal</enum>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QPushButton" name="deleteButton">
54 <property name="toolTip">
55 <string>Press to delete the selected entries</string>
56 </property>
57 <property name="text">
58 <string>Delete</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QPushButton" name="deleteAllButton">
64 <property name="toolTip">
65 <string>Press to delete all entries</string>
66 </property>
67 <property name="text">
68 <string>Delete All</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer name="verticalSpacer">
74 <property name="orientation">
75 <enum>Qt::Vertical</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>20</width>
80 <height>128</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item>
86 <widget class="QPushButton" name="restoreButton">
87 <property name="toolTip">
88 <string>Press to restore the list of devices</string>
89 </property>
90 <property name="text">
91 <string>Restore</string>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 <item row="2" column="0" colspan="2">
98 <widget class="QDialogButtonBox" name="buttonBox">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 <property name="standardButtons">
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
104 </property>
105 </widget>
106 </item>
107 <item row="1" column="0" colspan="2">
108 <widget class="QPushButton" name="reportButton">
109 <property name="toolTip">
110 <string>Press to report the data of all boards via email</string>
111 </property>
112 <property name="text">
113 <string>Report All Data</string>
114 </property>
115 </widget>
116 </item>
117 </layout>
118 </widget>
119 <tabstops>
120 <tabstop>deviceList</tabstop>
121 <tabstop>editButton</tabstop>
122 <tabstop>deleteButton</tabstop>
123 <tabstop>deleteAllButton</tabstop>
124 <tabstop>restoreButton</tabstop>
125 <tabstop>reportButton</tabstop>
126 </tabstops>
127 <resources/>
128 <connections/>
129 </ui>

eric ide

mercurial