src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui

branch
eric7
changeset 9756
9854647c8c5c
parent 9740
90072e10ae9b
equal deleted inserted replaced
9755:1a09700229e7 9756:9854647c8c5c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ShowBundlesDialog</class>
4 <widget class="QDialog" name="ShowBundlesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>700</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>CircuitPython Bundles</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="header">
22 <property name="text">
23 <string/>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTreeWidget" name="bundlesWidget">
29 <property name="alternatingRowColors">
30 <bool>true</bool>
31 </property>
32 <property name="selectionMode">
33 <enum>QAbstractItemView::NoSelection</enum>
34 </property>
35 <property name="rootIsDecorated">
36 <bool>false</bool>
37 </property>
38 <property name="headerHidden">
39 <bool>true</bool>
40 </property>
41 <property name="expandsOnDoubleClick">
42 <bool>false</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string notr="true">1</string>
47 </property>
48 </column>
49 </widget>
50 </item>
51 <item>
52 <widget class="QDialogButtonBox" name="buttonBox">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <property name="standardButtons">
57 <set>QDialogButtonBox::Close</set>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </widget>
63 <resources/>
64 <connections>
65 <connection>
66 <sender>buttonBox</sender>
67 <signal>accepted()</signal>
68 <receiver>ShowBundlesDialog</receiver>
69 <slot>accept()</slot>
70 <hints>
71 <hint type="sourcelabel">
72 <x>248</x>
73 <y>254</y>
74 </hint>
75 <hint type="destinationlabel">
76 <x>157</x>
77 <y>274</y>
78 </hint>
79 </hints>
80 </connection>
81 <connection>
82 <sender>buttonBox</sender>
83 <signal>rejected()</signal>
84 <receiver>ShowBundlesDialog</receiver>
85 <slot>reject()</slot>
86 <hints>
87 <hint type="sourcelabel">
88 <x>316</x>
89 <y>260</y>
90 </hint>
91 <hint type="destinationlabel">
92 <x>286</x>
93 <y>274</y>
94 </hint>
95 </hints>
96 </connection>
97 </connections>
98 </ui>

eric ide

mercurial