17 #include <QtCore/qglobal.h> 19 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) 20 #include <QtGui/QHBoxLayout> 22 #include <QtWidgets/QHBoxLayout> 52 QWidget *
const mWrappedWidget;
56 QHBoxLayout *
const mLayout;
~LazyMainWidgetWrapper() override
Definition: lazyMainWidgetWrapper.cpp:35
Wrapper that adapts DisplayWidgetInterface to LazyMainWidget.
Definition: lazyMainWidgetWrapper.h:32
Definition: abstractIndicator.h:21
LazyMainWidgetWrapper(trikControl::DisplayWidgetInterface *wrappedWidget, QWidget *parent=nullptr)
Constructor.
Definition: lazyMainWidgetWrapper.cpp:21
void renewFocus() override
Set focus properly on this widget or one of its children.
Definition: lazyMainWidgetWrapper.cpp:30
Abstract class for widgets which will be used for conversation with user (but when it doesn't want to...
Definition: lazyMainWidget.h:31