src/eric7/MicroPython/CircuitPythonUpdater/ShowModulesDialog.ui

branch
eric7
changeset 9740
90072e10ae9b
equal deleted inserted replaced
9739:d527cfe919ae 9740:90072e10ae9b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ShowModulesDialog</class>
4 <widget class="QDialog" name="ShowModulesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>700</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Available Modules</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Filter:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QLineEdit" name="filterEdit">
31 <property name="toolTip">
32 <string>Enter a string used to filter the list below.</string>
33 </property>
34 <property name="placeholderText">
35 <string>Enter Filter String</string>
36 </property>
37 <property name="clearButtonEnabled">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QToolButton" name="filterButton">
44 <property name="toolTip">
45 <string>Press to apply the entered filter.</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <widget class="QListWidget" name="modulesList">
53 <property name="alternatingRowColors">
54 <bool>true</bool>
55 </property>
56 <property name="selectionMode">
57 <enum>QAbstractItemView::NoSelection</enum>
58 </property>
59 <property name="sortingEnabled">
60 <bool>false</bool>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QLabel" name="statusLabel"/>
66 </item>
67 <item>
68 <widget class="QDialogButtonBox" name="buttonBox">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Close</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <tabstops>
80 <tabstop>filterEdit</tabstop>
81 <tabstop>filterButton</tabstop>
82 <tabstop>modulesList</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>accepted()</signal>
89 <receiver>ShowModulesDialog</receiver>
90 <slot>accept()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>248</x>
94 <y>254</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>157</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 <connection>
103 <sender>buttonBox</sender>
104 <signal>rejected()</signal>
105 <receiver>ShowModulesDialog</receiver>
106 <slot>reject()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>316</x>
110 <y>260</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>286</x>
114 <y>274</y>
115 </hint>
116 </hints>
117 </connection>
118 </connections>
119 </ui>

eric ide

mercurial