py::gui::dialog::firstrun_wizard Class Reference

List of all members.

Public Member Functions

def __init__
def exec_


Member Function Documentation

def py::gui::dialog::firstrun_wizard::__init__ (   self,
  parent = None 
)

00456                                           :
00457                 Ui_firstrun_wizard.__init__(self)
00458                 QDialog.__init__(self, parent)
00459                 self.setupUi(self)
00460         
        def exec_( self ) :

def py::gui::dialog::firstrun_wizard::exec_ (   self  ) 

00461                           :
00462                 QDialog.exec_(self)
00463                 return {
00464                         'download_catalog' : self.download_catalog.isChecked(),
00465                 }
00466 
00467 


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:26 2007 for Qomics by  doxygen 1.5.3