ark
settings.cpp
Go to the documentation of this file.
37 itemOpenDestinationFolderAfterExtraction = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "openDestinationFolderAfterExtraction" ), mOpenDestinationFolderAfterExtraction, false );
38 itemOpenDestinationFolderAfterExtraction->setLabel( i18n("Open destination folder after extraction") );
39 addItem( itemOpenDestinationFolderAfterExtraction, QLatin1String( "openDestinationFolderAfterExtraction" ) );
41 itemCloseAfterExtraction = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "closeAfterExtraction" ), mCloseAfterExtraction, false );
45 itemPreservePaths = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "preservePaths" ), mPreservePaths, true );
54 itemSplitterSizes = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "splitterSizes" ), mSplitterSizes, defaultsplitterSizes );
60 itemSplitterSizesWithBothWidgets = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "splitterSizesWithBothWidgets" ), mSplitterSizesWithBothWidgets, defaultsplitterSizesWithBothWidgets );
QList< int > mSplitterSizesWithBothWidgets
Definition: settings.h:125
Definition: settings.h:11
bool mOpenDestinationFolderAfterExtraction
Definition: settings.h:119
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.