src/eric7/MicroPython/ShowModulesDialog.ui

branch
eric7
changeset 9748
df9520c864f2
parent 9740
90072e10ae9b
equal deleted inserted replaced
9747:b7976868d5b0 9748:df9520c864f2
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="infoLabel">
66 <property name="wordWrap">
67 <bool>true</bool>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QLabel" name="statusLabel"/>
73 </item>
74 <item>
75 <widget class="QDialogButtonBox" name="buttonBox">
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="standardButtons">
80 <set>QDialogButtonBox::Close</set>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </widget>
86 <tabstops>
87 <tabstop>filterEdit</tabstop>
88 <tabstop>filterButton</tabstop>
89 <tabstop>modulesList</tabstop>
90 </tabstops>
91 <resources/>
92 <connections>
93 <connection>
94 <sender>buttonBox</sender>
95 <signal>accepted()</signal>
96 <receiver>ShowModulesDialog</receiver>
97 <slot>accept()</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>248</x>
101 <y>254</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>157</x>
105 <y>274</y>
106 </hint>
107 </hints>
108 </connection>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>rejected()</signal>
112 <receiver>ShowModulesDialog</receiver>
113 <slot>reject()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>316</x>
117 <y>260</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>286</x>
121 <y>274</y>
122 </hint>
123 </hints>
124 </connection>
125 </connections>
126 </ui>

eric ide

mercurial