Mon, 20 Jan 2025 15:48:41 +0100
MicroPython
- Updated the list of known CircuitPython boards for CPy 9.2.3.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>RequirementsDialog</class> <widget class="QDialog" name="RequirementsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>550</height> </rect> </property> <property name="windowTitle"> <string>Generate Requirements</string> </property> <property name="toolTip"> <string>Replace the current selection with the requirements text</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Requirements File:</string> </property> </widget> </item> <item> <widget class="EricPathPicker" name="requirementsFilePicker" 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> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="1"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="copyButton"> <property name="toolTip"> <string>Copy the requirements text to the clipboard</string> </property> <property name="text"> <string>Copy</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QPushButton" name="saveButton"> <property name="toolTip"> <string>Press to save to the requirements file</string> </property> <property name="text"> <string>Save</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QPushButton" name="insertButton"> <property name="toolTip"> <string>Insert the requirements text at the cursor position</string> </property> <property name="text"> <string>Insert</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QPushButton" name="replaceSelectionButton"> <property name="text"> <string>Replace Selection</string> </property> </widget> </item> <item row="0" column="0" rowspan="9"> <widget class="QPlainTextEdit" name="requirementsEdit"> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> <item row="7" column="1"> <widget class="QPushButton" name="replaceAllButton"> <property name="toolTip"> <string>Replace all text with the requirements text</string> </property> <property name="text"> <string>Replace All</string> </property> </widget> </item> <item row="8" column="1"> <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> <item row="1" column="1"> <widget class="QPushButton" name="saveToButton"> <property name="toolTip"> <string>Save to a new file</string> </property> <property name="text"> <string>Save To</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="label_2"> <property name="text"> <string><b>Editor Actions</b></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>requirementsFilePicker</tabstop> <tabstop>requirementsEdit</tabstop> <tabstop>saveButton</tabstop> <tabstop>saveToButton</tabstop> <tabstop>copyButton</tabstop> <tabstop>insertButton</tabstop> <tabstop>replaceSelectionButton</tabstop> <tabstop>replaceAllButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>RequirementsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>RequirementsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>