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

kleopatra

appearanceconfigwidget.h

Go to the documentation of this file.
00001 /*
00002     appearanceconfigwidget.h
00003 
00004     This file is part of kleopatra, the KDE key manager
00005     Copyright (c) 2002,2004,2008 Klarälvdalens Datakonsult AB
00006     Copyright (c) 2002,2003 Marc Mutz <mutz@kde.org>
00007 
00008     Libkleopatra is free software; you can redistribute it and/or
00009     modify it under the terms of the GNU General Public License as
00010     published by the Free Software Foundation; either version 2 of the
00011     License, or (at your option) any later version.
00012 
00013     Libkleopatra is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016     General Public License for more details.
00017 
00018     You should have received a copy of the GNU General Public License
00019     along with this program; if not, write to the Free Software
00020     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00021 
00022     In addition, as a special exception, the copyright holders give
00023     permission to link the code of this program with any edition of
00024     the Qt library by Trolltech AS, Norway (or with modified versions
00025     of Qt that use the same license as Qt), and distribute linked
00026     combinations including the two.  You must obey the GNU General
00027     Public License in all respects for all of the code used other than
00028     Qt.  If you modify this file, you may extend this exception to
00029     your version of the file, but you are not obligated to do so.  If
00030     you do not wish to do so, delete this exception statement from
00031     your version.
00032  */
00033 
00034 #ifndef __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__
00035 #define __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__
00036 
00037 #include <QWidget>
00038 
00039 #include <utils/pimpl_ptr.h>
00040 
00041 namespace Kleo {
00042 namespace Config {
00043 
00044     class AppearanceConfigWidget : public QWidget {
00045         Q_OBJECT
00046     public:
00047         explicit AppearanceConfigWidget( QWidget * parent=0, Qt::WindowFlags f=0 );
00048         ~AppearanceConfigWidget();
00049 
00050     public Q_SLOTS:
00051         void load();
00052         void save();
00053         void defaults();
00054 
00055     Q_SIGNALS:
00056         void changed();
00057 
00058     private:
00059         class Private;
00060         kdtools::pimpl_ptr<Private> d;
00061         Q_PRIVATE_SLOT( d, void slotIconClicked() )
00062         Q_PRIVATE_SLOT( d, void slotForegroundClicked() )
00063         Q_PRIVATE_SLOT( d, void slotBackgroundClicked() )
00064         Q_PRIVATE_SLOT( d, void slotFontClicked() )
00065         Q_PRIVATE_SLOT( d, void slotSelectionChanged() )
00066         Q_PRIVATE_SLOT( d, void slotDefaultClicked() )
00067         Q_PRIVATE_SLOT( d, void slotItalicToggled(bool) )
00068         Q_PRIVATE_SLOT( d, void slotBoldToggled(bool) )
00069         Q_PRIVATE_SLOT( d, void slotStrikeOutToggled(bool) )
00070         Q_PRIVATE_SLOT( d, void slotTooltipValidityChanged(bool) )
00071         Q_PRIVATE_SLOT( d, void slotTooltipDetailsChanged(bool) )
00072         Q_PRIVATE_SLOT( d, void slotTooltipOwnerChanged(bool) )
00073     };
00074 
00075 }
00076 }
00077 
00078 #endif // __KLEOPATRA_CONFIG_APPEARANCECONFIGWIDGET_H__

kleopatra

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

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal