kio Library API Documentation

config-kfile.h

00001 #ifndef CONFIG_KFILE_H
00002 #define CONFIG_KFILE_H
00003 
00004 const int kfile_area = 250;
00005 
00006 #define DefaultViewStyle QString::fromLatin1("SimpleView")
00007 #define DefaultPannerPosition 40
00008 #define DefaultMixDirsAndFiles false
00009 #define DefaultShowStatusLine false
00010 #define DefaultShowHidden false
00011 #define DefaultCaseInsensitive true
00012 #define DefaultDirsFirst true
00013 #define DefaultSortReversed false
00014 #define DefaultRecentURLsNumber 15
00015 #define DefaultDirectoryFollowing true
00016 #define ConfigGroup QString::fromLatin1("KFileDialog Settings")
00017 #define RecentURLs QString::fromLatin1("Recent URLs")
00018 #define RecentFiles QString::fromLatin1("Recent Files")
00019 #define RecentURLsNumber QString::fromLatin1("Maximum of recent URLs")
00020 #define RecentFilesNumber QString::fromLatin1("Maximum of recent files")
00021 #define DialogWidth QString::fromLatin1("Width (%1)")
00022 #define DialogHeight QString::fromLatin1("Height (%1)")
00023 #define ConfigShowStatusLine QString::fromLatin1("ShowStatusLine")
00024 #define AutoDirectoryFollowing QString::fromLatin1("Automatic directory following")
00025 #define PathComboCompletionMode QString::fromLatin1("PathCombo Completionmode")
00026 #define LocationComboCompletionMode QString::fromLatin1("LocationCombo Completionmode")
00027 #define ShowSpeedbar QString::fromLatin1("Show Speedbar")
00028 
00029 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:26 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001