Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm trying to use QMapControl (that implements QWidget) with an existing QML Controls. The issue is:
- QMapControl's default constructor crashes (Don't know why, Don't wanna know), so I can't create it from QML after registering the class.
- Existing QML controls are distributed allover the screen floating over the map control. So without a transparent Background in QQuickView (witch I gave up after being overwhelmed by all the changes in Qt5.0/5.2) QWidget-based UI won't work either.
So now I'm hoping I could create the QMapControl in C++ then view it in a QML Container.
Any ideas or suggestions?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900