14#include <Kanoop/gui/libkanoopgui.h>
55Q_DECLARE_OPERATORS_FOR_FLAGS(TitlebarButtonOptions)
KanoopGuiQt namespace containing GUI-specific enumerations and helpers.
WindowState
Top-level window state.
@ Closed
Window has been closed.
@ Maximized
Window is maximized.
@ NormalState
Window is in normal (restored) state.
@ Minimized
Window is minimized.
LIBKANOOPGUI_EXPORT void registerMetatypes()
Register KanoopGuiQt metatypes with Qt's type system.
DragState
Drag-and-drop gesture state.
@ NotDragging
No drag in progress.
@ Dragging
Active drag in progress.
@ MaybeDrag
Mouse pressed but threshold not reached.
TitlebarButtonOption
Title-bar button visibility flags.
@ CloseButton
Show the close button.
@ MinimizeButton
Show the minimize button.
@ MaximizeButton
Show the maximize button.