1 #ifndef QTMVVM_NETWORKEXCHANGEWINDOW_H     2 #define QTMVVM_NETWORKEXCHANGEWINDOW_H     4 #include <QtCore/qscopedpointer.h>     6 #include <QtMvvmDataSyncCore/networkexchangeviewmodel.h>     8 #include <QtWidgets/qwidget.h>    10 #include "QtMvvmDataSyncWidgets/qtmvvmdatasyncwidgets_global.h"    14 class NetworkExchangeWindowPrivate;
    34 #endif // QTMVVM_NETWORKEXCHANGEWINDOW_H The widgets view implementation for the NetworkExchangeViewModel. 
 
The base class for all viewmodels. 
 
The primary namespace of the QtMvvm library.