PreviewWidgetBase Class Reference

#include <previewwidgetbase.h>

Inheritance diagram for PreviewWidgetBase:

Inheritance graph
[legend]
Collaboration diagram for PreviewWidgetBase:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 30 of file previewwidgetbase.h.

Public Member Functions

 PreviewWidgetBase (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0)
 ~PreviewWidgetBase ()

Protected Slots

virtual void languageChange ()
virtual void init ()
virtual void destroy ()


Constructor & Destructor Documentation

PreviewWidgetBase::PreviewWidgetBase ( QWidget parent = 0,
const char *  name = 0,
Qt::WindowFlags  fl = 0 
)

Definition at line 32 of file previewwidgetbase.cpp.

References init().

00033     : QWidget(parent, name, fl)
00034 {
00035     setupUi(this);
00036 
00037 
00038     // signals and slots connections
00039     init();
00040 }

PreviewWidgetBase::~PreviewWidgetBase (  ) 

Definition at line 45 of file previewwidgetbase.cpp.

References destroy().

00046 {
00047     destroy();
00048     // no need to delete child widgets, Qt does it all for us
00049 }


Member Function Documentation

void PreviewWidgetBase::languageChange (  )  [protected, virtual, slot]

Reimplemented from QWidget.

Definition at line 55 of file previewwidgetbase.cpp.

00056 {
00057     retranslateUi(this);
00058 }

void PreviewWidgetBase::init (  )  [protected, virtual, slot]

Definition at line 60 of file previewwidgetbase.cpp.

Referenced by PreviewWidgetBase().

00061 {
00062 }

void PreviewWidgetBase::destroy (  )  [protected, virtual, slot]

Definition at line 64 of file previewwidgetbase.cpp.

Referenced by ~PreviewWidgetBase().

00065 {
00066 }


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 15:36:43 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1