Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
393 B

#ifndef QTMVVM_INPUTWIDGETFACTORY_P_H
#define QTMVVM_INPUTWIDGETFACTORY_P_H
#include "qtmvvmwidgets_global.h"
#include "inputwidgetfactory.h"
namespace QtMvvm {
class InputWidgetFactoryPrivate
{
public:
InputWidgetFactoryPrivate();
QHash<QByteArray, std::function<QWidget*(QWidget*)>> simpleWidgets;
QHash<QByteArray, QByteArray> aliases;
};
}
#endif // QTMVVM_INPUTWIDGETFACTORY_P_H