24#include "Utils/Pimpl.h"
26#include "Gui/Utils/Widgets/WidgetTemplate.h"
47 void setFloatingText(
const QString& text);
50 void paintEvent(QPaintEvent* event)
override;
51 void resizeEvent(QResizeEvent* event)
override;
57 void recalculateDimensions();
The FloatingLabel class. A QLabel where the text floats from left to right and vice versa so there's ...
Definition FloatingLabel.h:39