Source: ./dialogs/configgeneratorsbase.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file './configgeneratorsbase.ui'
**
** Created: Wed Sep 18 13:17:24 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef CONFIGCODEGENBASE_H
#define CONFIGCODEGENBASE_H
#include
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QListView;
class QListViewItem;
class QPushButton;
class ConfigCodeGenBase : public QDialog {
Q_OBJECT
public:
ConfigCodeGenBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~ConfigCodeGenBase();
QListView* configuration;
QPushButton* addButton;
QPushButton* okButton;
QPushButton* removeButton;
public slots:
virtual void addLanguage();
virtual void removeLanguage();
protected:
QGridLayout* ConfigCodeGenBaseLayout;
};
#endif // CONFIGCODEGENBASE_H
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |