kio
config-kfile.h
Go to the documentation of this file.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 DefaultAutoSelectExtChecked true
00017 #define ConfigGroup QString::fromLatin1("KFileDialog Settings")
00018 #define RecentURLs QString::fromLatin1("Recent URLs")
00019 #define RecentFiles QString::fromLatin1("Recent Files")
00020 #define RecentURLsNumber QString::fromLatin1("Maximum of recent URLs")
00021 #define RecentFilesNumber QString::fromLatin1("Maximum of recent files")
00022 #define DialogWidth QString::fromLatin1("Width (%1)")
00023 #define DialogHeight QString::fromLatin1("Height (%1)")
00024 #define ConfigShowStatusLine QString::fromLatin1("ShowStatusLine")
00025 #define AutoDirectoryFollowing QString::fromLatin1("Automatic directory following")
00026 #define PathComboCompletionMode QString::fromLatin1("PathCombo Completionmode")
00027 #define LocationComboCompletionMode QString::fromLatin1("LocationCombo Completionmode")
00028 #define ShowSpeedbar QString::fromLatin1("Show Speedbar")
00029 #define ShowBookmarks QString::fromLatin1("Show Bookmarks")
00030 #define AutoSelectExtChecked QString::fromLatin1("Automatically select filename extension")
00031
00032 #endif