I was reading here that Qt Desktop Components are now part of QtQuick.
There is no reason I am using QtQuick 1 and not QtQuick 2. The article did not mention I have to use 2.
I have never ported anything with QML so this is all new to me.
The original code before my 'port' looked like this:
import QtQuick 1.1
import QtDesktop 0.1 as Desktop
BaseSlider{
id: slider
groove: Desktop.StyleItem {
anchors.fill:parent
elementType: "slider"
...
import QtQuick 1.1
import QtDesktop 0.1 as Desktop
BaseSlider{
id: slider
groove: Desktop.StyleItem {
anchors.fill:parent
elementType: "slider"
...
To copy to clipboard, switch view to plain text mode
Bookmarks