You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
#ifndef CONFIG_KFILE_H
|
|
#define CONFIG_KFILE_H
|
|
|
|
const int kfile_area = 250;
|
|
|
|
#define DefaultViewStyle TQString::tqfromLatin1("SimpleView")
|
|
#define DefaultPannerPosition 40
|
|
#define DefaultMixDirsAndFiles false
|
|
#define DefaultShowtqStatusLine false
|
|
#define DefaultShowHidden false
|
|
#define DefaultCaseInsensitive true
|
|
#define DefaultDirsFirst true
|
|
#define DefaultSortReversed false
|
|
#define DefaultRecentURLsNumber 15
|
|
#define DefaultDirectoryFollowing true
|
|
#define DefaultAutoSelectExtChecked true
|
|
#define ConfigGroup TQString::tqfromLatin1("KFileDialog Settings")
|
|
#define RecentURLs TQString::tqfromLatin1("Recent URLs")
|
|
#define RecentFiles TQString::tqfromLatin1("Recent Files")
|
|
#define RecentURLsNumber TQString::tqfromLatin1("Maximum of recent URLs")
|
|
#define RecentFilesNumber TQString::tqfromLatin1("Maximum of recent files")
|
|
#define DialogWidth TQString::tqfromLatin1("Width (%1)")
|
|
#define DialogHeight TQString::tqfromLatin1("Height (%1)")
|
|
#define ConfigShowtqStatusLine TQString::tqfromLatin1("ShowtqStatusLine")
|
|
#define AutoDirectoryFollowing TQString::tqfromLatin1("Automatic directory following")
|
|
#define PathComboCompletionMode TQString::tqfromLatin1("PathCombo Completionmode")
|
|
#define LocationComboCompletionMode TQString::tqfromLatin1("LocationCombo Completionmode")
|
|
#define ShowSpeedbar TQString::tqfromLatin1("Show Speedbar")
|
|
#define ShowBookmarks TQString::tqfromLatin1("Show Bookmarks")
|
|
#define AutoSelectExtChecked TQString::tqfromLatin1("Automatically select filename extension")
|
|
|
|
#endif
|