kleopatra
#include <config-kleopatra.h>
#include "adduseriddialog.h"
#include "ui_adduseriddialog.h"
#include <utils/validation.h>
#include <kleo/stl_util.h>
#include <QString>
#include <QStringList>
#include <QPushButton>
#include <QValidator>
#include <KConfigGroup>
#include <KGlobal>
#include <KLocalizedString>
#include <KDebug>
#include <cassert>
#include "moc_adduseriddialog.cpp"
Go to the source code of this file.
static QLineEdit* adjust_row |
( |
QGridLayout * |
l, |
|
|
int |
row, |
|
|
const QString & |
label, |
|
|
const QString & |
preset, |
|
|
QValidator * |
validator, |
|
|
bool |
readonly, |
|
|
bool |
required |
|
) |
| |
|
static |
static QString attributeFromKey |
( |
QString |
key | ) |
|
|
static |
static QString attributeLabel |
( |
const QString & |
attr, |
|
|
bool |
pgp |
|
) |
| |
|
static |
static bool has_intermediate_input |
( |
const QLineEdit * |
le | ) |
|
|
static |
static QString pgpLabel |
( |
const QString & |
attr | ) |
|
|
static |
static bool requirementsAreMet |
( |
const QVector< Line > & |
list, |
|
|
QString & |
error |
|
) |
| |
|
static |
static int row_index_of |
( |
QWidget * |
w, |
|
|
QGridLayout * |
l |
|
) |
| |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.