libkleo
#include "keyselectiondialog.h"
#include "keylistview.h"
#include "progressdialog.h"
#include "kleo/dn.h"
#include "kleo/keylistjob.h"
#include "kleo/cryptobackendfactory.h"
#include <gpgme++/key.h>
#include <gpgme++/keylistresult.h>
#include <klocale.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kdebug.h>
#include <kwindowsystem.h>
#include <kconfig.h>
#include <kmessagebox.h>
#include <kpushbutton.h>
#include <kconfiggroup.h>
#include <kmenu.h>
#include <klineedit.h>
#include <kurl.h>
#include <QCheckBox>
#include <QToolButton>
#include <QLabel>
#include <QPixmap>
#include <QTimer>
#include <QLayout>
#include <QLineEdit>
#include <QDateTime>
#include <QProcess>
#include <QRegExp>
#include <QPushButton>
#include <QFrame>
#include <QApplication>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <algorithm>
#include <iterator>
#include <string.h>
#include <assert.h>
#include <qscrollbar.h>
#include "keyselectiondialog.moc"
 
Go to the source code of this file.
      
        
          | #define __KLEO_UI_SHOW_KEY_LIST_ERROR_H__ | 
        
      
 
 
  
  
      
        
          | static bool checkKeyUsage  | 
          ( | 
          const GpgME::Key &  | 
          key,  | 
         
        
           | 
           | 
          unsigned int  | 
          keyUsage  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static bool checkKeyUsage  | 
          ( | 
          const std::vector< GpgME::Key > &  | 
          keys,  | 
         
        
           | 
           | 
          unsigned int  | 
          keyUsage  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void selectKeys  | 
          ( | 
          Kleo::KeyListView *  | 
          klv,  | 
         
        
           | 
           | 
          const std::vector< GpgME::Key > &  | 
          selectedKeys  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void showKeyListError  | 
          ( | 
          QWidget *  | 
          parent,  | 
         
        
           | 
           | 
          const GpgME::Error &  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static QString time_t2string  | 
          ( | 
          time_t  | 
          t | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | const int sCheckSelectionDelay = 250 | 
         
       
   | 
  
static   | 
  
 
 
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.