kapptemplate
qml/src/%{APPNAMELC}view.cpp
Go to the documentation of this file.
36 view->setSource(QUrl::fromLocalFile(KStandardDirs::locate("data", "%{APPNAMELC}/qml/main.qml")));
void setSource(const QUrl &url)
QGraphicsObject * rootObject() const
bool write(const QVariant &value) const
static void setCol_foreground(const QColor &v)
Set color of the foreground.
Definition: C++/kapp4/src/settings.h:39
void setColor(ColorGroup group, ColorRole role, const QColor &color)
void clicked()
class SettingsHelper View
void signalChangeStatusbar(const QString &text)
Use this signal to change the content of the statusbar.
main APPNAME
bool setProperty(const char *name, const QVariant &value)
void show()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
static void setCol_background(const QColor &v)
Set color of the background.
Definition: C++/kapp4/src/settings.h:20
QUrl fromLocalFile(const QString &localFile)
T findChild(const QString &name) const
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.