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>NetworkPage</class> <widget class="QWidget" name="NetworkPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>589</width> <height>524</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Network</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="QGroupBox" name="groupBox_3"> <property name="title"> <string>Reachability Status</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QCheckBox" name="dynamicOnlineCheckBox"> <property name="toolTip"> <string>Select to determine the Internet reachability status dynamically (assume Internet reachability if unchecked)</string> </property> <property name="text"> <string>Dynamic Reachability Status Determination</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Downloads</string> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>Download directory:</string> </property> </widget> </item> <item> <widget class="EricPathPicker" name="downloadDirPicker" 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 download directory (leave empty to use the default location)</string> </property> </widget> </item> </layout> </item> <item> <widget class="QCheckBox" name="requestFilenameCheckBox"> <property name="toolTip"> <string>Select to ask the user for a download filename</string> </property> <property name="text"> <string>Request name of downloaded file</string> </property> </widget> </item> <item> <widget class="QGroupBox" name="cleanupGroup"> <property name="title"> <string>Download Manager Cleanup Policy</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QRadioButton" name="cleanupNeverButton"> <property name="toolTip"> <string>Select to never cleanup automatically</string> </property> <property name="text"> <string>Never</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="cleanupExitButton"> <property name="toolTip"> <string>Select to cleanup upon exiting</string> </property> <property name="text"> <string>When exiting the application</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="cleanupSuccessfulButton"> <property name="toolTip"> <string>Select to cleanup after a successful download</string> </property> <property name="text"> <string>When download finished successfully</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="displayGroup"> <property name="title"> <string>Download Manager Display Policy</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QCheckBox" name="openOnStartCheckBox"> <property name="toolTip"> <string>Select to open the download manager dialog when starting a download</string> </property> <property name="text"> <string>Open when starting download</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="closeOnFinishedCheckBox"> <property name="toolTip"> <string>Select to close the download manager dialog when the last download is finished</string> </property> <property name="text"> <string>Close when downloads finished</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</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>dynamicOnlineCheckBox</tabstop> <tabstop>downloadDirPicker</tabstop> <tabstop>requestFilenameCheckBox</tabstop> <tabstop>cleanupNeverButton</tabstop> <tabstop>cleanupExitButton</tabstop> <tabstop>cleanupSuccessfulButton</tabstop> <tabstop>openOnStartCheckBox</tabstop> <tabstop>closeOnFinishedCheckBox</tabstop> </tabstops> <resources/> <connections/> </ui>