kapptemplate
#include <QtGui/QWidget>
#include "ui_%{APPNAMELC}view_base.h"
Include dependency graph for kapp4/src/%{APPNAMELC}view.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | APPNAMEUC }VIEW_H |
Functions | |
void | signalChangeCaption (const QString &text) |
void | signalChangeStatusbar (const QString &text) |
class { | |
} | View (QWidget *parent) |
Variables | |
class { | |
} | QWidget |
Macro Definition Documentation
#define APPNAMEUC }VIEW_H |
Function Documentation
void signalChangeCaption | ( | const QString & | text | ) |
Use this signal to change the content of the caption.
void signalChangeStatusbar | ( | const QString & | text | ) |
Use this signal to change the content of the statusbar.
class @6 View | ( | QWidget * | parent | ) |
Default constructor.
Variable Documentation
class { ... } QWidget |
This is the main view class for %{APPNAME}.
Most of the non-menu, non-toolbar, and non-statusbar (e.g., non frame) GUI code should go here.
Main view
- Version
- %{VERSION}
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
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.