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

kapptemplate

  • sources
  • kde-4.14
  • kdesdk
  • kapptemplate
kapptemplate.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright 2008 by Anne-Marie Mahfouf <annma@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 *
16  * Free Software Foundation, Inc., *
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
18  ***************************************************************************/
19 
20 #ifndef KAPPTEMPLATE_H
21 #define KAPPTEMPLATE_H
22 
23 #include <QWizard>
24 
25 #include "ui_introduction.h"
26 #include "ui_properties.h"
27 
37 class KAppTemplate : public QWizard
38 {
39  Q_OBJECT
40 public:
44  KAppTemplate(QWidget *parent );
45 
49  virtual ~KAppTemplate();
50 
51 private slots:
55  void showHelp();
56 };
57 
58 
59 class IntroPage : public QWizardPage
60 {
61  Q_OBJECT
62 
63  public:
64  IntroPage(QWidget *parent = 0);
65  private:
66  Ui::introduction ui_introduction;
67 };
68 
69 class PropertiesPage : public QWizardPage
70 {
71  Q_OBJECT
72 
73  public:
74  PropertiesPage(QWidget *parent = 0);
75 
76  private:
77  Ui::properties ui_properties;
78  QString appNameString;
79 
80  private slots:
84  void saveConfig();
85 
86  void initializePage();
87 
88  Q_SIGNALS:
92  void completeChanged();
93 };
94 
95 
96 
97 #endif // _KAPPTEMPLATE_H_
PropertiesPage::PropertiesPage
PropertiesPage(QWidget *parent=0)
Definition: kapptemplate.cpp:64
IntroPage::IntroPage
IntroPage(QWidget *parent=0)
Definition: kapptemplate.cpp:57
QWidget
KAppTemplate::KAppTemplate
KAppTemplate(QWidget *parent)
Default Constructor.
Definition: kapptemplate.cpp:34
IntroPage
Definition: kapptemplate.h:59
PropertiesPage::completeChanged
void completeChanged()
Emitted when the text in any field changes.
QString
KAppTemplate
This class serves as the main window for KAppTemplate.
Definition: kapptemplate.h:37
KAppTemplate::~KAppTemplate
virtual ~KAppTemplate()
Default Destructor.
Definition: kapptemplate.cpp:47
QWizard
PropertiesPage
Definition: kapptemplate.h:69
QObject::parent
QObject * parent() const
QWizardPage
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kapptemplate

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

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • umbrello
  •   umbrello

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