AlbumShaper
1.0a3
src
configuration
themesWidget.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_THEMESWIDGET_H
12
#define CONFIGURATION_THEMESWIDGET_H
13
14
#include <qdialog.h>
15
16
//forward declarations
17
class
QGridLayout;
18
class
QLabel
;
19
20
//=====================================
23
//=====================================
24
25
//======================
26
class
ThemesWidget
:
public
QWidget
27
{
28
//----------------------
29
public
:
30
ThemesWidget
(
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_THEMESWIDGET_H
ThemesWidget::ThemesWidget
ThemesWidget(QWidget *parent=0, const char *name=0)
Definition:
themesWidget.cpp:20
QWidget
ThemesWidget::grid
QGridLayout * grid
Definition:
themesWidget.h:33
ThemesWidget::categoryLabel
QLabel * categoryLabel
Definition:
themesWidget.h:34
ThemesWidget
Themes Settings.
Definition:
themesWidget.h:26
ThemesWidget::horizontalLine
QFrame * horizontalLine
Definition:
themesWidget.h:35
QLabel
Generated by
1.8.12