Source: ./dialogs/codegenerationoptionsbase.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file './codegenerationoptionsbase.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 CODEGENERATIONOPTIONSBASE_H
#define CODEGENERATIONOPTIONSBASE_H
#include
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QButtonGroup;
class QCheckBox;
class QGroupBox;
class QLabel;
class QLineEdit;
class QPushButton;
class QRadioButton;
class CodeGenerationOptionsBase : public QWidget {
Q_OBJECT
public:
CodeGenerationOptionsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~CodeGenerationOptionsBase();
QGroupBox* GroupBox3;
QCheckBox* m_forceDoc;
QCheckBox* m_forceSections;
QGroupBox* GroupBox1;
QLabel* TextLabel2;
QPushButton* m_browseOutput;
QPushButton* m_browseHeadings;
QCheckBox* m_includeHeadings;
QLineEdit* m_outputDir;
QLineEdit* m_headingsDir;
QButtonGroup* m_overwriteGroup;
QLabel* TextLabel1;
QRadioButton* m_overwrite;
QRadioButton* m_ask;
QRadioButton* m_changeName;
protected slots:
virtual void browseClicked();
protected:
QVBoxLayout* CodeGenerationOptionsBaseLayout;
QHBoxLayout* GroupBox3Layout;
QGridLayout* GroupBox1Layout;
QVBoxLayout* m_overwriteGroupLayout;
};
#endif // CODEGENERATIONOPTIONSBASE_H
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |