tdeio/tdefile
config-tdefile.h
00001 #ifndef CONFIG_TDEFILE_H
00002 #define CONFIG_TDEFILE_H
00003
00004 const int tdefile_area = 250;
00005
00006 #define DefaultViewStyle TQString::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 TQString::fromLatin1("KFileDialog Settings")
00018 #define RecentURLs TQString::fromLatin1("Recent URLs")
00019 #define RecentFiles TQString::fromLatin1("Recent Files")
00020 #define RecentURLsNumber TQString::fromLatin1("Maximum of recent URLs")
00021 #define RecentFilesNumber TQString::fromLatin1("Maximum of recent files")
00022 #define DialogWidth TQString::fromLatin1("Width (%1)")
00023 #define DialogHeight TQString::fromLatin1("Height (%1)")
00024 #define ConfigShowStatusLine TQString::fromLatin1("ShowStatusLine")
00025 #define AutoDirectoryFollowing TQString::fromLatin1("Automatic directory following")
00026 #define PathComboCompletionMode TQString::fromLatin1("PathCombo Completionmode")
00027 #define LocationComboCompletionMode TQString::fromLatin1("LocationCombo Completionmode")
00028 #define ShowSpeedbar TQString::fromLatin1("Show Speedbar")
00029 #define ShowBookmarks TQString::fromLatin1("Show Bookmarks")
00030 #define AutoSelectExtChecked TQString::fromLatin1("Automatically select filename extension")
00031
00032 #endif