qtruby Questions
2
Solved
Everything I can find online about QtRuby uses Qt 4, but the current version of Qt is 5. Is this simply a matter of documentation not catching up with reality, where Qt 5 would work just fine with ...
1
Solved
I would like to know how I can connect to a signal that take parameters (using Ruby blocks).
I know how to connect to one which does not take parameters:
myCheckbox.connect(SIGNAL :clicked) { doS...
1
Solved
1
I want to store custom data using a model. For that, I am a bit confused as to which item model to choose for subclassing. I need some clarification as to which is the best model for subclassing? A...
1
Solved
Summary
I'm writing a Ruby 1.9.2 app using Qt4 for its GUI which I want to distribute on Linux, OS X and Windows. I have the app running fine on everything except my Windows 7 64-bit box.
There ...
2
Solved
Where can I find the documentation for ruby qt?
(ex. rdoc)
Karrah asked 3/10, 2009 at 4:31
2
Solved
I'm trying to create a simple application, written in Ruby via Qt. I designed a form (MainForm) in a Qt Designer and translated it via rbuic4 to the Ruby code representation. The pure untouched res...
Ardeth asked 24/11, 2009 at 19:20
3
I am writing a simple memory game using ruby + qt (trying to get away from c++ for while...)
In order to allow a X second timeout to view two open pieces, I need either timers or do the work in a b...
1
© 2022 - 2024 — McMap. All rights reserved.