Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / aboutdialog_base.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'ui4/aboutdialog_base.ui'
4 #
5 # Created: Mon May  4 14:30:30 2009
6 #      by: PyQt4 UI code generator 4.4.4
7 #
8 # WARNING! All changes made in this file will be lost!
9
10 from PyQt4 import QtCore, QtGui
11
12 class Ui_AboutDlg_base(object):
13     def setupUi(self, AboutDlg_base):
14         AboutDlg_base.setObjectName("AboutDlg_base")
15         AboutDlg_base.resize(537, 543)
16         self.gridlayout = QtGui.QGridLayout(AboutDlg_base)
17         self.gridlayout.setObjectName("gridlayout")
18         self.textLabel1 = QtGui.QLabel(AboutDlg_base)
19         self.textLabel1.setWordWrap(False)
20         self.textLabel1.setObjectName("textLabel1")
21         self.gridlayout.addWidget(self.textLabel1, 0, 0, 1, 2)
22         self.hboxlayout = QtGui.QHBoxLayout()
23         self.hboxlayout.setObjectName("hboxlayout")
24         spacerItem = QtGui.QSpacerItem(150, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
25         self.hboxlayout.addItem(spacerItem)
26         self.HPLIPLogo = QtGui.QLabel(AboutDlg_base)
27         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
28         sizePolicy.setHorizontalStretch(0)
29         sizePolicy.setVerticalStretch(0)
30         sizePolicy.setHeightForWidth(self.HPLIPLogo.sizePolicy().hasHeightForWidth())
31         self.HPLIPLogo.setSizePolicy(sizePolicy)
32         self.HPLIPLogo.setMinimumSize(QtCore.QSize(100, 110))
33         self.HPLIPLogo.setMaximumSize(QtCore.QSize(100, 110))
34         self.HPLIPLogo.setScaledContents(True)
35         self.HPLIPLogo.setWordWrap(False)
36         self.HPLIPLogo.setObjectName("HPLIPLogo")
37         self.hboxlayout.addWidget(self.HPLIPLogo)
38         spacerItem1 = QtGui.QSpacerItem(151, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
39         self.hboxlayout.addItem(spacerItem1)
40         self.gridlayout.addLayout(self.hboxlayout, 1, 0, 1, 2)
41         self.hboxlayout1 = QtGui.QHBoxLayout()
42         self.hboxlayout1.setObjectName("hboxlayout1")
43         self.textLabel4 = QtGui.QLabel(AboutDlg_base)
44         self.textLabel4.setWordWrap(False)
45         self.textLabel4.setObjectName("textLabel4")
46         self.hboxlayout1.addWidget(self.textLabel4)
47         self.HPLIPVersionText = QtGui.QLabel(AboutDlg_base)
48         self.HPLIPVersionText.setWordWrap(False)
49         self.HPLIPVersionText.setObjectName("HPLIPVersionText")
50         self.hboxlayout1.addWidget(self.HPLIPVersionText)
51         self.gridlayout.addLayout(self.hboxlayout1, 2, 0, 1, 2)
52         self.hboxlayout2 = QtGui.QHBoxLayout()
53         self.hboxlayout2.setObjectName("hboxlayout2")
54         self.textLabel4_2 = QtGui.QLabel(AboutDlg_base)
55         self.textLabel4_2.setWordWrap(False)
56         self.textLabel4_2.setObjectName("textLabel4_2")
57         self.hboxlayout2.addWidget(self.textLabel4_2)
58         self.ToolboxVersionText = QtGui.QLabel(AboutDlg_base)
59         self.ToolboxVersionText.setWordWrap(False)
60         self.ToolboxVersionText.setObjectName("ToolboxVersionText")
61         self.hboxlayout2.addWidget(self.ToolboxVersionText)
62         self.gridlayout.addLayout(self.hboxlayout2, 3, 0, 1, 2)
63         self.textLabel3 = QtGui.QLabel(AboutDlg_base)
64         self.textLabel3.setWordWrap(True)
65         self.textLabel3.setObjectName("textLabel3")
66         self.gridlayout.addWidget(self.textLabel3, 4, 0, 1, 2)
67         self.textLabel2 = QtGui.QLabel(AboutDlg_base)
68         self.textLabel2.setWordWrap(True)
69         self.textLabel2.setObjectName("textLabel2")
70         self.gridlayout.addWidget(self.textLabel2, 5, 0, 1, 2)
71         self.hboxlayout3 = QtGui.QHBoxLayout()
72         self.hboxlayout3.setObjectName("hboxlayout3")
73         self.PythonPixmap = QtGui.QLabel(AboutDlg_base)
74         self.PythonPixmap.setMinimumSize(QtCore.QSize(200, 62))
75         self.PythonPixmap.setMaximumSize(QtCore.QSize(200, 62))
76         self.PythonPixmap.setScaledContents(True)
77         self.PythonPixmap.setWordWrap(False)
78         self.PythonPixmap.setObjectName("PythonPixmap")
79         self.hboxlayout3.addWidget(self.PythonPixmap)
80         self.OsiPixmap = QtGui.QLabel(AboutDlg_base)
81         self.OsiPixmap.setMinimumSize(QtCore.QSize(75, 65))
82         self.OsiPixmap.setMaximumSize(QtCore.QSize(75, 65))
83         self.OsiPixmap.setScaledContents(True)
84         self.OsiPixmap.setWordWrap(False)
85         self.OsiPixmap.setObjectName("OsiPixmap")
86         self.hboxlayout3.addWidget(self.OsiPixmap)
87         self.gridlayout.addLayout(self.hboxlayout3, 6, 0, 1, 2)
88         spacerItem2 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
89         self.gridlayout.addItem(spacerItem2, 7, 0, 1, 2)
90         spacerItem3 = QtGui.QSpacerItem(411, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
91         self.gridlayout.addItem(spacerItem3, 8, 0, 1, 1)
92         self.CloseButton = QtGui.QPushButton(AboutDlg_base)
93         self.CloseButton.setObjectName("CloseButton")
94         self.gridlayout.addWidget(self.CloseButton, 8, 1, 1, 1)
95
96         self.retranslateUi(AboutDlg_base)
97         QtCore.QObject.connect(self.CloseButton, QtCore.SIGNAL("clicked()"), AboutDlg_base.close)
98         QtCore.QMetaObject.connectSlotsByName(AboutDlg_base)
99
100     def retranslateUi(self, AboutDlg_base):
101         AboutDlg_base.setWindowTitle(QtGui.QApplication.translate("AboutDlg_base", "HP Device Manager - About", None, QtGui.QApplication.UnicodeUTF8))
102         self.textLabel1.setText(QtGui.QApplication.translate("AboutDlg_base", "<font size=\"+3\"><p align=\"center\">HP Linux Imaging and Printing (HPLIP)</p></font>", None, QtGui.QApplication.UnicodeUTF8))
103         self.textLabel4.setText(QtGui.QApplication.translate("AboutDlg_base", "<b>HPLIP Software Version:</b>", None, QtGui.QApplication.UnicodeUTF8))
104         self.HPLIPVersionText.setText(QtGui.QApplication.translate("AboutDlg_base", "0.0.0", None, QtGui.QApplication.UnicodeUTF8))
105         self.textLabel4_2.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
106 "p, li { white-space: pre-wrap; }\n"
107 "</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
108 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Device Manager Version:</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
109         self.ToolboxVersionText.setText(QtGui.QApplication.translate("AboutDlg_base", "0.0.0", None, QtGui.QApplication.UnicodeUTF8))
110         self.textLabel3.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
111 "p, li { white-space: pre-wrap; }\n"
112 "</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
113 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">License and Copyright:</span> (c) Copyright 2009 Hewlett-Packard Development Company, L.P. This software is licensed under the GNU General Public License (GPL), BSD, and MIT licenses. See the software sources for details.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
114         self.textLabel2.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
115 "p, li { white-space: pre-wrap; }\n"
116 "</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
117 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Authors and Contributors:</span> David Suffield, Don Welch, Shiyun Yie, Raghothama Cauligi, John Oleinik, Cory Meisch, Foster Nuffer, Pete Parks, Jacqueline Pitter, David Paschal, Steve DeRoos, Mark Overton, Aaron Albright, Smith Kennedy, John Hosszu, Chris Wiesner, Henrique M. Holschuh, Till Kamppeter, Linus Araque, Mark Crawford, Charlie Moore, Jason Callough, Stan Dolson, Don Mackliet, Paul Leclerc, Naga Samrat Choudary, Suma Byrappa, Yashwant Sahu, Sanjay Kumar, Sarbeswar Meher, Goutam Kodu, Gaurav Sood, Srikant Lokare, Parul Singh, Raghavendra Chitpadi</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
118         self.CloseButton.setText(QtGui.QApplication.translate("AboutDlg_base", "Close", None, QtGui.QApplication.UnicodeUTF8))
119