# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'dev/ui/about.ui' # # Created: Sun Aug 28 16:12:10 2011 # by: PyQt4 UI code generator 4.8.5 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui try: _fromUtf8 = QtCore.QString.fromUtf8 except AttributeError: _fromUtf8 = lambda s: s class Ui_DialogAbout(object): def setupUi(self, DialogAbout): DialogAbout.setObjectName(_fromUtf8("DialogAbout")) DialogAbout.resize(470, 200) DialogAbout.setWindowTitle(QtGui.QApplication.translate("DialogAbout", "About", None, QtGui.QApplication.UnicodeUTF8)) self.horizontalLayout = QtGui.QHBoxLayout(DialogAbout) self.horizontalLayout.setSpacing(0) self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetFixedSize) self.horizontalLayout.setMargin(0) self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) self.label = QtGui.QLabel(DialogAbout) self.label.setPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/banner_about.png"))) self.label.setObjectName(_fromUtf8("label")) self.horizontalLayout.addWidget(self.label) self.verticalLayout = QtGui.QVBoxLayout() self.verticalLayout.setMargin(9) self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) self.labelReadme = QtGui.QLabel(DialogAbout) self.labelReadme.setMinimumSize(QtCore.QSize(350, 0)) self.labelReadme.setText(QtGui.QApplication.translate("DialogAbout", "\n" "
\n" "Mangle
\n" "Version 2.2
\n" "\n" "Manga processor by Alex Yatskov for the Kindle e-book reader. Please see license.txt for licensing information. Visit the homepage at http://foosoft.net/mangle.
", None, QtGui.QApplication.UnicodeUTF8)) self.labelReadme.setWordWrap(True) self.labelReadme.setOpenExternalLinks(True) self.labelReadme.setObjectName(_fromUtf8("labelReadme")) self.verticalLayout.addWidget(self.labelReadme) spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) self.verticalLayout.addItem(spacerItem) spacerItem1 = QtGui.QSpacerItem(0, 0, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem1) self.buttonBox = QtGui.QDialogButtonBox(DialogAbout) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.buttonBox.sizePolicy().hasHeightForWidth()) self.buttonBox.setSizePolicy(sizePolicy) self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Ok) self.buttonBox.setObjectName(_fromUtf8("buttonBox")) self.verticalLayout.addWidget(self.buttonBox) self.horizontalLayout.addLayout(self.verticalLayout) self.retranslateUi(DialogAbout) QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DialogAbout.accept) QtCore.QMetaObject.connectSlotsByName(DialogAbout) def retranslateUi(self, DialogAbout): pass import resources_rc