add first qml files
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include <QtCore>
|
||||
#include "qmlwrapper.h"
|
||||
|
||||
#include "views/startview/startview.h"
|
||||
|
||||
|
||||
qmlWrapper::qmlWrapper()
|
||||
{
|
||||
qDebug("qmlWrapperKonstruktor");
|
||||
|
||||
startView myStartView;
|
||||
myStartView.show();
|
||||
}
|
||||
|
||||
qmlWrapper::~qmlWrapper()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user