6#include <QtCore/QtGlobal>
7#if QT_VERSION >= 0x050000
8#include <QtWidgets/QLabel>
9#include <QtWidgets/QLineEdit>
11#include <QtGui/QLabel>
12#include <QtGui/QLineEdit>
28 iqtgui::TGuiComponentBase<QWidget>,
29 imod::TSingleModelObserverBase<idoc::IDocumentMetaInfo> >
68 typedef QMap<int, MetaInfoItem> MetaInfoItemsMap;
70 MetaInfoItemsMap m_metaInfoItemsMap;
Basic implementation for a single model observer with binding to concrete data object interface.
Base class for all Qt GUI componentes.
Join functionality of iqtgui::IGuiObject interface and imod::IObserver.
Set of change flags (its IDs).
This package contains Qt implementations related to Document/View concept.