RefactoringRope/ConfigurationPage/Ui_MouseClickHandlerRopePage.py

branch
eric7
changeset 423
9dfc89a5aadf
parent 422
f98253eed7f0
diff -r f98253eed7f0 -r 9dfc89a5aadf RefactoringRope/ConfigurationPage/Ui_MouseClickHandlerRopePage.py
--- a/RefactoringRope/ConfigurationPage/Ui_MouseClickHandlerRopePage.py	Sat Oct 26 15:50:43 2024 +0200
+++ b/RefactoringRope/ConfigurationPage/Ui_MouseClickHandlerRopePage.py	Sat Oct 26 15:54:44 2024 +0200
@@ -1,6 +1,6 @@
-# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Refactoring_Rope/RefactoringRope/ConfigurationPage/MouseClickHandlerRopePage.ui'
+# Form implementation generated from reading ui file 'RefactoringRope/ConfigurationPage/MouseClickHandlerRopePage.ui'
 #
-# Created by: PyQt6 UI code generator 6.3.1
+# Created by: PyQt6 UI code generator 6.7.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.
@@ -15,31 +15,31 @@
         MouseClickHandlerRopePage.resize(400, 300)
         self.verticalLayout = QtWidgets.QVBoxLayout(MouseClickHandlerRopePage)
         self.verticalLayout.setObjectName("verticalLayout")
-        self.headerLabel = QtWidgets.QLabel(MouseClickHandlerRopePage)
+        self.headerLabel = QtWidgets.QLabel(parent=MouseClickHandlerRopePage)
         self.headerLabel.setObjectName("headerLabel")
         self.verticalLayout.addWidget(self.headerLabel)
-        self.line15 = QtWidgets.QFrame(MouseClickHandlerRopePage)
+        self.line15 = QtWidgets.QFrame(parent=MouseClickHandlerRopePage)
         self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
         self.line15.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
         self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
         self.line15.setObjectName("line15")
         self.verticalLayout.addWidget(self.line15)
-        self.ropeClickHandlerCheckBox = QtWidgets.QCheckBox(MouseClickHandlerRopePage)
+        self.ropeClickHandlerCheckBox = QtWidgets.QCheckBox(parent=MouseClickHandlerRopePage)
         self.ropeClickHandlerCheckBox.setObjectName("ropeClickHandlerCheckBox")
         self.verticalLayout.addWidget(self.ropeClickHandlerCheckBox)
-        self.groupBox = QtWidgets.QGroupBox(MouseClickHandlerRopePage)
+        self.groupBox = QtWidgets.QGroupBox(parent=MouseClickHandlerRopePage)
         self.groupBox.setObjectName("groupBox")
         self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox)
         self.horizontalLayout.setObjectName("horizontalLayout")
-        self.label = QtWidgets.QLabel(self.groupBox)
+        self.label = QtWidgets.QLabel(parent=self.groupBox)
         self.label.setObjectName("label")
         self.horizontalLayout.addWidget(self.label)
-        self.gotoClickEdit = QtWidgets.QLineEdit(self.groupBox)
+        self.gotoClickEdit = QtWidgets.QLineEdit(parent=self.groupBox)
         self.gotoClickEdit.setFocusPolicy(QtCore.Qt.FocusPolicy.NoFocus)
         self.gotoClickEdit.setReadOnly(True)
         self.gotoClickEdit.setObjectName("gotoClickEdit")
         self.horizontalLayout.addWidget(self.gotoClickEdit)
-        self.changeGotoButton = QtWidgets.QPushButton(self.groupBox)
+        self.changeGotoButton = QtWidgets.QPushButton(parent=self.groupBox)
         self.changeGotoButton.setObjectName("changeGotoButton")
         self.horizontalLayout.addWidget(self.changeGotoButton)
         self.verticalLayout.addWidget(self.groupBox)
@@ -59,13 +59,3 @@
         self.gotoClickEdit.setToolTip(_translate("MouseClickHandlerRopePage", "Shows the mouse click sequence"))
         self.changeGotoButton.setToolTip(_translate("MouseClickHandlerRopePage", "Press to open a dialog to configure the mouse click sequence"))
         self.changeGotoButton.setText(_translate("MouseClickHandlerRopePage", "Change..."))
-
-
-if __name__ == "__main__":
-    import sys
-    app = QtWidgets.QApplication(sys.argv)
-    MouseClickHandlerRopePage = QtWidgets.QWidget()
-    ui = Ui_MouseClickHandlerRopePage()
-    ui.setupUi(MouseClickHandlerRopePage)
-    MouseClickHandlerRopePage.show()
-    sys.exit(app.exec())

eric ide

mercurial