src/eric7/MicroPython/ConnectionSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ConnectionSelectionDialog</class>
4 <widget class="QDialog" name="ConnectionSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Port and Device Type Selection</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="QLabel" name="label">
22 <property name="text">
23 <string>Serial Port Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="portNameComboBox">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Select the serial port name to connect</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>Device Type:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QComboBox" name="deviceTypeComboBox">
49 <property name="sizePolicy">
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch>
53 </sizepolicy>
54 </property>
55 <property name="toolTip">
56 <string>Select the device type</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0" colspan="2">
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <resources/>
73 <connections>
74 <connection>
75 <sender>buttonBox</sender>
76 <signal>accepted()</signal>
77 <receiver>ConnectionSelectionDialog</receiver>
78 <slot>accept()</slot>
79 <hints>
80 <hint type="sourcelabel">
81 <x>248</x>
82 <y>254</y>
83 </hint>
84 <hint type="destinationlabel">
85 <x>157</x>
86 <y>274</y>
87 </hint>
88 </hints>
89 </connection>
90 <connection>
91 <sender>buttonBox</sender>
92 <signal>rejected()</signal>
93 <receiver>ConnectionSelectionDialog</receiver>
94 <slot>reject()</slot>
95 <hints>
96 <hint type="sourcelabel">
97 <x>316</x>
98 <y>260</y>
99 </hint>
100 <hint type="destinationlabel">
101 <x>286</x>
102 <y>274</y>
103 </hint>
104 </hints>
105 </connection>
106 </connections>
107 </ui>

eric ide

mercurial