AlbumShaper
1.0a3
src
configuration
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
//======================
26
class
TranslationsWidget
:
public
QWidget
27
{
28
//----------------------
29
public
:
30
TranslationsWidget
(
QWidget
*parent=0,
const
char
* name=0);
31
//----------------------
32
private
:
33
QGridLayout*
grid
;
34
QLabel
*
categoryLabel
;
35
QFrame*
horizontalLine
;
36
//----------------------
37
};
38
//======================
39
40
#endif //CONFIGURATION_TRANSLATIONSWIDGET_H
QWidget
TranslationsWidget
Translations Settings.
Definition:
translationsWidget.h:26
TranslationsWidget::horizontalLine
QFrame * horizontalLine
Definition:
translationsWidget.h:35
TranslationsWidget::grid
QGridLayout * grid
Definition:
translationsWidget.h:33
QLabel
TranslationsWidget::categoryLabel
QLabel * categoryLabel
Definition:
translationsWidget.h:34
TranslationsWidget::TranslationsWidget
TranslationsWidget(QWidget *parent=0, const char *name=0)
Definition:
translationsWidget.cpp:20
Generated by
1.8.12