InfoOverlayWidget
Qualified name: mv::gui::InfoOverlayWidget
-
class InfoOverlayWidget : public mv::gui::InfoWidget
Info overlay widget class.
Overlays the parent widget with an info widget (and synchronizes with its geometry) .
- Author
Thomas Kroes
Public Functions
-
InfoOverlayWidget(QWidget *parent)
Construct with
parent.- Parameters:
parent – Pointer to parent widget
-
InfoOverlayWidget(QWidget *parent, const QIcon &icon, const QString &title, const QString &description = "")
Construct with \parent,
icon,title,description,backgroundColorandtextColor.- Parameters:
parent – Pointer to parent widget
icon – Icon
title – Title of the overlay
description – Overlay description
-
util::WidgetFader &getWidgetFader()
Get widget fader.
- Returns:
Reference to widget fader