|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Debugger/EditWatchpointDialog.ui' |
|
2 # |
|
3 # Created by: PyQt6 UI code generator 6.7.0 |
|
4 # |
|
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is |
|
6 # run again. Do not edit this file unless you know what you are doing. |
|
7 |
|
8 |
|
9 from PyQt6 import QtCore, QtGui, QtWidgets |
|
10 |
|
11 |
|
12 class Ui_EditWatchpointDialog(object): |
|
13 def setupUi(self, EditWatchpointDialog): |
|
14 EditWatchpointDialog.setObjectName("EditWatchpointDialog") |
|
15 EditWatchpointDialog.resize(402, 234) |
|
16 EditWatchpointDialog.setSizeGripEnabled(True) |
|
17 self.gridlayout = QtWidgets.QGridLayout(EditWatchpointDialog) |
|
18 self.gridlayout.setObjectName("gridlayout") |
|
19 self.buttonBox = QtWidgets.QDialogButtonBox(parent=EditWatchpointDialog) |
|
20 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
21 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok) |
|
22 self.buttonBox.setObjectName("buttonBox") |
|
23 self.gridlayout.addWidget(self.buttonBox, 4, 0, 1, 3) |
|
24 spacerItem = QtWidgets.QSpacerItem(211, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
25 self.gridlayout.addItem(spacerItem, 1, 2, 1, 1) |
|
26 self.ignoreSpinBox = QtWidgets.QSpinBox(parent=EditWatchpointDialog) |
|
27 self.ignoreSpinBox.setMaximum(9999) |
|
28 self.ignoreSpinBox.setObjectName("ignoreSpinBox") |
|
29 self.gridlayout.addWidget(self.ignoreSpinBox, 1, 1, 1, 1) |
|
30 self.textLabel2 = QtWidgets.QLabel(parent=EditWatchpointDialog) |
|
31 self.textLabel2.setObjectName("textLabel2") |
|
32 self.gridlayout.addWidget(self.textLabel2, 1, 0, 1, 1) |
|
33 self.enabledCheckBox = QtWidgets.QCheckBox(parent=EditWatchpointDialog) |
|
34 self.enabledCheckBox.setObjectName("enabledCheckBox") |
|
35 self.gridlayout.addWidget(self.enabledCheckBox, 3, 0, 1, 3) |
|
36 self.temporaryCheckBox = QtWidgets.QCheckBox(parent=EditWatchpointDialog) |
|
37 self.temporaryCheckBox.setObjectName("temporaryCheckBox") |
|
38 self.gridlayout.addWidget(self.temporaryCheckBox, 2, 0, 1, 3) |
|
39 self.groupBox = QtWidgets.QGroupBox(parent=EditWatchpointDialog) |
|
40 self.groupBox.setTitle("") |
|
41 self.groupBox.setObjectName("groupBox") |
|
42 self.gridlayout1 = QtWidgets.QGridLayout(self.groupBox) |
|
43 self.gridlayout1.setObjectName("gridlayout1") |
|
44 self.specialButton = QtWidgets.QRadioButton(parent=self.groupBox) |
|
45 self.specialButton.setObjectName("specialButton") |
|
46 self.gridlayout1.addWidget(self.specialButton, 1, 0, 1, 1) |
|
47 self.conditionButton = QtWidgets.QRadioButton(parent=self.groupBox) |
|
48 self.conditionButton.setChecked(True) |
|
49 self.conditionButton.setObjectName("conditionButton") |
|
50 self.gridlayout1.addWidget(self.conditionButton, 0, 0, 1, 1) |
|
51 self.specialEdit = QtWidgets.QLineEdit(parent=self.groupBox) |
|
52 self.specialEdit.setEnabled(False) |
|
53 self.specialEdit.setObjectName("specialEdit") |
|
54 self.gridlayout1.addWidget(self.specialEdit, 1, 1, 1, 1) |
|
55 self.specialCombo = QtWidgets.QComboBox(parent=self.groupBox) |
|
56 self.specialCombo.setEnabled(False) |
|
57 self.specialCombo.setObjectName("specialCombo") |
|
58 self.specialCombo.addItem("") |
|
59 self.specialCombo.addItem("") |
|
60 self.gridlayout1.addWidget(self.specialCombo, 2, 1, 1, 1) |
|
61 self.conditionEdit = QtWidgets.QLineEdit(parent=self.groupBox) |
|
62 self.conditionEdit.setObjectName("conditionEdit") |
|
63 self.gridlayout1.addWidget(self.conditionEdit, 0, 1, 1, 1) |
|
64 self.gridlayout.addWidget(self.groupBox, 0, 0, 1, 3) |
|
65 |
|
66 self.retranslateUi(EditWatchpointDialog) |
|
67 self.conditionButton.toggled['bool'].connect(self.conditionEdit.setEnabled) # type: ignore |
|
68 self.specialButton.toggled['bool'].connect(self.specialCombo.setEnabled) # type: ignore |
|
69 self.specialButton.toggled['bool'].connect(self.specialEdit.setEnabled) # type: ignore |
|
70 self.buttonBox.accepted.connect(EditWatchpointDialog.accept) # type: ignore |
|
71 self.buttonBox.rejected.connect(EditWatchpointDialog.reject) # type: ignore |
|
72 QtCore.QMetaObject.connectSlotsByName(EditWatchpointDialog) |
|
73 EditWatchpointDialog.setTabOrder(self.conditionButton, self.conditionEdit) |
|
74 EditWatchpointDialog.setTabOrder(self.conditionEdit, self.specialButton) |
|
75 EditWatchpointDialog.setTabOrder(self.specialButton, self.specialEdit) |
|
76 EditWatchpointDialog.setTabOrder(self.specialEdit, self.specialCombo) |
|
77 EditWatchpointDialog.setTabOrder(self.specialCombo, self.ignoreSpinBox) |
|
78 EditWatchpointDialog.setTabOrder(self.ignoreSpinBox, self.temporaryCheckBox) |
|
79 EditWatchpointDialog.setTabOrder(self.temporaryCheckBox, self.enabledCheckBox) |
|
80 |
|
81 def retranslateUi(self, EditWatchpointDialog): |
|
82 _translate = QtCore.QCoreApplication.translate |
|
83 EditWatchpointDialog.setWindowTitle(_translate("EditWatchpointDialog", "Edit Watch Expression")) |
|
84 self.ignoreSpinBox.setToolTip(_translate("EditWatchpointDialog", "Enter an ignore count for the watch expression")) |
|
85 self.textLabel2.setText(_translate("EditWatchpointDialog", "Ignore Count:")) |
|
86 self.enabledCheckBox.setToolTip(_translate("EditWatchpointDialog", "Select, whether the watch expression is enabled")) |
|
87 self.enabledCheckBox.setText(_translate("EditWatchpointDialog", "Enabled")) |
|
88 self.temporaryCheckBox.setToolTip(_translate("EditWatchpointDialog", "Select whether this is a temporary watch expression")) |
|
89 self.temporaryCheckBox.setText(_translate("EditWatchpointDialog", "Temporary Watch Expression")) |
|
90 self.specialButton.setText(_translate("EditWatchpointDialog", "Variable:")) |
|
91 self.conditionButton.setText(_translate("EditWatchpointDialog", "Expression:")) |
|
92 self.specialEdit.setToolTip(_translate("EditWatchpointDialog", "Enter a variable and select the special condition below")) |
|
93 self.specialCombo.setToolTip(_translate("EditWatchpointDialog", "Select a special condition")) |
|
94 self.specialCombo.setItemText(0, _translate("EditWatchpointDialog", "created")) |
|
95 self.specialCombo.setItemText(1, _translate("EditWatchpointDialog", "changed")) |
|
96 self.conditionEdit.setToolTip(_translate("EditWatchpointDialog", "Enter the expression for the watch expression")) |