src/eric7/MicroPython/MipPackageDialog.ui

branch
eric7
changeset 9844
2f3d623f7617
child 9979
dbafba79461d
equal deleted inserted replaced
9843:72e8270a5940 9844:2f3d623f7617
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MipPackageDialog</class>
4 <widget class="QDialog" name="MipPackageDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>138</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Install Package</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>Package Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="packageEdit">
29 <property name="toolTip">
30 <string>Enter the name of the package.</string>
31 </property>
32 <property name="clearButtonEnabled">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>Version:</string>
41 </property>
42 </widget>
43 </item>
44 <item row="1" column="1">
45 <widget class="QLineEdit" name="versionEdit">
46 <property name="toolTip">
47 <string>Enter the version of the package.</string>
48 </property>
49 <property name="clearButtonEnabled">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0" colspan="2">
55 <widget class="QCheckBox" name="mpyCheckBox">
56 <property name="toolTip">
57 <string>Select to install as compiled (.mpy) file.</string>
58 </property>
59 <property name="text">
60 <string>Install .mpy File</string>
61 </property>
62 <property name="checked">
63 <bool>true</bool>
64 </property>
65 </widget>
66 </item>
67 <item row="3" column="0" colspan="2">
68 <widget class="QDialogButtonBox" name="buttonBox">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <resources/>
80 <connections>
81 <connection>
82 <sender>buttonBox</sender>
83 <signal>accepted()</signal>
84 <receiver>MipPackageDialog</receiver>
85 <slot>accept()</slot>
86 <hints>
87 <hint type="sourcelabel">
88 <x>248</x>
89 <y>254</y>
90 </hint>
91 <hint type="destinationlabel">
92 <x>157</x>
93 <y>274</y>
94 </hint>
95 </hints>
96 </connection>
97 <connection>
98 <sender>buttonBox</sender>
99 <signal>rejected()</signal>
100 <receiver>MipPackageDialog</receiver>
101 <slot>reject()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>316</x>
105 <y>260</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>286</x>
109 <y>274</y>
110 </hint>
111 </hints>
112 </connection>
113 </connections>
114 </ui>

eric ide

mercurial