kleopatra
Go to the documentation of this file.
   35 import org.kde.pim.mobileui 4.5 as KPIM
 
   36 import org.kde.kleopatra 2.1 as Kleo
 
   48       anchors.top    : parent.top
 
   49       anchors.topMargin : 35
 
   50       anchors.bottom : searchBar.top
 
   51       anchors.left   : parent.left
 
   52       anchors.leftMargin : 30
 
   53       anchors.right  : parent.right
 
   59       anchors.bottom : parent.bottom
 
   60       anchors.left   : parent.left
 
   61       anchors.right  : parent.right
 
   65       y       : height == 0 ? parent.height : parent.height - height
 
   70       visible : !application.certificatesAvailable
 
   73         text : KDE.i18n( 
"No certificates loaded yet." );
 
   74         anchors.centerIn : parent
 
   79   SlideoutPanelContainer {
 
   84       titleText: KDE.i18n( 
"Actions" )
 
  134           onDoCollapse : actionPanel.collapse();
 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.