src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/Ui_QRegularExpressionWizardCharactersDialog.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
equal deleted inserted replaced
10742:7aa41173b44b 10743:5d3a5a05114e
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.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_QRegularExpressionWizardCharactersDialog(object):
13 def setupUi(self, QRegularExpressionWizardCharactersDialog):
14 QRegularExpressionWizardCharactersDialog.setObjectName("QRegularExpressionWizardCharactersDialog")
15 QRegularExpressionWizardCharactersDialog.resize(850, 500)
16 QRegularExpressionWizardCharactersDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(QRegularExpressionWizardCharactersDialog)
18 self.verticalLayout.setObjectName("verticalLayout")
19 self.negativeCheckBox = QtWidgets.QCheckBox(parent=QRegularExpressionWizardCharactersDialog)
20 self.negativeCheckBox.setObjectName("negativeCheckBox")
21 self.verticalLayout.addWidget(self.negativeCheckBox)
22 self.groupBox = QtWidgets.QGroupBox(parent=QRegularExpressionWizardCharactersDialog)
23 self.groupBox.setObjectName("groupBox")
24 self.gridLayout = QtWidgets.QGridLayout(self.groupBox)
25 self.gridLayout.setObjectName("gridLayout")
26 self.wordCharCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
27 self.wordCharCheckBox.setObjectName("wordCharCheckBox")
28 self.gridLayout.addWidget(self.wordCharCheckBox, 0, 0, 1, 1)
29 self.digitsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
30 self.digitsCheckBox.setObjectName("digitsCheckBox")
31 self.gridLayout.addWidget(self.digitsCheckBox, 0, 1, 1, 1)
32 self.newlineCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
33 self.newlineCheckBox.setObjectName("newlineCheckBox")
34 self.gridLayout.addWidget(self.newlineCheckBox, 0, 2, 1, 1)
35 self.nonWordCharCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
36 self.nonWordCharCheckBox.setObjectName("nonWordCharCheckBox")
37 self.gridLayout.addWidget(self.nonWordCharCheckBox, 1, 0, 1, 1)
38 self.nonDigitsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
39 self.nonDigitsCheckBox.setObjectName("nonDigitsCheckBox")
40 self.gridLayout.addWidget(self.nonDigitsCheckBox, 1, 1, 1, 1)
41 self.nonNewlineCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
42 self.nonNewlineCheckBox.setObjectName("nonNewlineCheckBox")
43 self.gridLayout.addWidget(self.nonNewlineCheckBox, 1, 2, 1, 1)
44 self.whitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
45 self.whitespaceCheckBox.setObjectName("whitespaceCheckBox")
46 self.gridLayout.addWidget(self.whitespaceCheckBox, 2, 0, 1, 1)
47 self.horizontalWhitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
48 self.horizontalWhitespaceCheckBox.setObjectName("horizontalWhitespaceCheckBox")
49 self.gridLayout.addWidget(self.horizontalWhitespaceCheckBox, 2, 1, 1, 1)
50 self.verticalWhitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
51 self.verticalWhitespaceCheckBox.setObjectName("verticalWhitespaceCheckBox")
52 self.gridLayout.addWidget(self.verticalWhitespaceCheckBox, 2, 2, 1, 1)
53 self.nonWhitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
54 self.nonWhitespaceCheckBox.setObjectName("nonWhitespaceCheckBox")
55 self.gridLayout.addWidget(self.nonWhitespaceCheckBox, 3, 0, 1, 1)
56 self.nonHorizontalWhitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
57 self.nonHorizontalWhitespaceCheckBox.setObjectName("nonHorizontalWhitespaceCheckBox")
58 self.gridLayout.addWidget(self.nonHorizontalWhitespaceCheckBox, 3, 1, 1, 1)
59 self.nonVerticalWhitespaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
60 self.nonVerticalWhitespaceCheckBox.setObjectName("nonVerticalWhitespaceCheckBox")
61 self.gridLayout.addWidget(self.nonVerticalWhitespaceCheckBox, 3, 2, 1, 1)
62 self.verticalLayout.addWidget(self.groupBox)
63 self.singlesBox = QtWidgets.QGroupBox(parent=QRegularExpressionWizardCharactersDialog)
64 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
65 sizePolicy.setHorizontalStretch(0)
66 sizePolicy.setVerticalStretch(0)
67 sizePolicy.setHeightForWidth(self.singlesBox.sizePolicy().hasHeightForWidth())
68 self.singlesBox.setSizePolicy(sizePolicy)
69 self.singlesBox.setObjectName("singlesBox")
70 self.verticalLayout.addWidget(self.singlesBox)
71 self.rangesBox = QtWidgets.QGroupBox(parent=QRegularExpressionWizardCharactersDialog)
72 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
73 sizePolicy.setHorizontalStretch(0)
74 sizePolicy.setVerticalStretch(0)
75 sizePolicy.setHeightForWidth(self.rangesBox.sizePolicy().hasHeightForWidth())
76 self.rangesBox.setSizePolicy(sizePolicy)
77 self.rangesBox.setObjectName("rangesBox")
78 self.verticalLayout.addWidget(self.rangesBox)
79 self.buttonBox = QtWidgets.QDialogButtonBox(parent=QRegularExpressionWizardCharactersDialog)
80 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
81 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
82 self.buttonBox.setObjectName("buttonBox")
83 self.verticalLayout.addWidget(self.buttonBox)
84
85 self.retranslateUi(QRegularExpressionWizardCharactersDialog)
86 self.buttonBox.accepted.connect(QRegularExpressionWizardCharactersDialog.accept) # type: ignore
87 self.buttonBox.rejected.connect(QRegularExpressionWizardCharactersDialog.reject) # type: ignore
88 QtCore.QMetaObject.connectSlotsByName(QRegularExpressionWizardCharactersDialog)
89 QRegularExpressionWizardCharactersDialog.setTabOrder(self.negativeCheckBox, self.wordCharCheckBox)
90 QRegularExpressionWizardCharactersDialog.setTabOrder(self.wordCharCheckBox, self.nonWordCharCheckBox)
91 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonWordCharCheckBox, self.digitsCheckBox)
92 QRegularExpressionWizardCharactersDialog.setTabOrder(self.digitsCheckBox, self.nonDigitsCheckBox)
93 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonDigitsCheckBox, self.newlineCheckBox)
94 QRegularExpressionWizardCharactersDialog.setTabOrder(self.newlineCheckBox, self.nonNewlineCheckBox)
95 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonNewlineCheckBox, self.whitespaceCheckBox)
96 QRegularExpressionWizardCharactersDialog.setTabOrder(self.whitespaceCheckBox, self.nonWhitespaceCheckBox)
97 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonWhitespaceCheckBox, self.horizontalWhitespaceCheckBox)
98 QRegularExpressionWizardCharactersDialog.setTabOrder(self.horizontalWhitespaceCheckBox, self.nonHorizontalWhitespaceCheckBox)
99 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonHorizontalWhitespaceCheckBox, self.verticalWhitespaceCheckBox)
100 QRegularExpressionWizardCharactersDialog.setTabOrder(self.verticalWhitespaceCheckBox, self.nonVerticalWhitespaceCheckBox)
101 QRegularExpressionWizardCharactersDialog.setTabOrder(self.nonVerticalWhitespaceCheckBox, self.buttonBox)
102
103 def retranslateUi(self, QRegularExpressionWizardCharactersDialog):
104 _translate = QtCore.QCoreApplication.translate
105 QRegularExpressionWizardCharactersDialog.setWindowTitle(_translate("QRegularExpressionWizardCharactersDialog", "Editor for character sets"))
106 self.negativeCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "The defined characters should not match"))
107 self.groupBox.setTitle(_translate("QRegularExpressionWizardCharactersDialog", "Predefined character ranges"))
108 self.wordCharCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Word character"))
109 self.digitsCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Digit"))
110 self.newlineCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Newline"))
111 self.nonWordCharCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-word character"))
112 self.nonDigitsCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-digit"))
113 self.nonNewlineCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-newline"))
114 self.whitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Whitespace character"))
115 self.horizontalWhitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Horizontal whitespace character"))
116 self.verticalWhitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Vertical whitespace character"))
117 self.nonWhitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-whitespace character"))
118 self.nonHorizontalWhitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-horizontal whitespace character"))
119 self.nonVerticalWhitespaceCheckBox.setText(_translate("QRegularExpressionWizardCharactersDialog", "Non-vertical whitespace character"))
120 self.singlesBox.setTitle(_translate("QRegularExpressionWizardCharactersDialog", "Single character"))
121 self.rangesBox.setTitle(_translate("QRegularExpressionWizardCharactersDialog", "Character ranges"))

eric ide

mercurial