Source: /app/hbasic/hbasic/libdesc/const_editor.h
|
|
|
|
#ifndef CONST_EDITOR_H
#define CONST_EDITOR_H
#include
class QLineEdit;
class QPushButton;
class QComboBox;
class ConstEditor : public QDialog
{
Q_OBJECT
public:
ConstEditor( void );
QLineEdit *le_const_name;
QLineEdit *le_const_value;
QComboBox *cb_type;
short getType( void );
void setConstType( short new_type );
private:
QPushButton *btn_ok;
QPushButton *btn_cancel;
};
#endif
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |