kmahjongg
prefs.cpp
Go to the documentation of this file.
35 itemTileSet = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Tileset_file" ), mTileSet );
38 itemBackground = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Background_file" ), mBackground );
41 itemLayout = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Layout_file" ), mLayout );
47 itemRandomLayout = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "RandomLayout" ), mRandomLayout, false );
50 itemSolvableGames = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Solvable_game" ), mSolvableGames, true );
53 itemShowMatchingTiles = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowMatchingTiles" ), mShowMatchingTiles, false );
56 itemEditorGeometry = new KConfigSkeleton::ItemRect( currentGroup(), QLatin1String( "EditorGeometry" ), mEditorGeometry );
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:33 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:18:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.