# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'resources/aboutform.ui' # # Created by: PyQt5 UI code generator 5.9.2 # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore, QtGui, QtWidgets class Ui_AboutForm(object): def setupUi(self, AboutForm): AboutForm.setObjectName("AboutForm") AboutForm.resize(428, 138) self.label = QtWidgets.QLabel(AboutForm) self.label.setGeometry(QtCore.QRect(50, 30, 351, 61)) self.label.setObjectName("label") self.retranslateUi(AboutForm) QtCore.QMetaObject.connectSlotsByName(AboutForm) def retranslateUi(self, AboutForm): _translate = QtCore.QCoreApplication.translate AboutForm.setWindowTitle(_translate("AboutForm", "About")) self.label.setText(_translate("AboutForm", "\n" "
\n" "Made by Xevion using PyQt, Qt Designer, ImageMagick and more.
\n" "Source on Github | https://github.com/Xevion/sharex-quickzoom
")) from . import resourcefile_rc