AlbumShaper  1.0a3
translationsWidget.h
Go to the documentation of this file.
1 //==============================================
2 // copyright : (C) 2003-2004 by Will Stokes
3 //==============================================
4 // This program is free software; you can redistribute it
5 // and/or modify it under the terms of the GNU General
6 // Public License as published by the Free Software
7 // Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //==============================================
10 
11 #ifndef CONFIGURATION_TRANSLATIONSWIDGET_H
12 #define CONFIGURATION_TRANSLATIONSWIDGET_H
13 
14 #include <qdialog.h>
15 
16 //forward declarations
17 class QGridLayout;
18 class QLabel;
19 
20 //=====================================
23 //=====================================
24 
25 //======================
27 {
28 //----------------------
29 public:
30  TranslationsWidget( QWidget *parent=0, const char* name=0);
31 //----------------------
32 private:
33  QGridLayout* grid;
35  QFrame* horizontalLine;
36 //----------------------
37 };
38 //======================
39 
40 #endif //CONFIGURATION_TRANSLATIONSWIDGET_H
Translations Settings.
TranslationsWidget(QWidget *parent=0, const char *name=0)