diff -r 5dfb03b8ee4c -r d0180bd6c1b5 ProjectDjango/Ui_DjangoRunTestServerDataDialog.py --- a/ProjectDjango/Ui_DjangoRunTestServerDataDialog.py Thu Dec 26 14:22:24 2024 +0100 +++ b/ProjectDjango/Ui_DjangoRunTestServerDataDialog.py Thu Dec 26 14:24:11 2024 +0100 @@ -1,6 +1,6 @@ -# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Project_Django/ProjectDjango/DjangoRunTestServerDataDialog.ui' +# Form implementation generated from reading ui file 'ProjectDjango/DjangoRunTestServerDataDialog.ui' # -# Created by: PyQt6 UI code generator 6.4.0 +# Created by: PyQt6 UI code generator 6.8.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. @@ -21,14 +21,14 @@ DjangoRunTestServerDataDialog.setSizeGripEnabled(True) self.verticalLayout = QtWidgets.QVBoxLayout(DjangoRunTestServerDataDialog) self.verticalLayout.setObjectName("verticalLayout") - self.label = QtWidgets.QLabel(DjangoRunTestServerDataDialog) + self.label = QtWidgets.QLabel(parent=DjangoRunTestServerDataDialog) self.label.setObjectName("label") self.verticalLayout.addWidget(self.label) - self.fixturePicker = EricPathPicker(DjangoRunTestServerDataDialog) + 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(DjangoRunTestServerDataDialog) + 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") @@ -44,13 +44,3 @@ 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 - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - DjangoRunTestServerDataDialog = QtWidgets.QDialog() - ui = Ui_DjangoRunTestServerDataDialog() - ui.setupUi(DjangoRunTestServerDataDialog) - DjangoRunTestServerDataDialog.show() - sys.exit(app.exec())