# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'aboutform.ui' # # Created: to 2. feb 01:03:58 2006 # by: The PyQt User Interface Compiler (pyuic) 3.13 # # WARNING! All changes made in this file will be lost! from qt import * class aboutForm(QDialog): def __init__(self,parent = None,name = None,modal = 0,fl = 0): QDialog.__init__(self,parent,name,modal,fl) if not name: self.setName("aboutForm") self.setSizePolicy(QSizePolicy(0,0,0,0,self.sizePolicy().hasHeightForWidth())) self.setMinimumSize(QSize(400,250)) self.setBaseSize(QSize(400,250)) self.setIcon(QPixmap.fromMimeSource("wi0063-16.png")) self.setModal(1) self.logoLabel = QLabel(self,"logoLabel") self.logoLabel.setGeometry(QRect(20,30,48,48)) self.logoLabel.setPixmap(QPixmap.fromMimeSource("wi0054-48.png")) self.logoLabel.setScaledContents(0) self.okButton = QPushButton(self,"okButton") self.okButton.setGeometry(QRect(140,210,100,26)) self.aboutLabel = QLabel(self,"aboutLabel") self.aboutLabel.setGeometry(QRect(90,20,280,190)) self.aboutLabel.setAlignment(QLabel.WordBreak | QLabel.AlignTop) self.languageChange() self.resize(QSize(400,250).expandedTo(self.minimumSizeHint())) self.clearWState(Qt.WState_Polished) self.connect(self.okButton,SIGNAL("clicked()"),self.close) def languageChange(self): self.setCaption(self.__tr("Om SBP-logger")) self.okButton.setText(self.__tr("OK")) self.aboutLabel.setText(self.__trUtf8("\x3c\x62\x3e\x4f\x6d\x20\x53\x42\x50\x2d\x6c\x6f\x67\x67\x65\x72\x3c\x2f\x62\x3e\x0d\x0a\x3c\x70\x3e\x50\x72\x6f\x67\x72\x61\x6d\x6d\x65\x74\x20\x65\x72\x20\x73\x6b\x72\x65\x76\x65\x74\x20\x61\x76\x20\x4a\x61\x6e\x20\x49\x6e\x67\x65\x20\x53\x61\x6e\x64\x65\x20\x73\x6f\x6d\x20\x65\x6e\x20\x64\x65\x6c\x20\x61\x76\x20\x66\x61\x67\x70\x72\xc3\xb8\x76\x65\x20\x69\x20\x73\x65\x72\x76\x69\x63\x65\x65\x6c\x65\x6b\x74\x72\x6f\x6e\x69\x6b\x6b\x2c\x20\x76\x65\x64\x20\x49\x6e\x73\x69\x74\x75\x74\x74\x20\x66\x6f\x72\x20\x67\x65\x6f\x76\x69\x74\x65\x6e\x73\x6b\x61\x70\x2c\x20\x6a\x61\x6e\x75\x61\x72\x20\x32\x30\x30\x35\x2e\x3c\x2f\x70\x3e\x0d\x0a\x3c\x70\x3e\x46\x6f\x72\x20\x73\x70\xc3\xb8\x72\x73\x6d\xc3\xa5\x6c\x20\x61\x6e\x67\xc3\xa5\x65\x6e\x64\x65\x20\x64\x65\x74\x74\x65\x20\x70\x72\x6f\x67\x72\x61\x6d\x6d\x65\x74\x20\x65\x6c\x6c\x65\x72\x20\x61\x6e\x64\x72\x65\x20\x64\x65\x6c\x65\x72\x20\x61\x76\x20\x70\x72\xc3\xb8\x76\x65\x6e\x2c\x20\x74\x61\x20\x6b\x6f\x6e\x74\x61\x6b\x74\x20\x70\xc3\xa5\x20\x65\x2d\x70\x6f\x73\x74\x20\x61\x64\x72\x65\x73\x73\x65\x6e\x20\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6d\x61\x69\x6c\x74\x6f\x3a\x6a\x61\x6e\x69\x6e\x67\x65\x40\x7a\x66\x2e\x6e\x6f\x22\x3e\x6a\x61\x6e\x69\x6e\x67\x65\x40\x7a\x66\x2e\x6e\x6f\x3c\x2f\x61\x3e\x2e\x3c\x2f\x70\x3e")) def __tr(self,s,c = None): return qApp.translate("aboutForm",s,c) def __trUtf8(self,s,c = None): return qApp.translate("aboutForm",s,c,QApplication.UnicodeUTF8)