KVIrc 5.2.0
Developer APIs
OptionsWidget_theme.h
Go to the documentation of this file.
1#ifndef _OPTW_INTERFACELOOKGLOBAL_H_
2#define _OPTW_INTERFACELOOKGLOBAL_H_
3//=============================================================================
4//
5// File : OptionsWidget_theme.h
6// Creation date : Sun Jun 3 2001 20:49:02 CEST by Szymon Stefanek
7//
8// This file is part of the KVIrc IRC client distribution
9// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
10//
11// This program is FREE software. You can redistribute it and/or
12// modify it under the terms of the GNU General Public License
13// as published by the Free Software Foundation; either version 2
14// of the License, or (at your option) any later version.
15//
16// This program is distributed in the HOPE that it will be USEFUL,
17// but WITHOUT ANY WARRANTY; without even the implied warranty of
18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19// See the GNU General Public License for more details.
20//
21// You should have received a copy of the GNU General Public License
22// along with this program. If not, write to the Free Software Foundation,
23// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24//
25//=============================================================================
26
27#include "kvi_settings.h"
28#include "KviOptionsWidget.h"
29#include "KviSelectors.h"
30
31#define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_theme KviIconManager::Gui
32#define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_theme __tr2qs_no_lookup("General")
33#define KVI_OPTIONS_WIDGET_KEYWORDS_OptionsWidget_theme __tr2qs_no_lookup("theme")
34#define KVI_OPTIONS_WIDGET_GROUP_OptionsWidget_theme "theme"
35
37{
38 Q_OBJECT
39public:
40 OptionsWidget_theme(QWidget * parent);
42};
43
44#define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_themeTransparency KviIconManager::Transparent
45#define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_themeTransparency __tr2qs_no_lookup("Transparency")
46#define KVI_OPTIONS_WIDGET_KEYWORDS_OptionsWidget_themeTransparency __tr2qs_no_lookup("theme,background")
47#define KVI_OPTIONS_WIDGET_GROUP_OptionsWidget_themeTransparency "theme"
48
50{
51 Q_OBJECT
52public:
53 OptionsWidget_themeTransparency(QWidget * parent);
55
56protected:
57#ifdef COMPILE_PSEUDO_TRANSPARENCY
58 KviPixmapSelector * m_pGlobalBackgroundPixmapSelector;
59 KviBoolSelector * m_pUseTransparencyBoolSelector;
60#ifdef COMPILE_X11_SUPPORT
61 KviBoolSelector * m_pUseCompositingForTransparencyBoolSelector;
62#elif defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW)
63 KviBoolSelector * m_pUseWindowsFakeDesktopTransparencyBoolSelector;
64#endif
65#endif
66protected slots:
68};
69
70#define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_themeToolBarApplets KviIconManager::Applet
71#define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_themeToolBarApplets __tr2qs_no_lookup("Toolbar Applets")
72#define KVI_OPTIONS_WIDGET_KEYWORDS_OptionsWidget_themeToolBarApplets __tr2qs_no_lookup("theme,toolbar")
73#define KVI_OPTIONS_WIDGET_GROUP_OptionsWidget_themeToolBarApplets "theme"
74
82
83#endif
Definition KviSelectors.h:59
Definition KviOptionsWidget.h:40
Definition KviSelectors.h:163
Definition OptionsWidget_theme.h:76
Definition OptionsWidget_theme.h:50
void enableGlobalBackgroundPixmapSelector(bool)
Definition OptionsWidget_theme.cpp:146
Definition OptionsWidget_theme.h:37
This file contains compile time settings.