QTimeSeries Homepage

Main Page   Alphabetical List   Compound List   File List   Compound Members  

qts_textlabeldialog.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'ui/qts_textlabeldialog.ui'
00003 **
00004 ** Created: Fri Dec 13 22:08:24 2002
00005 **      by: The User Interface Compiler ($Id:  qt/main.cpp   3.1.0   edited Oct 7 13:24 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef QTS_TEXTLABELDIALOG_H
00011 #define QTS_TEXTLABELDIALOG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 #include "qmessagebox.h"
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QLabel;
00020 class QPushButton;
00021 class QTextEdit;
00022 
00023 class QTS_TextLabelDialog : public QDialog
00024 {
00025     Q_OBJECT
00026 
00027 public:
00028     QTS_TextLabelDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00029     ~QTS_TextLabelDialog();
00030 
00031     QPushButton* bOk;
00032     QPushButton* bCancel;
00033     QTextEdit* teText;
00034     QLabel* TextLabel1;
00035 
00036 public slots:
00037     virtual void init();
00038     virtual QString getText();
00039     virtual void validate();
00040 
00041 protected:
00042     QGridLayout* QTS_TextLabelDialogLayout;
00043     QHBoxLayout* layout1;
00044 
00045 protected slots:
00046     virtual void languageChange();
00047 };
00048 
00049 #endif // QTS_TEXTLABELDIALOG_H

Copyright © 2002, Andrew Mustun <andrew@mustun.com>. All rights reserved.
System documentation was generated using doxygen.