|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Preferences/ToolGroupConfigurationDialog.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_ToolGroupConfigurationDialog(object): |
|
13 def setupUi(self, ToolGroupConfigurationDialog): |
|
14 ToolGroupConfigurationDialog.setObjectName("ToolGroupConfigurationDialog") |
|
15 ToolGroupConfigurationDialog.resize(475, 391) |
|
16 ToolGroupConfigurationDialog.setSizeGripEnabled(True) |
|
17 self.vboxlayout = QtWidgets.QVBoxLayout(ToolGroupConfigurationDialog) |
|
18 self.vboxlayout.setObjectName("vboxlayout") |
|
19 self.gridlayout = QtWidgets.QGridLayout() |
|
20 self.gridlayout.setObjectName("gridlayout") |
|
21 self.deleteButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
22 self.deleteButton.setEnabled(False) |
|
23 self.deleteButton.setObjectName("deleteButton") |
|
24 self.gridlayout.addWidget(self.deleteButton, 3, 2, 1, 1) |
|
25 self.addButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
26 self.addButton.setObjectName("addButton") |
|
27 self.gridlayout.addWidget(self.addButton, 1, 2, 1, 1) |
|
28 self.TextLabel2 = QtWidgets.QLabel(parent=ToolGroupConfigurationDialog) |
|
29 self.TextLabel2.setObjectName("TextLabel2") |
|
30 self.gridlayout.addWidget(self.TextLabel2, 7, 0, 1, 1) |
|
31 self.changeButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
32 self.changeButton.setEnabled(False) |
|
33 self.changeButton.setObjectName("changeButton") |
|
34 self.gridlayout.addWidget(self.changeButton, 2, 2, 1, 1) |
|
35 spacerItem = QtWidgets.QSpacerItem(87, 20, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) |
|
36 self.gridlayout.addItem(spacerItem, 6, 2, 1, 1) |
|
37 self.newButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
38 self.newButton.setObjectName("newButton") |
|
39 self.gridlayout.addWidget(self.newButton, 0, 2, 1, 1) |
|
40 self.upButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
41 self.upButton.setEnabled(False) |
|
42 self.upButton.setObjectName("upButton") |
|
43 self.gridlayout.addWidget(self.upButton, 4, 2, 1, 1) |
|
44 self.downButton = QtWidgets.QPushButton(parent=ToolGroupConfigurationDialog) |
|
45 self.downButton.setEnabled(False) |
|
46 self.downButton.setObjectName("downButton") |
|
47 self.gridlayout.addWidget(self.downButton, 5, 2, 1, 1) |
|
48 self.groupsList = QtWidgets.QListWidget(parent=ToolGroupConfigurationDialog) |
|
49 self.groupsList.setObjectName("groupsList") |
|
50 self.gridlayout.addWidget(self.groupsList, 0, 0, 7, 2) |
|
51 self.nameEdit = QtWidgets.QLineEdit(parent=ToolGroupConfigurationDialog) |
|
52 self.nameEdit.setObjectName("nameEdit") |
|
53 self.gridlayout.addWidget(self.nameEdit, 7, 1, 1, 1) |
|
54 self.vboxlayout.addLayout(self.gridlayout) |
|
55 self.buttonBox = QtWidgets.QDialogButtonBox(parent=ToolGroupConfigurationDialog) |
|
56 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
57 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok) |
|
58 self.buttonBox.setObjectName("buttonBox") |
|
59 self.vboxlayout.addWidget(self.buttonBox) |
|
60 self.TextLabel2.setBuddy(self.nameEdit) |
|
61 |
|
62 self.retranslateUi(ToolGroupConfigurationDialog) |
|
63 self.buttonBox.accepted.connect(ToolGroupConfigurationDialog.accept) # type: ignore |
|
64 self.buttonBox.rejected.connect(ToolGroupConfigurationDialog.reject) # type: ignore |
|
65 QtCore.QMetaObject.connectSlotsByName(ToolGroupConfigurationDialog) |
|
66 ToolGroupConfigurationDialog.setTabOrder(self.groupsList, self.nameEdit) |
|
67 ToolGroupConfigurationDialog.setTabOrder(self.nameEdit, self.newButton) |
|
68 ToolGroupConfigurationDialog.setTabOrder(self.newButton, self.addButton) |
|
69 ToolGroupConfigurationDialog.setTabOrder(self.addButton, self.changeButton) |
|
70 ToolGroupConfigurationDialog.setTabOrder(self.changeButton, self.deleteButton) |
|
71 ToolGroupConfigurationDialog.setTabOrder(self.deleteButton, self.upButton) |
|
72 ToolGroupConfigurationDialog.setTabOrder(self.upButton, self.downButton) |
|
73 |
|
74 def retranslateUi(self, ToolGroupConfigurationDialog): |
|
75 _translate = QtCore.QCoreApplication.translate |
|
76 ToolGroupConfigurationDialog.setWindowTitle(_translate("ToolGroupConfigurationDialog", "Configure Tool Groups")) |
|
77 self.deleteButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Delete the selected entry")) |
|
78 self.deleteButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Delete</b>\n" |
|
79 "<p>Delete the selected entry.</p>")) |
|
80 self.deleteButton.setText(_translate("ToolGroupConfigurationDialog", "&Delete")) |
|
81 self.deleteButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+D")) |
|
82 self.addButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Add a new tools entry")) |
|
83 self.addButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Add</b>\n" |
|
84 "<p>Add a new tool groups entry with the name entered below.</p>")) |
|
85 self.addButton.setText(_translate("ToolGroupConfigurationDialog", "&Add")) |
|
86 self.addButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+A")) |
|
87 self.TextLabel2.setText(_translate("ToolGroupConfigurationDialog", "&Group name:")) |
|
88 self.changeButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Change the values of the selected entry")) |
|
89 self.changeButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Change</b>\n" |
|
90 "<p>Change the values of the selected entry.</p>")) |
|
91 self.changeButton.setText(_translate("ToolGroupConfigurationDialog", "C&hange")) |
|
92 self.changeButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+H")) |
|
93 self.newButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Clear all entry fields")) |
|
94 self.newButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>New</b>\n" |
|
95 "<p>Clear all entry fields for entering a new tool groups entry.</p>")) |
|
96 self.newButton.setText(_translate("ToolGroupConfigurationDialog", "&New")) |
|
97 self.newButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+N")) |
|
98 self.upButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Move up")) |
|
99 self.upButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Move Up</b>\n" |
|
100 "<p>Move the selected entry up.</p>")) |
|
101 self.upButton.setText(_translate("ToolGroupConfigurationDialog", "&Up")) |
|
102 self.upButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+U")) |
|
103 self.downButton.setToolTip(_translate("ToolGroupConfigurationDialog", "Move down")) |
|
104 self.downButton.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Move Down</b>\n" |
|
105 "<p>Move the selected entry down.</p>")) |
|
106 self.downButton.setText(_translate("ToolGroupConfigurationDialog", "Do&wn")) |
|
107 self.downButton.setShortcut(_translate("ToolGroupConfigurationDialog", "Alt+W")) |
|
108 self.nameEdit.setToolTip(_translate("ToolGroupConfigurationDialog", "Enter the menu text")) |
|
109 self.nameEdit.setWhatsThis(_translate("ToolGroupConfigurationDialog", "<b>Menu text</b>\n" |
|
110 "<p>Enter the menu text. Precede the accelerator key with an & character.</p>")) |