![]() |
Scanframe Modular Application 0.1.0
|
Custom title bar widget for a QDockWidget instance. Provides a title, dock/undock button, and close button. Emits a signal when dock state should be toggled. More...
#include <DockTitleBar.h>


Public Member Functions | |
| DockTitleBar (QDockWidget *parent) | |
| Qt constructor. | |
| ~DockTitleBar () override | |
| Overridden destructor. | |
| void | setTitle (const QString &title) |
| Sets the title text. | |
| QString | title () const |
| Gets the title. | |
Custom title bar widget for a QDockWidget instance. Provides a title, dock/undock button, and close button. Emits a signal when dock state should be toggled.
|
explicit |
Qt constructor.
|
override |
Overridden destructor.
| void sf::DockTitleBar::setTitle | ( | const QString & | title | ) |
Sets the title text.
| QString sf::DockTitleBar::title | ( | ) | const |
Gets the title.