Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

QFitNamedWidget.h

Go to the documentation of this file.
00001 //-------------------------------------------------------------
00002 //        Go4 Release Package v3.04-01 (build 30401)
00003 //                      28-November-2008
00004 //---------------------------------------------------------------
00005 //   The GSI Online Offline Object Oriented (Go4) Project
00006 //   Experiment Data Processing at EE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 /****************************************************************************
00017 ** Form interface generated from reading ui file '/misc/linev/go4.3/Go4FitGUI/QFitNamedWidget.ui'
00018 **
00019 ** Created: Fri Apr 22 13:10:38 2005
00020 **      by: The User Interface Compiler ($Id: QFitNamedWidget.h,v 1.3 2007/07/03 07:06:32 linev Exp $)
00021 **
00022 ** WARNING! All changes made in this file will be lost!
00023 ****************************************************************************/
00024 
00025 #ifndef QFITNAMEDWIDGET_H
00026 #define QFITNAMEDWIDGET_H
00027 
00028 #include "QFitWidget.h"
00029 
00030 class QGo4LineEdit;
00031 class QLabel;
00032 
00033 class QT_WIDGET_PLUGIN_EXPORT QFitNamedWidget : public QFitWidget {
00034    Q_OBJECT
00035 
00036    public:
00037       QFitNamedWidget( QWidget* parent = 0, const char* name = 0 );
00038       ~QFitNamedWidget();
00039 
00040       virtual void FillSpecificData();
00041 
00042       QGo4LineEdit* NameEdt;
00043       QLabel* ClassNameLbl;
00044       QLabel* TextLabel2;
00045       QLabel* TextLabel1;
00046       QLabel* FullNameLbl;
00047       QGo4LineEdit* TitleEdt;
00048 
00049    public slots:
00050       virtual void ChangeName( const QString & name );
00051       virtual void NameEdt_textChanged( const QString & name );
00052       virtual void TitleEdt_textChanged( const QString & title );
00053 
00054 };
00055 
00056 #endif // QFITNAMEDWIDGET_H
00057 
00058 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Fri Nov 28 12:59:14 2008 for Go4-v3.04-1 by  doxygen 1.4.2