Mon, 22 Jul 2019 19:19:06 +0200
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><b>Configure MicroPython</b></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>