[Development] How to deal with C++ Interfaces in Qml?

2017-05-27 Thread c64zottel .
Hello, I am trying to figure out how to pass objects derived from a pure virtual class and encountered several issues (I guess): There are 2 classes derived from InputDeviceConfiguratorGate: JoystickDeviceConfigurator and KeyboardDeviceConfigurator. If I try to register them like: qmlRegisterUncr

[Development] [Qt-Quick] GridStar layout for QML

2017-05-27 Thread Casey Sanchez
I've created a grid layout that I find to be more functional than the default that is provided. For full documentation please see: https://forum.qt.io/topic/64699/gridstar-layout The Git Repo can be found here: https://github.com/Tannz0rz/GridStarLayout/tree/master/Quick Any suggestions are app