From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/designer/examples/credit/creditformbase.h | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tools/designer/examples/credit/creditformbase.h (limited to 'tools/designer/examples/credit/creditformbase.h') diff --git a/tools/designer/examples/credit/creditformbase.h b/tools/designer/examples/credit/creditformbase.h new file mode 100644 index 0000000..6d5e934 --- /dev/null +++ b/tools/designer/examples/credit/creditformbase.h @@ -0,0 +1,48 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'creditformbase.ui' +** +** Created: Fri Aug 10 09:48:10 2001 +** by: The User Interface Compiler (uic) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ +#ifndef CREDITFORMBASE_H +#define CREDITFORMBASE_H + +#include +#include +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QButtonGroup; +class QPushButton; +class QRadioButton; +class QSpinBox; + +class CreditFormBase : public QDialog +{ + Q_OBJECT + +public: + CreditFormBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~CreditFormBase(); + + QButtonGroup* creditButtonGroup; + QRadioButton* stdRadioButton; + QRadioButton* noneRadioButton; + QRadioButton* specialRadioButton; + QSpinBox* amountSpinBox; + QPushButton* okPushButton; + QPushButton* cancelPushButton; + + +public slots: + virtual void setAmount(); + +protected: + QVBoxLayout* CreditFormBaseLayout; + QVBoxLayout* creditButtonGroupLayout; + QHBoxLayout* Layout4; +}; + +#endif // CREDITFORMBASE_H -- cgit v1.2.1