/home/samy/kbilliards/debug/src/scores.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef SCORES_H
00011 #define SCORES_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 QFrame;
00021 class QLabel;
00022 class QPushButton;
00023
00024 class Scores : public QDialog
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 Scores( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00030 ~Scores();
00031
00032 QFrame* Frame3;
00033 QLabel* TextLabel1;
00034 QFrame* Line1;
00035 QPushButton* ok_button;
00036 QFrame* Frame4;
00037 QLabel* Position_2;
00038 QLabel* Position_3;
00039 QLabel* Position_4;
00040 QLabel* Position_5;
00041 QLabel* Position_6;
00042 QLabel* Position_7;
00043 QLabel* Position_8;
00044 QLabel* Position_9;
00045 QLabel* Position_10;
00046 QLabel* Name_2;
00047 QLabel* Name_3;
00048 QLabel* Name_4;
00049 QLabel* Name_5;
00050 QLabel* Name_7;
00051 QLabel* Name_9;
00052 QLabel* Name_10;
00053 QLabel* score_2;
00054 QLabel* score_3;
00055 QLabel* score_4;
00056 QLabel* score_5;
00057 QLabel* score_6;
00058 QLabel* score_7;
00059 QLabel* score_8;
00060 QLabel* score_9;
00061 QLabel* score_10;
00062 QLabel* Name_6;
00063 QLabel* Name_8;
00064 QLabel* Position_1;
00065 QLabel* score_1;
00066 QLabel* Name_1;
00067
00068 protected:
00069
00070 protected slots:
00071 virtual void languageChange();
00072
00073 };
00074
00075 #endif // SCORES_H
Generated on Mon Nov 8 22:00:15 2004 for kbilliards.kdevelop by
1.3.7