File diff 000000000000 → f3f4cf108453
ui/about.py
Show inline comments
 
new file 100644
 
# -*- coding: utf-8 -*-
 

	
 
# Form implementation generated from reading ui file 'about.ui'
 
#
 
# Created by: PyQt5 UI code generator 5.10.1
 
#
 
# WARNING! All changes made in this file will be lost!
 

	
 
from PyQt5 import QtCore, QtGui, QtWidgets
 

	
 
class Ui_Form(object):
 
    def setupUi(self, Form):
 
        Form.setObjectName("Form")
 
        Form.resize(539, 316)
 
        self.horizontalLayout = QtWidgets.QHBoxLayout(Form)
 
        self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
 
        self.horizontalLayout.setSpacing(0)
 
        self.horizontalLayout.setObjectName("horizontalLayout")
 
        self.label = QtWidgets.QLabel(Form)
 
        self.label.setEnabled(True)
 
        self.label.setObjectName("label")
 
        self.horizontalLayout.addWidget(self.label, 0, QtCore.Qt.AlignHCenter)
 

	
 
        self.retranslateUi(Form)
 
        QtCore.QMetaObject.connectSlotsByName(Form)
 

	
 
    def retranslateUi(self, Form):
 
        _translate = QtCore.QCoreApplication.translate
 
        Form.setWindowTitle(_translate("Form", "About KUSBFloppyFormatter"))
 
        self.label.setText(_translate("Form", "<html><head/><body><p align=\"center\"><img src=\":/floppy_multiple.png\"/><img src=\":/arrow_right.png\"/><img src=\":/flashdisk_logo.png\"/></p><p align=\"center\"><span style=\" font-size:22pt;\">USB Floppy Formatter</span></p><p align=\"center\">Version 1.0</p><p align=\"center\">By: Khaelenmore Thaal</p><p><br/></p><p><span style=\" font-family:\'DejaVu Sans Mono\'; font-size:9.1pt; color:#000000;\">GUI utility for formatting thumb drives for usage with hardware usb emulators<br/>Uses Qt5 </span><a href=\"https://www.qt.io/\"><span style=\" text-decoration: underline; color:#0000ee;\">https://www.qt.io/</span></a><span style=\" font-family:\'DejaVu Sans Mono\'; font-size:9.1pt;\"><br/>Uses PyQt5 </span><a href=\"https://www.riverbankcomputing.com/software/pyqt/intro\"><span style=\" text-decoration: underline; color:#0000ee;\">https://www.riverbankcomputing.com/software/pyqt/intro</span></a><span style=\" font-family:\'DejaVu Sans Mono\'; font-size:9.1pt;\"><br/>Built-in icons by </span><a href=\"http://www.fatcow.com/free-icons\"><span style=\" text-decoration: underline; color:#0000ee;\">http://www.fatcow.com/free-icons</span></a><span style=\" font-family:\'DejaVu Sans Mono\'; font-size:9.1pt;\"><br/>This program is licensed with GNU GPL v3<br/>This program is available on </span><a href=\"http://silverwing.one/pages/kusbff\"><span style=\" text-decoration: underline; color:#0000ee;\">http://silverwing.one/pages/kusbff</span></a></p></body></html>"))