KToolBarSpacerAction Class
An extension to QAction which allows for adding a spacer item into a QToolBar / KToolBar. More...
Header: | #include <KToolBarSpacerAction> |
CMake: | find_package(KF6 REQUIRED COMPONENTS WidgetsAddons) target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons) |
Inherits: | QWidgetAction |
Public Functions
KToolBarSpacerAction(QObject *parent) |
Detailed Description
This is useful if you want to align at the right (or left if RTL) and need something that pushes the element to the end of the tool bar.
Member Function Documentation
[explicit]
KToolBarSpacerAction::KToolBarSpacerAction(QObject *parent)
Creates a new toolbar spacer action.
parent The action's parent object.