kleopatra
#include <config-kleopatra.h>
#include "mainwindow_desktop.h"
#include "aboutdata.h"
#include "models/keylistmodel.h"
#include "models/keylistsortfilterproxymodel.h"
#include "view/searchbar.h"
#include "view/tabwidget.h"
#include "view/keylistcontroller.h"
#include "commands/selftestcommand.h"
#include "commands/importcrlcommand.h"
#include "commands/importcertificatefromfilecommand.h"
#include "commands/decryptverifyfilescommand.h"
#include "commands/signencryptfilescommand.h"
#include "utils/detail_p.h"
#include "utils/gnupg-helper.h"
#include "utils/action_data.h"
#include "utils/classify.h"
#include "utils/filedialog.h"
#include "progresswidget/statusbarprogresswidget.h"
#include "progresswidget/progressdialog.h"
#include <KApplication>
#include <KActionCollection>
#include <KLocale>
#include <KTabWidget>
#include <KStatusBar>
#include <KStandardAction>
#include <KAction>
#include <KAboutData>
#include <KMessageBox>
#include <KStandardGuiItem>
#include <KStandardDirs>
#include <KShortcutsDialog>
#include <KXMLGUIFactory>
#include <KEditToolBar>
#include <KAboutApplicationDialog>
#include <kdebug.h>
#include <QAbstractItemView>
#include <QFile>
#include <QToolBar>
#include <QApplication>
#include <QCloseEvent>
#include <QMenu>
#include <QTimer>
#include <QProcess>
#include <QPointer>
#include <kleo/cryptobackendfactory.h>
#include <ui/cryptoconfigdialog.h>
#include <kleo/cryptoconfig.h>
#include <kleo/stl_util.h>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include "moc_mainwindow_desktop.cpp"
Go to the source code of this file.
static bool can_decode_local_files |
( |
const QMimeData * |
data | ) |
|
|
static |
static QStringList extract_local_files |
( |
const QMimeData * |
data | ) |
|
|
static |
static KGuiItem KStandardGuiItem_close |
( |
| ) |
|
|
static |
static KGuiItem KStandardGuiItem_quit |
( |
| ) |
|
|
static |
const bool OS_WIN = false |
|
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.