seanchas116 / ruby-qml

A QML / Qt Quick bindings for Ruby
http://seanchas116.github.io/ruby-qml
MIT License
136 stars 17 forks source link

Ruby qml files #44

Open Fulgurance opened 4 years ago

Fulgurance commented 4 years ago

Hello, in first, thanks you very much for your work :)

I have just problem, i have searched into web, but i haven't found solution. I have big project with qml into Ruby langage, but i would like to split qml code into multiple file. How can i do that ? I don't understand...

mathieujobin commented 4 years ago

I don't know for sure, maybe it should be the same as using QML in a C++ project.

https://doc.qt.io/qt-5/qtqml-index.html

I would refer to their main doc. help this helps

rubyFeedback commented 3 years ago

Hey mathieujobin,

I think this is a general problem. With few ruby folks out there, finding documentation or working examples is HARD. This is a chicken-egg problem. :(

Things were better in the past ... so we have to really work hard on providing high quality documentation for ruby. Python is indirectly crushing ruby, which is why the existing examples should be bundled as much as possible.