kgpg
gpgservermodel.cpp
Go to the documentation of this file.
29 connect(this, SIGNAL(rowsRemoved(QModelIndex,int,int)), SLOT(slotRowsRemoved(QModelIndex,int,int)));
QString defaultServer() const
returns the URL of the default server
Definition: gpgservermodel.cpp:75
const T & at(int i) const
virtual int rowCount(const QModelIndex &parent) const
QStringList stringList() const
virtual QVariant data(const QModelIndex &index, int role) const
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const
bool isEmpty() const
int row() const
T & first()
void rowsRemoved(const QModelIndex &parent, int start, int end)
int defaultRow() const
returns the row of the current default keyserver
Definition: gpgservermodel.cpp:65
virtual QVariant data(const QModelIndex &index, int role) const
Definition: gpgservermodel.cpp:86
int indexOf(const QRegExp &rx, int from) const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString toString() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 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:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.