1 #ifndef QTMVVM_IPRESENTINGVIEW_H     2 #define QTMVVM_IPRESENTINGVIEW_H     4 #include <QtWidgets/qwidget.h>     6 #include "QtMvvmWidgets/qtmvvmwidgets_global.h"    19     virtual bool tryPresent(
QWidget *view) = 0;
    25 #define QtMvvm_IPresentingViewIid "de.skycoder42.qtmvvm.widgets.IPresentingView"    28 #endif // QTMVVM_IPRESENTINGVIEW_H A simple interface to make it possible for any view to present subviews. 
 
#define QtMvvm_IPresentingViewIid
The IID of the QtMvvm::IPresentingView class. 
 
The primary namespace of the QtMvvm library.