aboutsummaryrefslogtreecommitdiffstats
path: root/mageiaSync/mageiaSyncCredits.py
blob: b7d2901ef15d3f81fb8b043da240ab9530c1e512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- 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