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>TaskPropertiesDialog</class> <widget class="QDialog" name="TaskPropertiesDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string>Task Properties</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>&Summary:</string> </property> <property name="buddy"> <cstring>summaryEdit</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="summaryEdit"> <property name="toolTip"> <string>Enter the task summary</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="descriptionLabel"> <property name="text"> <string>&Description:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="buddy"> <cstring>descriptionEdit</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter the task description</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QFrame" name="manualTaskFrame"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="textLabel2"> <property name="text"> <string>Creation Time:</string> </property> </widget> </item> <item> <widget class="QLabel" name="creationLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="textLabel4"> <property name="text"> <string>&Priority:</string> </property> <property name="buddy"> <cstring>priorityCombo</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="priorityCombo"> <property name="toolTip"> <string>Select the task priority</string> </property> <property name="currentIndex"> <number>1</number> </property> <item> <property name="text"> <string>High</string> </property> </item> <item> <property name="text"> <string>Normal</string> </property> </item> <item> <property name="text"> <string>Low</string> </property> </item> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Type:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="typeCombo"> <property name="toolTip"> <string>Select the task type</string> </property> </widget> </item> <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> </layout> </item> <item> <widget class="QCheckBox" name="completedCheckBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select to mark this task as completed</string> </property> <property name="text"> <string>T&ask completed</string> </property> </widget> </item> </layout> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="projectCheckBox"> <property name="toolTip"> <string>Select to indicate a task related to the current project</string> </property> <property name="text"> <string>Project &Task</string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QFrame" name="fileTaskFrame"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QGridLayout" name="gridLayout"> <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 row="1" column="1"> <widget class="QLineEdit" name="linenoEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="linenoLabel"> <property name="text"> <string>Line:</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="filenameLabel"> <property name="text"> <string>Filename:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="filenameEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <customwidgets> <customwidget> <class>EricSpellCheckedTextEdit</class> <extends>QTextEdit</extends> <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>summaryEdit</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>priorityCombo</tabstop> <tabstop>typeCombo</tabstop> <tabstop>completedCheckBox</tabstop> <tabstop>projectCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>TaskPropertiesDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>48</x> <y>143</y> </hint> <hint type="destinationlabel"> <x>49</x> <y>165</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>TaskPropertiesDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>177</x> <y>149</y> </hint> <hint type="destinationlabel"> <x>177</x> <y>162</y> </hint> </hints> </connection> </connections> </ui>