• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • libkonq
 

libkonq

  • libkonq
konq_defaults.h
1 /* This file is part of the KDE project
2  Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
3  Copyright (C) 1999 - 2002 David Faure <faure@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 // Default values for konqueror/kdesktop settings
22 // This file is used by konqueror kdesktop, and kcmkonq,
23 // to share the same defaults
24 
25 // appearance tab
26 #define DEFAULT_UNDERLINELINKS false
27 #define DEFAULT_SMOOTHSCROLL false
28 #define DEFAULT_WORDWRAPTEXT true // kfm-like, sorry Reggie :-)
29 #define DEFAULT_TEXTHEIGHT 2
30 #define DEFAULT_TEXTWIDTH 0 // 0 = automatic (font depending)
31 #define DEFAULT_TEXTWIDTH_MULTICOLUMN 600 // maxwidth, as the iconview has dynamic column width
32 #define DEFAULT_FILESIZEINBYTES false
33 
34 #define DEFAULT_RENAMEICONDIRECTLY false
35 
36 // transparency of blended mimetype icons in textpreview
37 #define DEFAULT_TEXTPREVIEW_ICONTRANSPARENCY 70
38 
39 // show hidden files on desktop default
40 #define DEFAULT_SHOW_HIDDEN_ROOT_ICONS false
41 #define DEFAULT_VERT_ALIGN true
42 
43 // Default terminal for "Open Terminal" in konqueror
44 #define DEFAULT_TERMINAL "konsole"
45 
46 // Confirmations for deletions
47 #define DEFAULT_CONFIRMTRASH true
48 #define DEFAULT_CONFIRMDELETE true
49 #define DEFAULT_CONFIRMSHRED true

libkonq

Skip menu "libkonq"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

libkonq

Skip menu "libkonq"
  • kate
  • libkonq
  • twin
  •   lib
Generated for libkonq by doxygen 1.8.13
This website is maintained by Timothy Pearson.