Any QSlider, QRadioButton, or QSpinBox already built into QML and QtQuick?
-
I wrote a small game in Qt C++ and now trying to migrate part of it to QML. I've got a little config panel of sliders and stuff that I want to move over to QML. So far, I was able to create a C++ QDeclarativeItem object to encapsulate a QSlider and then use 'qmlRegisterType' to expose that new class to QML. The slider displays, although I can't really interact with it, so it seems that I'd have to redefine every one of the interface functions and link it up between QML and the Declarative C++ class to make it work correctly. I'm hoping that's already done somewhere and I just haven't found it yet.
-
How do I find out what modules are available? Currently I'm developing on either Ubuntu 12.04 or Windows 7, just running the application on the desktop at the moment. So none of the cellphone OS platforms apply. I tried "import com.nokia.mingw 1.4" etc but don't know where to find what the current versions are.
-
See "Desktop Components":http://labs.qt.nokia.com/2012/06/06/desktop-components-for-qt-5/,