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 ...
Strobotron asked 11/4, 2014 at 2:18

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...
Panache asked 4/12, 2012 at 0:59

1

Solved

Here you can see a list of third party language bindings for Qt like PySide, PyQt, QtJambi, QtRuby and PerlQt. I wanted to know who has developed these bindings? Are they all developed with diffe...
Chivalry asked 15/3, 2014 at 5:34

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...
Cousin asked 9/5, 2012 at 6:14

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 ...
Mceachern asked 28/9, 2011 at 1:0

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...
Spoofery asked 24/11, 2008 at 7:58
1

© 2022 - 2024 — McMap. All rights reserved.