-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_MainWindow.py
More file actions
122 lines (88 loc) · 4.85 KB
/
ui_MainWindow.py
File metadata and controls
122 lines (88 loc) · 4.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# -*- coding: utf-8 -*-
################################################################################
## Form generated from reading UI file 'MainWindowWeJVYq.ui'
##
## Created by: Qt User Interface Compiler version 6.0.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
from PySide6.QtCore import *
from PySide6.QtGui import *
from PySide6.QtWidgets import *
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
if not MainWindow.objectName():
MainWindow.setObjectName(u"MainWindow")
MainWindow.resize(1408, 817)
self.centralwidget = QWidget(MainWindow)
self.centralwidget.setObjectName(u"centralwidget")
self.gridLayout = QGridLayout(self.centralwidget)
self.gridLayout.setObjectName(u"gridLayout")
self.groupBox = QGroupBox(self.centralwidget)
self.groupBox.setObjectName(u"groupBox")
self.horizontalLayout = QHBoxLayout(self.groupBox)
self.horizontalLayout.setObjectName(u"horizontalLayout")
self.checkBox_4 = QCheckBox(self.groupBox)
self.checkBox_4.setObjectName(u"checkBox_4")
self.horizontalLayout.addWidget(self.checkBox_4)
self.checkBox_6 = QCheckBox(self.groupBox)
self.checkBox_6.setObjectName(u"checkBox_6")
self.horizontalLayout.addWidget(self.checkBox_6)
self.checkBox_5 = QCheckBox(self.groupBox)
self.checkBox_5.setObjectName(u"checkBox_5")
self.horizontalLayout.addWidget(self.checkBox_5)
self.checkBox = QCheckBox(self.groupBox)
self.checkBox.setObjectName(u"checkBox")
self.horizontalLayout.addWidget(self.checkBox)
self.checkBox_3 = QCheckBox(self.groupBox)
self.checkBox_3.setObjectName(u"checkBox_3")
self.horizontalLayout.addWidget(self.checkBox_3)
self.checkBox_2 = QCheckBox(self.groupBox)
self.checkBox_2.setObjectName(u"checkBox_2")
self.horizontalLayout.addWidget(self.checkBox_2)
self.gridLayout.addWidget(self.groupBox, 0, 0, 1, 1)
self.label_2 = QLabel(self.centralwidget)
self.label_2.setObjectName(u"label_2")
self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)
self.treeView = QTreeView(self.centralwidget)
self.treeView.setObjectName(u"treeView")
self.treeView.setEditTriggers(QAbstractItemView.DoubleClicked|QAbstractItemView.EditKeyPressed)
self.treeView.setExpandsOnDoubleClick(True)
self.gridLayout.addWidget(self.treeView, 2, 0, 1, 1)
self.pushButton = QPushButton(self.centralwidget)
self.pushButton.setObjectName(u"pushButton")
self.gridLayout.addWidget(self.pushButton, 3, 0, 1, 1)
self.label_3 = QLabel(self.centralwidget)
self.label_3.setObjectName(u"label_3")
self.gridLayout.addWidget(self.label_3, 4, 0, 1, 1)
self.listWidget = QListWidget(self.centralwidget)
self.listWidget.setObjectName(u"listWidget")
self.gridLayout.addWidget(self.listWidget, 5, 0, 1, 1)
self.progressBar = QProgressBar(self.centralwidget)
self.progressBar.setObjectName(u"progressBar")
self.progressBar.setValue(24)
self.gridLayout.addWidget(self.progressBar, 6, 0, 1, 1)
MainWindow.setCentralWidget(self.centralwidget)
self.menubar = QMenuBar(MainWindow)
self.menubar.setObjectName(u"menubar")
self.menubar.setGeometry(QRect(0, 0, 1408, 22))
MainWindow.setMenuBar(self.menubar)
self.statusbar = QStatusBar(MainWindow)
self.statusbar.setObjectName(u"statusbar")
MainWindow.setStatusBar(self.statusbar)
self.retranslateUi(MainWindow)
QMetaObject.connectSlotsByName(MainWindow)
# setupUi
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"MainWindow", None))
self.groupBox.setTitle(QCoreApplication.translate("MainWindow", u"GroupBox", None))
self.checkBox_4.setText(QCoreApplication.translate("MainWindow", u"Show New", None))
self.checkBox_6.setText(QCoreApplication.translate("MainWindow", u"Show Warnings", None))
self.checkBox_5.setText(QCoreApplication.translate("MainWindow", u"Show Errors", None))
self.checkBox.setText(QCoreApplication.translate("MainWindow", u"Show Modified", None))
self.checkBox_3.setText(QCoreApplication.translate("MainWindow", u"Show Test", None))
self.checkBox_2.setText(QCoreApplication.translate("MainWindow", u"Show Good", None))
self.label_2.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
self.pushButton.setText(QCoreApplication.translate("MainWindow", u"PushButton", None))
self.label_3.setText(QCoreApplication.translate("MainWindow", u"History Log", None))
# retranslateUi