KGuiAddons C++ Classes

Addons to QtGui. More...

Namespaces

KColorMimeData

Drag-and-drop and clipboard mimedata manipulation for QColor objects

KColorUtils

A set of methods used to work with colors

KFontUtils

Provides utility functions for font data

KIconUtils

Provides utility functions for icons

KJobWindows

Associate jobs with a window

Classes

KColorSchemeWatcher

Information about system-wide color preferences

KCountryFlagEmojiIconEngine

Provides emoji flags as icons This is a special icon engine that internally paints flags using emoji fonts. It provides access to country and region flags from the system emoji font

KCursorSaver

Class to temporarily set a mouse cursor and restore the previous one on destruction

KDateValidator

Validates user-entered dates

KKeySequenceRecorder

Record a QKeySequence by listening to key events in a window

KModifierKeyInfo

Get information about the state of the keyboard's modifier keys

KSharedPixmapCacheMixin

A simple wrapping layer over KSharedDataCache to support caching images and pixmaps

KSystemClipboard

Clipboard access for unfocussed windows

KWindowInsetsController

Access to window insets colors

KWordWrap

Word-wrap algorithm that takes into account beautifulness

Detailed Description

They provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input.

Color utilities

The KColorUtils namespace contains various small utilities to work with colors. KColorCollection provides handling of color collections ("pallettes"). KColorMimeData adds drag-and-drop and clipboard mimedata manipulation to QColor objects

Text utilities

KWordWrap is a special word wrapping algorithm that takes beauty into account. It can be used directly with QPainter or can return the wrapped text in a QString.

KDateValidator is a QValidator that validates user-entered dates.

KFontUtils::adaptFontSize() is a function that calculates the biggest font size (in points) that can be used to draw a text centered in a rectangle using word wrapping.

Keyboard utilities

KKeySequenceRecorder is a utility that records a QKeySequence by listening to key events in a window. This can be used to let the user modify predefined keyboard shortcuts for example.

Icon utilities

KIconUtils contains functions to add overlays on top of a QIcon.

Cursor utilities

KCursorSaver is used to temporarily set a mouse cursor and restore the previous one on destruction.