kleopatra
tooltippreferences.cpp
Go to the documentation of this file.
14 itemShowValidity = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "show-validity" ), mShowValidity, true );
17 itemShowOwnerInformation = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "show-owner-information" ), mShowOwnerInformation, false );
20 itemShowCertificateDetails = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "show-certificate-details" ), mShowCertificateDetails, false );
TooltipPreferences()
Definition: tooltippreferences.cpp:8
~TooltipPreferences()
Definition: tooltippreferences.cpp:24
bool mShowCertificateDetails
Definition: tooltippreferences.h:75
bool mShowOwnerInformation
Definition: tooltippreferences.h:74
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
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.