KIO
config-kfile.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef CONFIG_KFILE_H
00020 #define CONFIG_KFILE_H
00021
00022 const int kfile_area = 250;
00023
00024 #define DefaultViewStyle QLatin1String("SimpleView")
00025 #define DefaultPannerPosition 40
00026 #define DefaultMixDirsAndFiles false
00027 #define DefaultShowStatusLine false
00028 #define DefaultShowHidden false
00029 #define DefaultCaseInsensitive true
00030 #define DefaultDirsFirst true
00031 #define DefaultSortReversed false
00032 #define DefaultRecentURLsNumber 15
00033 #define DefaultDirectoryFollowing true
00034 #define DefaultAutoSelectExtChecked true
00035 #define ConfigGroup QLatin1String("KFileDialog Settings")
00036 #define RecentURLs QLatin1String("Recent URLs")
00037 #define RecentFiles QLatin1String("Recent Files")
00038 #define RecentURLsNumber QLatin1String("Maximum of recent URLs")
00039 #define RecentFilesNumber QLatin1String("Maximum of recent files")
00040 #define DialogWidth QLatin1String("Width (%1)")
00041 #define DialogHeight QLatin1String("Height (%1)")
00042 #define ConfigShowStatusLine QLatin1String("ShowStatusLine")
00043 #define AutoDirectoryFollowing QLatin1String("Automatic directory following")
00044 #define PathComboCompletionMode QLatin1String("PathCombo Completionmode")
00045 #define LocationComboCompletionMode QLatin1String("LocationCombo Completionmode")
00046 #define ShowSpeedbar QLatin1String("Show Speedbar")
00047 #define SpeedbarWidth QLatin1String("Speedbar Width")
00048 #define ShowBookmarks QLatin1String("Show Bookmarks")
00049 #define AutoSelectExtChecked QLatin1String("Automatically select filename extension")
00050 #define BreadcrumbNavigation QLatin1String("Breadcrumb Navigation")
00051
00052 #endif