AlbumShaper 1.0a3
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
17class QGridLayout;
18class QLabel;
19
20//=====================================
23//=====================================
24
25//======================
26class ThemesWidget : public QWidget
27{
28//----------------------
29public:
30 ThemesWidget( QWidget *parent=0, const char* name=0);
31//----------------------
32private:
33 QGridLayout* grid;
36//----------------------
37};
38//======================
39
40#endif //CONFIGURATION_THEMESWIDGET_H
Themes Settings.
QLabel * categoryLabel
ThemesWidget(QWidget *parent=0, const char *name=0)
QFrame * horizontalLine
QGridLayout * grid