eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

Mon, 22 Jul 2019 19:19:06 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 22 Jul 2019 19:19:06 +0200
branch
micropython
changeset 7079
d1564b590677
child 7086
b757db426076
permissions
-rw-r--r--

Preferences: added a configuration pyge for the MicroPython interface.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MicroPythonPage</class>
 <widget class="QWidget" name="MicroPythonPage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>477</width>
    <height>346</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QLabel" name="headerLabel">
     <property name="text">
      <string>&lt;b&gt;Configure MicroPython&lt;/b&gt;</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line9_3">
     <property name="frameShape">
      <enum>QFrame::HLine</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Sunken</enum>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="label">
     <property name="text">
      <string>Color Scheme for ANSI Escape Codes:</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QComboBox" name="colorSchemeComboBox">
     <property name="toolTip">
      <string>Select the color scheme to be applied for ANSI color escape codes</string>
     </property>
    </widget>
   </item>
   <item>
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>252</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial