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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. import sys
  5. from qt import *
  6. from base.g import *
  7. from aboutdlg_base import AboutDlg_base
  8. import os.path as os
  9.  
  10. class AboutDlg(AboutDlg_base):
  11.     
  12.     def __init__(self, parent = None, name = None, modal = 0, fl = 0):
  13.         AboutDlg_base.__init__(self, parent, name, modal, fl)
  14.         self.pyPixmap.setPixmap(QPixmap(os.path.join(prop.image_dir, 'powered_by_python.png')))
  15.         self.osiPixmap.setPixmap(QPixmap(os.path.join(prop.image_dir, 'opensource-75x65.png')))
  16.  
  17.  
  18.