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.
# Form implementation generated from reading ui file 'src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui' # # Created by: PyQt6 UI code generator 6.7.0 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. from PyQt6 import QtCore, QtGui, QtWidgets class Ui_HgQueuesListDialog(object): def setupUi(self, HgQueuesListDialog): HgQueuesListDialog.setObjectName("HgQueuesListDialog") HgQueuesListDialog.resize(634, 494) HgQueuesListDialog.setSizeGripEnabled(True) self.vboxlayout = QtWidgets.QVBoxLayout(HgQueuesListDialog) self.vboxlayout.setObjectName("vboxlayout") self.patchesList = QtWidgets.QTreeWidget(parent=HgQueuesListDialog) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(2) sizePolicy.setHeightForWidth(self.patchesList.sizePolicy().hasHeightForWidth()) self.patchesList.setSizePolicy(sizePolicy) self.patchesList.setAlternatingRowColors(True) self.patchesList.setRootIsDecorated(False) self.patchesList.setItemsExpandable(False) self.patchesList.setObjectName("patchesList") self.patchesList.headerItem().setText(0, "#") self.patchesList.headerItem().setTextAlignment(0, QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignVCenter) self.vboxlayout.addWidget(self.patchesList) self.errorGroup = QtWidgets.QGroupBox(parent=HgQueuesListDialog) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(1) sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth()) self.errorGroup.setSizePolicy(sizePolicy) self.errorGroup.setObjectName("errorGroup") self.vboxlayout1 = QtWidgets.QVBoxLayout(self.errorGroup) self.vboxlayout1.setObjectName("vboxlayout1") self.errors = QtWidgets.QTextEdit(parent=self.errorGroup) self.errors.setReadOnly(True) self.errors.setAcceptRichText(False) self.errors.setObjectName("errors") self.vboxlayout1.addWidget(self.errors) self.vboxlayout.addWidget(self.errorGroup) self.buttonBox = QtWidgets.QDialogButtonBox(parent=HgQueuesListDialog) self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close) self.buttonBox.setObjectName("buttonBox") self.vboxlayout.addWidget(self.buttonBox) self.retranslateUi(HgQueuesListDialog) QtCore.QMetaObject.connectSlotsByName(HgQueuesListDialog) HgQueuesListDialog.setTabOrder(self.patchesList, self.errors) HgQueuesListDialog.setTabOrder(self.errors, self.buttonBox) def retranslateUi(self, HgQueuesListDialog): _translate = QtCore.QCoreApplication.translate HgQueuesListDialog.setWindowTitle(_translate("HgQueuesListDialog", "List of Patches")) HgQueuesListDialog.setWhatsThis(_translate("HgQueuesListDialog", "<b>List of Patches</b>\n" "<p>This dialog shows a list of applied and unapplied patches.</p>")) self.patchesList.setWhatsThis(_translate("HgQueuesListDialog", "<b>Patches List</b>\n" "<p>This shows a list of applied and unapplied patches.</p>")) self.patchesList.headerItem().setText(1, _translate("HgQueuesListDialog", "Name")) self.patchesList.headerItem().setText(2, _translate("HgQueuesListDialog", "Status")) self.patchesList.headerItem().setText(3, _translate("HgQueuesListDialog", "Summary")) self.errorGroup.setTitle(_translate("HgQueuesListDialog", "Errors"))