# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'about.ui' # # Created by: PyQt5 UI code generator 5.5.1 # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore, QtGui, QtWidgets class Ui_About(object): def setupUi(self, About): About.setObjectName("About") About.resize(330, 160) About.setMinimumSize(QtCore.QSize(330, 160)) About.setMaximumSize(QtCore.QSize(330, 160)) icon = QtGui.QIcon() icon.addPixmap(QtGui.QPixmap("resources/icon.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off) About.setWindowIcon(icon) About.setAccessibleName("") self.verticalLayout = QtWidgets.QVBoxLayout(About) self.verticalLayout.setObjectName("verticalLayout") self.gridLayout = QtWidgets.QGridLayout() self.gridLayout.setObjectName("gridLayout") self.lblIcon = QtWidgets.QLabel(About) self.lblIcon.setText("") self.lblIcon.setPixmap(QtGui.QPixmap("resources/icon.ico")) self.lblIcon.setObjectName("lblIcon") self.gridLayout.addWidget(self.lblIcon, 0, 0, 1, 1) self.lblAbout = QtWidgets.QLabel(About) self.lblAbout.setWordWrap(True) self.lblAbout.setObjectName("lblAbout") self.gridLayout.addWidget(self.lblAbout, 0, 1, 1, 1) self.verticalLayout.addLayout(self.gridLayout) spacerItem = QtWidgets.QSpacerItem(20, 20, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) self.buttonBox = QtWidgets.QDialogButtonBox(About) self.buttonBox.setOrientation(QtCore.Qt.Horizontal) self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Close) self.buttonBox.setObjectName("buttonBox") self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(About) self.buttonBox.accepted.connect(About.accept) self.buttonBox.rejected.connect(About.reject) QtCore.QMetaObject.connectSlotsByName(About) def retranslateUi(self, About): _translate = QtCore.QCoreApplication.translate About.setWindowTitle(_translate("About", "About")) self.lblAbout.setText(_translate("About", "
OrdersGuru Signer
Application for signing and arranging orders documents.
Created by Jan Sušnik, 2017
"))