src/eric7/MicroPython/MicroPythonWidget.ui

branch
mpy_network
changeset 10011
26a7d607b8f6
parent 10009
61e5fe703818
equal deleted inserted replaced
10010:8a68a7a7ab88 10011:26a7d607b8f6
8 <y>0</y> 8 <y>0</y>
9 <width>456</width> 9 <width>456</width>
10 <height>548</height> 10 <height>548</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 20 <item>
15 <layout class="QHBoxLayout" name="horizontalLayout"> 21 <layout class="QHBoxLayout" name="horizontalLayout">
16 <item> 22 <item>
17 <widget class="QLabel" name="deviceIconLabel"> 23 <widget class="QLabel" name="deviceIconLabel">
144 </widget> 150 </widget>
145 </item> 151 </item>
146 </layout> 152 </layout>
147 </item> 153 </item>
148 <item> 154 <item>
149 <widget class="QTextEdit" name="replEdit"> 155 <widget class="MicroPythonReplWidget" name="replWidget" native="true">
150 <property name="contextMenuPolicy"> 156 <property name="sizePolicy">
151 <enum>Qt::CustomContextMenu</enum> 157 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
158 <horstretch>0</horstretch>
159 <verstretch>0</verstretch>
160 </sizepolicy>
152 </property> 161 </property>
153 <property name="undoRedoEnabled"> 162 <property name="focusPolicy">
154 <bool>false</bool> 163 <enum>Qt::StrongFocus</enum>
155 </property>
156 <property name="lineWrapMode">
157 <enum>QTextEdit::NoWrap</enum>
158 </property>
159 <property name="acceptRichText">
160 <bool>false</bool>
161 </property> 164 </property>
162 </widget> 165 </widget>
163 </item> 166 </item>
164 </layout> 167 </layout>
165 </widget> 168 </widget>
173 <class>EricLed</class> 176 <class>EricLed</class>
174 <extends>QWidget</extends> 177 <extends>QWidget</extends>
175 <header>eric7/EricWidgets/EricLed.h</header> 178 <header>eric7/EricWidgets/EricLed.h</header>
176 <container>1</container> 179 <container>1</container>
177 </customwidget> 180 </customwidget>
181 <customwidget>
182 <class>MicroPythonReplWidget</class>
183 <extends>QWidget</extends>
184 <header>eric7/MicroPython/MicroPythonReplWidget.h</header>
185 <container>1</container>
186 </customwidget>
178 </customwidgets> 187 </customwidgets>
179 <tabstops> 188 <tabstops>
180 <tabstop>deviceTypeComboBox</tabstop> 189 <tabstop>deviceTypeComboBox</tabstop>
181 <tabstop>repopulateButton</tabstop> 190 <tabstop>repopulateButton</tabstop>
191 <tabstop>webreplConfigButton</tabstop>
182 <tabstop>menuButton</tabstop> 192 <tabstop>menuButton</tabstop>
183 <tabstop>runButton</tabstop> 193 <tabstop>runButton</tabstop>
184 <tabstop>replButton</tabstop> 194 <tabstop>replButton</tabstop>
185 <tabstop>filesButton</tabstop> 195 <tabstop>filesButton</tabstop>
186 <tabstop>chartButton</tabstop> 196 <tabstop>chartButton</tabstop>
187 <tabstop>connectButton</tabstop> 197 <tabstop>connectButton</tabstop>
188 <tabstop>replEdit</tabstop> 198 <tabstop>replWidget</tabstop>
189 </tabstops> 199 </tabstops>
190 <resources/> 200 <resources/>
191 <connections/> 201 <connections/>
192 </ui> 202 </ui>

eric ide

mercurial