src/eric7/MicroPython/IgnoredDevicesDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IgnoredDevicesDialog</class>
4 <widget class="QDialog" name="IgnoredDevicesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Ignored Serial Devices</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="EricStringListEditWidget" name="devicesEditWidget" native="true"/>
22 </item>
23 <item>
24 <widget class="QDialogButtonBox" name="buttonBox">
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="standardButtons">
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30 </property>
31 </widget>
32 </item>
33 </layout>
34 </widget>
35 <customwidgets>
36 <customwidget>
37 <class>EricStringListEditWidget</class>
38 <extends>QWidget</extends>
39 <header>EricWidgets/EricStringListEditWidget.h</header>
40 <container>1</container>
41 </customwidget>
42 </customwidgets>
43 <tabstops>
44 <tabstop>buttonBox</tabstop>
45 </tabstops>
46 <resources/>
47 <connections>
48 <connection>
49 <sender>buttonBox</sender>
50 <signal>accepted()</signal>
51 <receiver>IgnoredDevicesDialog</receiver>
52 <slot>accept()</slot>
53 <hints>
54 <hint type="sourcelabel">
55 <x>227</x>
56 <y>329</y>
57 </hint>
58 <hint type="destinationlabel">
59 <x>157</x>
60 <y>274</y>
61 </hint>
62 </hints>
63 </connection>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>rejected()</signal>
67 <receiver>IgnoredDevicesDialog</receiver>
68 <slot>reject()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>295</x>
72 <y>335</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>286</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>

eric ide

mercurial