ProjectDjango/Ui_DjangoRunTestServerDataDialog.py

Sun, 30 Mar 2025 15:25:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Mar 2025 15:25:10 +0200
branch
eric7
changeset 206
4dfd8f6f2503
parent 205
3f8d003cb9cf
permissions
-rw-r--r--

Created global tag <release-10.4.0>.

# Form implementation generated from reading ui file 'ProjectDjango/DjangoRunTestServerDataDialog.ui'
#
# Created by: PyQt6 UI code generator 6.8.1
#
# 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_DjangoRunTestServerDataDialog(object):
    def setupUi(self, DjangoRunTestServerDataDialog):
        DjangoRunTestServerDataDialog.setObjectName("DjangoRunTestServerDataDialog")
        DjangoRunTestServerDataDialog.resize(600, 92)
        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Minimum)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(DjangoRunTestServerDataDialog.sizePolicy().hasHeightForWidth())
        DjangoRunTestServerDataDialog.setSizePolicy(sizePolicy)
        DjangoRunTestServerDataDialog.setSizeGripEnabled(True)
        self.verticalLayout = QtWidgets.QVBoxLayout(DjangoRunTestServerDataDialog)
        self.verticalLayout.setObjectName("verticalLayout")
        self.label = QtWidgets.QLabel(parent=DjangoRunTestServerDataDialog)
        self.label.setObjectName("label")
        self.verticalLayout.addWidget(self.label)
        self.fixturePicker = EricPathPicker(parent=DjangoRunTestServerDataDialog)
        self.fixturePicker.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus)
        self.fixturePicker.setObjectName("fixturePicker")
        self.verticalLayout.addWidget(self.fixturePicker)
        self.buttonBox = QtWidgets.QDialogButtonBox(parent=DjangoRunTestServerDataDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
        self.buttonBox.setObjectName("buttonBox")
        self.verticalLayout.addWidget(self.buttonBox)

        self.retranslateUi(DjangoRunTestServerDataDialog)
        self.buttonBox.accepted.connect(DjangoRunTestServerDataDialog.accept) # type: ignore
        self.buttonBox.rejected.connect(DjangoRunTestServerDataDialog.reject) # type: ignore
        QtCore.QMetaObject.connectSlotsByName(DjangoRunTestServerDataDialog)

    def retranslateUi(self, DjangoRunTestServerDataDialog):
        _translate = QtCore.QCoreApplication.translate
        DjangoRunTestServerDataDialog.setWindowTitle(_translate("DjangoRunTestServerDataDialog", "testserver Command Options"))
        self.label.setText(_translate("DjangoRunTestServerDataDialog", "Enter the list of fixture patterns or the path of a fixture file."))
from eric7.EricWidgets.EricPathPicker import EricPathPicker

eric ide

mercurial