Closed acsvln closed 5 years ago
Have not found how to use QML with bindings... Are there QML support?
I haven't used it, but QML is implemented as part of QtDeclarative in Qt 4.8, and there is a qtdeclarative binding.
require 'Qt' require 'qtdeclarative' # Do Qt Declarative Stuff Here
Have not found how to use QML with bindings... Are there QML support?