# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'mageiaSyncCredits.ui' # # Created: Fri Apr 3 18:39:03 2015 # by: PyQt5 UI code generator 5.1.1 # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore, QtGui, QtWidgets class Ui_creditsDialog(object): def setupUi(self, creditsDialog): creditsDialog.setObjectName("creditsDialog") creditsDialog.resize(452, 346) creditsDialog.setWindowTitle("mageiaSync") self.verticalLayout = QtWidgets.QVBoxLayout(creditsDialog) self.verticalLayout.setObjectName("verticalLayout") self.verticalLayout_3 = QtWidgets.QVBoxLayout() self.verticalLayout_3.setObjectName("verticalLayout_3") self.horizontalLayout = QtWidgets.QHBoxLayout() self.horizontalLayout.setObjectName("horizontalLayout") self.verticalLayout_3.addLayout(self.horizontalLayout) self.Readme = QtWidgets.QTextBrowser(creditsDialog) self.Readme.setObjectName("Readme") self.verticalLayout_3.addWidget(self.Readme) self.verticalLayout.addLayout(self.verticalLayout_3) self.horizontalLayout_2 = QtWidgets.QHBoxLayout() self.horizontalLayout_2.setObjectName("horizontalLayout_2") self.buttonBox = QtWidgets.QDialogButtonBox(creditsDialog) self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Ok) self.buttonBox.setCenterButtons(True) self.buttonBox.setObjectName("buttonBox") self.horizontalLayout_2.addWidget(self.buttonBox) self.verticalLayout.addLayout(self.horizontalLayout_2) self.retranslateUi(creditsDialog) self.buttonBox.accepted.connect(creditsDialog.close) QtCore.QMetaObject.connectSlotsByName(creditsDialog) def retranslateUi(self, creditsDialog): pass