00001 //============================================== 00002 // copyright : (C) 2003-2004 by Will Stokes 00003 //============================================== 00004 // This program is free software; you can redistribute it 00005 // and/or modify it under the terms of the GNU General 00006 // Public License as published by the Free Software 00007 // Foundation; either version 2 of the License, or 00008 // (at your option) any later version. 00009 //============================================== 00010 00011 #ifndef CONFIGURATION_TRANSLATIONSWIDGET_H 00012 #define CONFIGURATION_TRANSLATIONSWIDGET_H 00013 00014 #include <qdialog.h> 00015 00016 //forward declarations 00017 class QGridLayout; 00018 class QLabel; 00019 00020 //===================================== 00023 //===================================== 00024 00025 //====================== 00026 class TranslationsWidget : public QWidget 00027 { 00028 //---------------------- 00029 public: 00030 TranslationsWidget( QWidget *parent=0, const char* name=0); 00031 //---------------------- 00032 private: 00033 QGridLayout* grid; 00034 QLabel* categoryLabel; 00035 QFrame* horizontalLine; 00036 //---------------------- 00037 }; 00038 //====================== 00039 00040 #endif //CONFIGURATION_TRANSLATIONSWIDGET_H