qquickview Questions

1

Solved

When compiling with g++ -fsanitize=address I get a new-delete-type-mismatch. Is this code wrong? Or is this a Qt Bug? I found this in a large application and broke it down to the code below. I wan...
Investigator asked 18/5, 2018 at 10:22

2

Solved

I'm using QQmlApplicationEngine as follows: QGuiApplication app(argc, argv); QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); app.exec(); But now I want to ena...
Knop asked 20/10, 2016 at 11:37

1

I'm having a problem trying to insert a QML view into a native OSX window. I know it's possible, but I don't know what I'm doing wrong. Basically, my goal is, given a native NSView* to then embed ...
Foghorn asked 5/8, 2016 at 15:0

1

Solved

I have a requirement for my project to display two QML Windows each on one of the screen (one sender, one receiver). Both of the .qml requires me to include some Cpp models inside hence, I'm using ...
Goodspeed asked 8/7, 2015 at 16:47

1

Solved

We are developing an application with Qt/Qml (Qml is embedded in the QWidget). When deleting a QWidget that contains a QQuickView (embedded), the allocated memory won't be freed entirely. By addi...
Stephie asked 29/11, 2014 at 11:49

2

Solved

I am trying to change the default window of my project but it doesn't work. I am using QtQuick 2.0. Tried importing QtQuick.Window 2.0 and making Window{} as root object instead of Rectangle{} but ...
Lighterage asked 3/10, 2013 at 13:2
1

© 2022 - 2024 — McMap. All rights reserved.