# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'align13form_base.ui' # # Created: Tue Oct 14 13:35:16 2008 # by: The PyQt User Interface Compiler (pyuic) 3.17.4 # # WARNING! All changes made in this file will be lost! from qt import * class Align13Form_Base(QDialog): def __init__(self,parent = None,name = None,modal = 0,fl = 0): QDialog.__init__(self,parent,name,modal,fl) if not name: self.setName("Align13Form_base") self.textLabel2 = QLabel(self,"textLabel2") self.textLabel2.setGeometry(QRect(30,20,540,140)) self.OKButton = QPushButton(self,"OKButton") self.OKButton.setGeometry(QRect(490,180,80,30)) self.languageChange() self.resize(QSize(600,232).expandedTo(self.minimumSizeHint())) self.clearWState(Qt.WState_Polished) self.connect(self.OKButton,SIGNAL("clicked()"),self.accept) def languageChange(self): self.setCaption(self.__tr("HP Device Manager - Align Print Cartridges")) self.textLabel2.setText(self.__tr("\n" "

Follow these steps to complete the alignment:

\n" "

1. Place the alignment page, with the printed side facing down, on the scanner.

\n" "

2. Press the Enter or Scan button on the printer.

\n" "

3. \"Alignment Complete\" will be displayed when the process is finished (on some models with a front panel display) or the green light that was blinking during the process will stop blinking and remain green (on some models without a front panel display).

")) self.OKButton.setText(self.__tr("OK")) def __tr(self,s,c = None): return qApp.translate("Align13Form_Base",s,c)