KVIrc  4.9.2
DeveloperAPIs
OptionsWidget_tray.h
Go to the documentation of this file.
1 #ifndef _OPTW_TRAY_H_
2 #define _OPTW_TRAY_H_
3 //=============================================================================
4 //
5 // File : OptionsWidget_tray.cpp
6 // Creation date : Mon 14 Aug 2006 by Alexey Uzhva
7 //
8 // This file is part of the KVIrc IRC client distribution
9 // Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru)
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 "KviOptionsWidget.h"
28 
29 #include <QComboBox>
30 
31 #define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_tray KviIconManager::TrayIcon
32 #define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_tray __tr2qs_no_lookup("Tray Icon")
33 #define KVI_OPTIONS_WIDGET_PARENT_OptionsWidget_tray OptionsWidget_interfaceFeatures
34 #define KVI_OPTIONS_WIDGET_KEYWORDS_OptionsWidget_tray __tr2qs_no_lookup("tray,TRAYICON")
35 
37 {
38  Q_OBJECT
39 public:
40  OptionsWidget_tray(QWidget * parent);
42 
43 protected:
47 #ifndef COMPILE_ON_MAC
49 #endif
52 protected slots:
53  void setEnabled(bool);
54 };
55 
56 #endif //_OPTW_TRAY_H_
KviBoolSelector * m_pEnable
Definition: OptionsWidget_tray.h:44
KviBoolSelector * m_pEnableFlashing
Definition: OptionsWidget_tray.h:45
Definition: KviSelectors.h:59
void setEnabled(bool)
Definition: OptionsWidget_tray.cpp:73
KviBoolSelector * m_pLevelBasedNotify
Definition: OptionsWidget_tray.h:46
Definition: KviOptionsWidget.h:40
KviBoolSelector * m_pCloseInTray
Definition: OptionsWidget_tray.h:50
OptionsWidget_tray(QWidget *parent)
Definition: OptionsWidget_tray.cpp:35
KviBoolSelector * m_pMinimizeInTray
Definition: OptionsWidget_tray.h:48
Toolkit Abstraction Layer: groupbox class.
Definition: KviTalGroupBox.h:43
KviTalGroupBox * m_pLevelsGroup
Definition: OptionsWidget_tray.h:51
Definition: OptionsWidget_tray.h:36