Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>InterfaceLightPage</class> <widget class="QWidget" name="InterfaceLightPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>555</width> <height>496</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure User Interface</b></string> </property> </widget> </item> <item> <widget class="Line" name="line9"> <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="QGroupBox" name="groupBox"> <property name="title"> <string>Style</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Style:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="styleComboBox"> <property name="toolTip"> <string>Select the interface style</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Style Sheet:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="EricPathPicker" name="styleSheetPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the style sheet file</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Style Icons Path:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="EricPathPicker" name="styleIconsPathPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path to the icons used within the style sheet (empty for default)</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Item Selection Style:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="itemSelectionStyleComboBox"> <property name="toolTip"> <string>Select the style for item selection (default is platform dependent).</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="label_9"> <property name="text"> <string><b>Note:</b> This may not take effect on all views.</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="sidebarsGroup"> <property name="title"> <string>Sidebars</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <layout class="QGridLayout" name="gridLayout_7"> <item row="0" column="0" colspan="2"> <widget class="QPushButton" name="iconBarButton"> <property name="toolTip"> <string>Select the icon bar background color</string> </property> <property name="text"> <string>Icon Bar Color</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Icon Size:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="iconSizeComboBox"> <property name="toolTip"> <string>Select the icon size</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="sampleLabel"> <property name="minimumSize"> <size> <width>50</width> <height>50</height> </size> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="highlightedSampleLabel"> <property name="minimumSize"> <size> <width>50</width> <height>50</height> </size> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>396</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="Line" name="line9_2"> <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="TextLabel1_2_2_2"> <property name="text"> <string><font color="#FF0000"><b>Note:</b> All settings below are activated at the next startup of the application.</font></string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="languageLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Language:</string> </property> <property name="buddy"> <cstring>languageComboBox</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="languageComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the interface language.</string> </property> <property name="whatsThis"> <string>The interface language can be selected from this list. If "system" is selected, the interface language is determined by the system. The selection of "none" means, that the default language will be used.</string> </property> </widget> </item> </layout> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>537</width> <height>41</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>styleComboBox</tabstop> <tabstop>styleSheetPicker</tabstop> <tabstop>styleIconsPathPicker</tabstop> <tabstop>itemSelectionStyleComboBox</tabstop> <tabstop>iconBarButton</tabstop> <tabstop>iconSizeComboBox</tabstop> <tabstop>languageComboBox</tabstop> </tabstops> <resources/> <connections/> </ui>