home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / hplip / ui / supportform.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2006-08-31  |  2.1 KB  |  48 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. from base.g import *
  5. from qt import *
  6. from supportform_base import SupportForm_base
  7. from base import utils
  8. import os.path as os
  9.  
  10. class SupportForm(SupportForm_base):
  11.     
  12.     def __init__(self, parent = None, name = None, modal = 0, fl = 0):
  13.         SupportForm_base.__init__(self, parent, name, modal, fl)
  14.  
  15.     
  16.     def hpinktjetButton_clicked(self):
  17.         utils.openURL('http://hpinkjet.sourceforge.net/')
  18.  
  19.     
  20.     def linuxprintingButton_clicked(self):
  21.         utils.openURL('http://linuxprinting.org/')
  22.  
  23.     
  24.     def cupsButton_clicked(self):
  25.         utils.openURL('http://cups.org/')
  26.  
  27.     
  28.     def deb_hplip_docButton_clicked(self):
  29.         utils.openURL('file:///usr/share/doc/hplip/')
  30.  
  31.     
  32.     def deb_hplipdoc_docButton_clicked(self):
  33.         utils.openURL('file:///usr/share/doc/hplip-doc/HTML/index.html')
  34.  
  35.     
  36.     def deb_hpijs_docButton_clicked(self):
  37.         utils.openURL('file:///usr/share/doc/hpijs/')
  38.  
  39.     
  40.     def deb_hpijsppds_docButton_clicked(self):
  41.         utils.openURL('file:///usr/share/doc/hpijs-ppds/')
  42.  
  43.     
  44.     def deb_lpoppds_docButton_clicked(self):
  45.         utils.openURL('file:///usr/share/doc/linuxprinting.org-ppds/')
  46.  
  47.  
  48.