ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

QML support #155

Closed acsvln closed 5 years ago

acsvln commented 5 years ago

Have not found how to use QML with bindings... Are there QML support?

ghost commented 5 years ago

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