kapptemplate
choicepage.cpp
Go to the documentation of this file.
44 connect(ui_choice.kcfg_appName, SIGNAL(textChanged(const QString &)), this, SIGNAL(completeChanged()));
46 connect(ui_choice.appTree->selectionModel(), SIGNAL(currentChanged(QModelIndex, QModelIndex)), this, SLOT(itemSelected(QModelIndex)));
76 QString picPath = dirs->findResource("apptemplate_previews", index.data(Qt::UserRole+2).toString());
void registerField(const QString &name, QWidget *widget, const char *property, const char *changedSignal)
void completeChanged()
void setField(const QString &name, const QVariant &value)
bool isValid() const
QPixmap pixmap(QWizard::WizardPixmap which) const
bool isEmpty() const
QVariant data(int role) const
QStandardItem * itemFromIndex(const QModelIndex &index) const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString toString() const
void setTitle(const QString &title)
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.