eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
micropython
changeset 7140
22f5fd76c10f
parent 7135
44fcfc99b864
child 7161
728018c32b09
equal deleted inserted replaced
7139:9bb36ec2d1b5 7140:22f5fd76c10f
4 <widget class="QWidget" name="MicroPythonPage"> 4 <widget class="QWidget" name="MicroPythonPage">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>477</width> 9 <width>476</width>
10 <height>346</height> 10 <height>356</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
133 </item> 133 </item>
134 </layout> 134 </layout>
135 </widget> 135 </widget>
136 </item> 136 </item>
137 <item> 137 <item>
138 <widget class="QGroupBox" name="groupBox_3">
139 <property name="title">
140 <string>MPY Cross Compiler</string>
141 </property>
142 <layout class="QHBoxLayout" name="horizontalLayout">
143 <item>
144 <widget class="QLabel" name="label_3">
145 <property name="text">
146 <string>Program:</string>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="E5PathPicker" name="mpyCrossPicker" native="true">
152 <property name="sizePolicy">
153 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
154 <horstretch>0</horstretch>
155 <verstretch>0</verstretch>
156 </sizepolicy>
157 </property>
158 <property name="focusPolicy">
159 <enum>Qt::WheelFocus</enum>
160 </property>
161 <property name="toolTip">
162 <string>Enter the path of the cross compiler executable</string>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 </item>
169 <item>
138 <spacer name="verticalSpacer"> 170 <spacer name="verticalSpacer">
139 <property name="orientation"> 171 <property name="orientation">
140 <enum>Qt::Vertical</enum> 172 <enum>Qt::Vertical</enum>
141 </property> 173 </property>
142 <property name="sizeHint" stdset="0"> 174 <property name="sizeHint" stdset="0">
147 </property> 179 </property>
148 </spacer> 180 </spacer>
149 </item> 181 </item>
150 </layout> 182 </layout>
151 </widget> 183 </widget>
184 <customwidgets>
185 <customwidget>
186 <class>E5PathPicker</class>
187 <extends>QWidget</extends>
188 <header>E5Gui/E5PathPicker.h</header>
189 <container>1</container>
190 </customwidget>
191 </customwidgets>
152 <tabstops> 192 <tabstops>
153 <tabstop>timeoutSpinBox</tabstop> 193 <tabstop>timeoutSpinBox</tabstop>
154 <tabstop>syncTimeCheckBox</tabstop> 194 <tabstop>syncTimeCheckBox</tabstop>
155 <tabstop>colorSchemeComboBox</tabstop> 195 <tabstop>colorSchemeComboBox</tabstop>
156 <tabstop>replWrapCheckBox</tabstop> 196 <tabstop>replWrapCheckBox</tabstop>

eric ide

mercurial