KDEUI
kglobalsettings.h
Go to the documentation of this file.
537 static QPalette createNewApplicationPalette(const KSharedConfigPtr &config = KSharedConfigPtr());
static bool wheelMouseZooms()
Typically, QScrollView derived classes can be scrolled fast by holding down the Ctrl-button during wh...
Definition kglobalsettings.cpp:707
static bool shadeSortColumn()
Returns if the sorted column in a K3ListView shall be drawn with a shaded background color.
Definition kglobalsettings.cpp:375
static QColor inactiveTitleColor()
The default color to use for inactive titles.
Definition kglobalsettings.cpp:317
static QString desktopPath()
The path to the desktop directory of the current user.
Definition kglobalsettings.cpp:626
static QFont smallestReadableFont()
Returns the smallest readable font.
Definition kglobalsettings.cpp:470
static bool singleClick()
Returns whether KDE runs in single (default) or double click mode.
Definition kglobalsettings.cpp:233
static QString videosPath()
The path where videos are stored of the current user.
Definition kglobalsettings.cpp:676
static int dndEventDelay()
Returns a threshold in pixels for drag & drop operations.
Definition kglobalsettings.cpp:227
static qreal contrastF(const KSharedConfigPtr &config=KSharedConfigPtr())
Returns the contrast for borders as a floating point value.
Definition kglobalsettings.cpp:366
void naturalSortingChanged()
Emitted when the natural sorting has been changed.
static QColor activeTextColor()
The default color to use for active texts.
Definition kglobalsettings.cpp:350
void kdisplayPaletteChanged()
Emitted when the application has changed its palette due to a KControl request.
static QString musicPath()
The path where music are stored of the current user.
Definition kglobalsettings.cpp:688
void kdisplayStyleChanged()
Emitted when the application has changed its GUI style in response to a KControl request.
void appearanceChanged()
Emitted when the application has changed either its GUI style, its font or its palette in response to...
Completion
This enum describes the completion mode used for by the KCompletion class.
Definition kglobalsettings.h:179
@ CompletionPopup
Lists all possible matches in a popup list-box to choose from.
Definition kglobalsettings.h:199
@ CompletionShell
Complete text much in the same way as a typical *nix shell would.
Definition kglobalsettings.h:195
@ CompletionMan
Same as automatic except shortest match is used for completion.
Definition kglobalsettings.h:191
@ CompletionPopupAuto
Lists all possible matches in a popup list-box to choose from, and automatically fill the result when...
Definition kglobalsettings.h:204
void kdisplayFontChanged()
Emitted when the application has changed its font in response to a KControl request.
static QFont largeFont(const QString &text=QString())
Returns a font of approx.
Definition kglobalsettings.cpp:540
static bool allowDefaultBackgroundImages()
Returns if default background images are allowed by the color scheme.
Definition kglobalsettings.cpp:381
static QRect desktopGeometry(const QPoint &point)
This function returns the desktop geometry for an application that needs to set the geometry of a wid...
Definition kglobalsettings.cpp:732
static bool smoothScroll()
Returns if item views should force smooth scrolling.
Definition kglobalsettings.cpp:239
static QString documentPath()
The path where documents are stored of the current user.
Definition kglobalsettings.cpp:646
static KMouseSettings & mouseSettings()
This returns the current mouse settings.
Definition kglobalsettings.cpp:613
void iconChanged(int group)
Emitted when the global icon settings have been changed.
static bool showIconsOnPushButtons()
This function determines if the user wishes to see icons on the push buttons.
Definition kglobalsettings.cpp:768
static QColor inactiveTextColor()
The default color to use for inactive texts.
Definition kglobalsettings.cpp:328
static bool naturalSorting()
Returns true, if user visible strings should be sorted in a natural way: image 1.jpg image 2....
Definition kglobalsettings.cpp:775
void toolbarAppearanceChanged(int)
Emitted when the settings for toolbars have been changed.
static QString autostartPath()
The path to the autostart directory of the current user.
Definition kglobalsettings.cpp:633
static QColor activeTitleColor()
The default color to use for active titles.
Definition kglobalsettings.cpp:339
TearOffHandle
This enum describes the return type for insertTearOffHandle() whether to insert a handle or not.
Definition kglobalsettings.h:130
static QRect splashScreenDesktopGeometry()
This function returns the desktop geometry for an application's splash screen.
Definition kglobalsettings.cpp:713
void settingsChanged(int category)
Emitted when the global settings have been changed.
static QString picturesPath()
The path where pictures are stored of the current user.
Definition kglobalsettings.cpp:682
static QFont windowTitleFont()
Returns the default window title font.
Definition kglobalsettings.cpp:462
static QString downloadPath()
The path where download are stored of the current user.
Definition kglobalsettings.cpp:652
KSharedPtr< KSharedConfig > KSharedConfigPtr
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.