summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/credit/creditformbase.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /tools/designer/examples/credit/creditformbase.h
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
Diffstat (limited to 'tools/designer/examples/credit/creditformbase.h')
-rw-r--r--tools/designer/examples/credit/creditformbase.h48
1 files changed, 48 insertions, 0 deletions
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 <qvariant.h>
+#include <qdialog.h>
+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