• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kleopatra

  • sources
  • kde-4.12
  • kdepim
  • kleopatra
  • conf
appearanceconfigwidget.h
Go to the documentation of this file.
1 /*
2  appearanceconfigwidget.h
3 
4  This file is part of kleopatra, the KDE key manager
5  Copyright (c) 2002,2004,2008 Klarälvdalens Datakonsult AB
6  Copyright (c) 2002,2003 Marc Mutz <mutz@kde.org>
7 
8  Libkleopatra is free software; you can redistribute it and/or
9  modify it under the terms of the GNU General Public License as
10  published by the Free Software Foundation; either version 2 of the
11  License, or (at your option) any later version.
12 
13  Libkleopatra is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program; if not, write to the Free Software
20  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 
22  In addition, as a special exception, the copyright holders give
23  permission to link the code of this program with any edition of
24  the Qt library by Trolltech AS, Norway (or with modified versions
25  of Qt that use the same license as Qt), and distribute linked
26  combinations including the two. You must obey the GNU General
27  Public License in all respects for all of the code used other than
28  Qt. If you modify this file, you may extend this exception to
29  your version of the file, but you are not obligated to do so. If
30  you do not wish to do so, delete this exception statement from
31  your version.
32  */
33 
34 #ifndef __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__
35 #define __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__
36 
37 #include <QWidget>
38 
39 #include <utils/pimpl_ptr.h>
40 
41 namespace Kleo {
42 namespace Config {
43 
44  class AppearanceConfigWidget : public QWidget {
45  Q_OBJECT
46  public:
47  explicit AppearanceConfigWidget( QWidget * parent=0, Qt::WindowFlags f=0 );
48  ~AppearanceConfigWidget();
49 
50  public Q_SLOTS:
51  void load();
52  void save();
53  void defaults();
54 
55  Q_SIGNALS:
56  void changed();
57 
58  private:
59  class Private;
60  kdtools::pimpl_ptr<Private> d;
61  Q_PRIVATE_SLOT( d, void slotIconClicked() )
62 #ifndef QT_NO_COLORDIALOG
63  Q_PRIVATE_SLOT( d, void slotForegroundClicked() )
64  Q_PRIVATE_SLOT( d, void slotBackgroundClicked() )
65 #endif
66 #ifndef QT_NO_FONTDIALOG
67  Q_PRIVATE_SLOT( d, void slotFontClicked() )
68 #endif
69  Q_PRIVATE_SLOT( d, void slotSelectionChanged() )
70  Q_PRIVATE_SLOT( d, void slotDefaultClicked() )
71  Q_PRIVATE_SLOT( d, void slotItalicToggled(bool) )
72  Q_PRIVATE_SLOT( d, void slotBoldToggled(bool) )
73  Q_PRIVATE_SLOT( d, void slotStrikeOutToggled(bool) )
74  Q_PRIVATE_SLOT( d, void slotTooltipValidityChanged(bool) )
75  Q_PRIVATE_SLOT( d, void slotTooltipDetailsChanged(bool) )
76  Q_PRIVATE_SLOT( d, void slotTooltipOwnerChanged(bool) )
77  };
78 
79 }
80 }
81 
82 #endif // __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__
kdtools::pimpl_ptr< Private >
Kleo::Config::AppearanceConfigWidget::AppearanceConfigWidget
AppearanceConfigWidget(QWidget *parent=0, Qt::WindowFlags f=0)
Definition: appearanceconfigwidget.cpp:364
pimpl_ptr.h
Kleo::Config::AppearanceConfigWidget::defaults
void defaults()
Definition: appearanceconfigwidget.cpp:414
Kleo::Config::AppearanceConfigWidget::save
void save()
Definition: appearanceconfigwidget.cpp:448
QWidget
Kleo::Config::AppearanceConfigWidget
Definition: appearanceconfigwidget.h:44
Config
Definition: configuration.h:46
Kleo::Config::AppearanceConfigWidget::changed
void changed()
d
#define d
Definition: adduseridcommand.cpp:90
Kleo::Config::AppearanceConfigWidget::~AppearanceConfigWidget
~AppearanceConfigWidget()
Definition: appearanceconfigwidget.cpp:371
Kleo::Config::AppearanceConfigWidget::load
void load()
Definition: appearanceconfigwidget.cpp:428
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal