Tizen 2.1 base
[platform/upstream/hplip.git] / ui / pluginlicenseform.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'ui/pluginlicenseform_base.ui'
4 #
5 # Created: Thu May 15 11:08:01 2008
6 #      by: The PyQt User Interface Compiler (pyuic) 3.17.3
7 #
8 # WARNING! All changes made in this file will be lost!
9
10
11 from qt import *
12 from pluginlicenseform_base import PluginLicenseForm_base
13
14 class PluginLicenseForm(PluginLicenseForm_base):
15     def __init__(self, license_txt, parent=None, name=None, modal=0, fl=0):
16         PluginLicenseForm_base.__init__(self,parent,name,modal,fl)
17
18         self.titleText.setFont(QFont("Helvetica", 16))
19         self.licenseTextEdit.setText(license_txt)
20         
21
22     def __tr(self,s,c = None):
23         return qApp.translate("PluginLicenseForm",s,c)