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

kjots

  • sources
  • kde-4.14
  • kdepim
  • kjots
kjotsconfigdlg.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2009-2015 Montel Laurent <montel@kde.org>
3 
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or
7  (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */
18 
19 #ifndef KJOTSCONFIGDLG_H
20 #define KJOTSCONFIGDLG_H
21 
22 #include <kcmodule.h>
23 #include <kcmultidialog.h>
24 #include "ui_confpagemisc.h"
25 
26 class confPageMisc : public QWidget, public Ui::confPageMisc
27 {
28  Q_OBJECT
29 
30  public:
31  explicit confPageMisc( QWidget *parent ) : QWidget( parent ) {
32  setupUi( this );
33  }
34 };
35 
36 
37 class KJotsConfigMisc : public KCModule
38 {
39  Q_OBJECT
40 
41  public:
42  KJotsConfigMisc( const KComponentData &inst, QWidget *parent );
43 
45  virtual void load();
46 
48  virtual void save();
49  private slots:
50  void modified();
51  private:
52  confPageMisc *miscPage;
53 };
54 
55 class KJotsConfigDlg : public KCMultiDialog
56 {
57  Q_OBJECT
58 
59 public:
60  KJotsConfigDlg( const QString & title, QWidget *parent );
61  ~KJotsConfigDlg();
62 
63 public slots:
64  void slotOk();
65 };
66 
67 #endif /* KJOTSCONFIGDLG_H */
68 
KJotsConfigDlg
Definition: kjotsconfigdlg.h:55
QWidget
KJotsConfigMisc::load
virtual void load()
Reimplemented from KCModule.
Definition: kjotsconfigdlg.cpp:58
QWidget::setupUi
void setupUi(QWidget *widget)
KJotsConfigMisc
Definition: kjotsconfigdlg.h:37
confPageMisc::confPageMisc
confPageMisc(QWidget *parent)
Definition: kjotsconfigdlg.h:31
KJotsConfigMisc::save
virtual void save()
Reimplemented form KCModule.
Definition: kjotsconfigdlg.cpp:67
KJotsConfigDlg::slotOk
void slotOk()
Definition: kjotsconfigdlg.cpp:38
KJotsConfigDlg::~KJotsConfigDlg
~KJotsConfigDlg()
Definition: kjotsconfigdlg.cpp:34
QString
KJotsConfigMisc::KJotsConfigMisc
KJotsConfigMisc(const KComponentData &inst, QWidget *parent)
Definition: kjotsconfigdlg.cpp:42
KJotsConfigDlg::KJotsConfigDlg
KJotsConfigDlg(const QString &title, QWidget *parent)
Definition: kjotsconfigdlg.cpp:20
confPageMisc
Definition: kjotsconfigdlg.h:26
KCMultiDialog
QObject::parent
QObject * parent() const
KCModule
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kjots

Skip menu "kjots"
  • Main Page
  • Namespace List
  • 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
  • pimprint

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