summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h')
-rw-r--r--tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h b/tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h
deleted file mode 100644
index 4c9ed51..0000000
--- a/tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/****************************************************************************
-** 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 <tqvariant.h>
-#include <tqdialog.h>
-class TQVBoxLayout;
-class TQHBoxLayout;
-class TQGridLayout;
-class TQButtonGroup;
-class TQPushButton;
-class TQRadioButton;
-class TQSpinBox;
-
-class CreditFormBase : public TQDialog
-{
- TQ_OBJECT
-
-public:
- CreditFormBase( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
- ~CreditFormBase();
-
- TQButtonGroup* creditButtonGroup;
- TQRadioButton* stdRadioButton;
- TQRadioButton* noneRadioButton;
- TQRadioButton* specialRadioButton;
- TQSpinBox* amountSpinBox;
- TQPushButton* okPushButton;
- TQPushButton* cancelPushButton;
-
-
-public Q_SLOTS:
- virtual void setAmount();
-
-protected:
- TQVBoxLayout* CreditFormBaseLayout;
- TQVBoxLayout* creditButtonGroupLayout;
- TQHBoxLayout* Layout4;
-};
-
-#endif // CREDITFORMBASE_H