eric6/MicroPython/MicroPythonProgressInfoDialog.ui

branch
micropython
changeset 7083
217862c28319
child 7084
3eddfc540614
equal deleted inserted replaced
7082:ec199ef0cfc6 7083:217862c28319
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MicroPythonProgressInfoDialog</class>
4 <widget class="QDialog" name="MicroPythonProgressInfoDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Progress Information</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QPlainTextEdit" name="progressEdit">
22 <property name="tabChangesFocus">
23 <bool>true</bool>
24 </property>
25 <property name="readOnly">
26 <bool>true</bool>
27 </property>
28 <property name="textInteractionFlags">
29 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QDialogButtonBox" name="buttonBox">
35 <property name="orientation">
36 <enum>Qt::Horizontal</enum>
37 </property>
38 <property name="standardButtons">
39 <set>QDialogButtonBox::Close</set>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 <resources/>
46 <connections>
47 <connection>
48 <sender>buttonBox</sender>
49 <signal>accepted()</signal>
50 <receiver>MicroPythonProgressInfoDialog</receiver>
51 <slot>accept()</slot>
52 <hints>
53 <hint type="sourcelabel">
54 <x>248</x>
55 <y>254</y>
56 </hint>
57 <hint type="destinationlabel">
58 <x>157</x>
59 <y>274</y>
60 </hint>
61 </hints>
62 </connection>
63 <connection>
64 <sender>buttonBox</sender>
65 <signal>rejected()</signal>
66 <receiver>MicroPythonProgressInfoDialog</receiver>
67 <slot>reject()</slot>
68 <hints>
69 <hint type="sourcelabel">
70 <x>316</x>
71 <y>260</y>
72 </hint>
73 <hint type="destinationlabel">
74 <x>286</x>
75 <y>274</y>
76 </hint>
77 </hints>
78 </connection>
79 </connections>
80 </ui>

eric ide

mercurial