31 lines
1.1 KiB
Python
31 lines
1.1 KiB
Python
# Form implementation generated from reading ui file 'c:\Users\aky547\GitHub\SemesterapparatsManager\src\utils\docs.ui'
|
|
#
|
|
# Created by: PyQt6 UI code generator 6.8.0
|
|
#
|
|
# 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.
|
|
|
|
|
|
from PyQt6 import QtCore, QtGui, QtWidgets
|
|
|
|
|
|
class Ui_Dialog(object):
|
|
def setupUi(self, Dialog):
|
|
Dialog.setObjectName("Dialog")
|
|
Dialog.resize(800, 600)
|
|
self.gridLayout_2 = QtWidgets.QGridLayout(Dialog)
|
|
self.gridLayout_2.setObjectName("gridLayout_2")
|
|
self.gridLayout = QtWidgets.QGridLayout()
|
|
self.gridLayout.setObjectName("gridLayout")
|
|
self.tabs = QtWidgets.QTabWidget(parent=Dialog)
|
|
self.tabs.setObjectName("tabs")
|
|
self.gridLayout.addWidget(self.tabs, 0, 0, 1, 1)
|
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1)
|
|
|
|
self.retranslateUi(Dialog)
|
|
QtCore.QMetaObject.connectSlotsByName(Dialog)
|
|
|
|
def retranslateUi(self, Dialog):
|
|
_translate = QtCore.QCoreApplication.translate
|
|
Dialog.setWindowTitle(_translate("Dialog", "Dialog"))
|