self.setCaption(self.__tr("HP Device Manager - No Installed HP Devices"))
self.textLabel7.setText(self.__tr("<b>No installed HP devices found.</b> To install a device, use the <u>CUPS web interface</u> (http://localhost:631) or the <u>printer installation utility</u> that came with your operating system.\n"
"After setting up a printer, you must press <tt>F6</tt> or chose <tt>Device | Refresh All</tt> for the printer to appear in the HP Device Manager.<p>\n"
"<i>Note: Only devices installed with the hp: CUPS backend will appear in the HP Device Manager.</i><p>"))
self.ExitButton.setText(self.__tr("OK"))
self.CUPSButton.setText(self.__tr("CUPS Web Interface"))
def CUPSButton_clicked(self):
print "NoDevicesForm_base.CUPSButton_clicked(): Not implemented yet"
def ExitButton_clicked(self):
print "NoDevicesForm_base.ExitButton_clicked(): Not implemented yet"