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>BookmarksImportDialog</class> <widget class="QDialog" name="BookmarksImportDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>550</width> <height>354</height> </rect> </property> <property name="minimumSize"> <size> <width>550</width> <height>350</height> </size> </property> <property name="windowTitle"> <string>Import Bookmarks</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QStackedWidget" name="pagesWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="sourcePage"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Choose source from which you want to import bookmarks:</string> </property> </widget> </item> <item> <widget class="QListWidget" name="sourcesList"> <property name="toolTip"> <string>Choose the source to import from</string> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="filePage"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="iconLabel"> <property name="minimumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="importingFromLabel"/> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>44</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="fileLabel1"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="standardDirLabel"> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item> <widget class="QLabel" name="fileLabel2"/> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>44</height> </size> </property> </spacer> </item> <item> <widget class="EricPathPicker" name="filePicker" 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 name of the bookmarks file or directory</string> </property> </widget> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>44</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="nextButton"> <property name="text"> <string>Next ></string> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelButton"> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>sourcesList</tabstop> <tabstop>nextButton</tabstop> <tabstop>cancelButton</tabstop> <tabstop>filePicker</tabstop> </tabstops> <resources/> <connections/> </ui>