moab
SheetDiagramPopup.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'SheetDiagramPopup.ui'
00003 **
00004 ** Created: Wed Aug 8 03:15:32 2007
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.7   edited Aug 31 2005 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef SHEETDIAGRAMPOPUP_H
00011 #define SHEETDIAGRAMPOPUP_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QVTKWidget;
00021 
00022 class SheetDiagramPopup : public QDialog
00023 {
00024     Q_OBJECT
00025 
00026 public:
00027     SheetDiagramPopup( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028     ~SheetDiagramPopup();
00029 
00030     QVTKWidget* sheetDiagram;
00031 
00032     virtual void init();
00033     virtual QVTKWidget * sheet_diagram();
00034 
00035 protected:
00036 
00037 protected slots:
00038     virtual void languageChange();
00039 
00040 };
00041 
00042 #endif // SHEETDIAGRAMPOPUP_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines