/home/samy/kbilliards/debug/src/confdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef CONFDIALOG_H
00011 #define CONFDIALOG_H
00012
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QPushButton;
00021 class QLabel;
00022 class QSlider;
00023 class QSpinBox;
00024 class QLineEdit;
00025
00026 class confdialog : public QDialog
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 confdialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032 ~confdialog();
00033
00034 QPushButton* ok_button;
00035 QPushButton* update_button;
00036 QPushButton* close_button;
00037 QLabel* TextLabel1;
00038 QLabel* TextLabel2;
00039 QLabel* TextLabel3;
00040 QLabel* TextLabel4;
00041 QLabel* TextLabel5;
00042 QSlider* speed_slider;
00043 QSpinBox* angle_factor;
00044 QLineEdit* bouncing_drag_edge;
00045 QLineEdit* deceleration;
00046 QLineEdit* bouncing_drag_ball;
00047
00048 protected:
00049
00050 protected slots:
00051 virtual void languageChange();
00052
00053 };
00054
00055 #endif // CONFDIALOG_H
Generated on Mon Nov 8 22:00:15 2004 for kbilliards.kdevelop by
1.3.7