17 #include <QtCore/qglobal.h> 19 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) 20 #include <QtGui/QWidget> 22 #include <QtWidgets/QWidget> Abstract class for widgets which will be used for conversation with user.
Definition: mainWidget.h:28
LazyMainWidget(QWidget *parent=0)
Constructor.
Definition: lazyMainWidget.h:38
Definition: abstractIndicator.h:21
void hideMe()
Emitted when the widget wants it to be hidden.
Abstract class for widgets which will be used for conversation with user (but when it doesn't want to...
Definition: lazyMainWidget.h:31
void showMe(trikGui::MainWidget &widget)
Emitted when the widget wants it to be shown.