Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

Can QtRuby applications be deployed on Apple's App Store?

I'm debating whether I should go with MacRuby or QtRuby. I definitely want to deploy my app on the App Store, however. If QtRuby cannot be deployed on the App Store, I will have to use MacRuby.
0
votes
0answers
27 views

make a TableModel editable with Qt and Ruby

I have the following code class CustomerTableModel < Qt::AbstractTableModel ... def flag index return Qt::ItemIsEditable; end def setData index, value, role = Qt::EditRole ...
0
votes
1answer
56 views

Qt Model/View programming examples and tutorials in Ruby

I'm learning about Qt Model/View with Ruby and I'm trying run the following code require 'Qt4' class MyModel < Qt::AbstractListModel def initialize(data = []) super() @data ...
1
vote
1answer
29 views

handling event in qtruby

I trying Qt with Ruby and QtDesigner but I don't understand how to handle events. I read and tried signals and slots but I don't see how I customize behavior for example if I want to trigger an action ...
0
votes
0answers
17 views

cmake and qtruby error

I want to install qtruby when I run command "cmake ." I get an error. Here is the output error. What am I doing wrong?
0
votes
0answers
97 views

JRuby Complete with QT Jambi

I am trying to get JRuby and QTJambi to work together, in order to have a portable, cross-platform solution to using the QT Framework with Ruby. I have actually been able to get this to work ...
0
votes
2answers
69 views

How can I create debian package (*.deb) from ruby application written with qt4?

I found a lot of tutorials how to build application with Ruby and Qt, but i have no idea how anybody else will be able to run it! I am using Ubuntu 11.10, ruby 1.9.2 with rvm and: rbqtapi -v output ...
0
votes
1answer
18 views

Can't display more than one table model inheriting from the same class on different tables in QtRuby

I've been following this article to display ActiveRecord data in QtRuby. I've copied the BoatTableModel class from there(used my own code for the rest). In the article, BoatTableModel is defined to ...
0
votes
1answer
80 views

How to build Qt Ruby/ruby-KDE/Qt Bindings on Windows?

Does anyone know where I can check out the latest source code of http://techbase.kde.org/Development/Languages/Ruby and how I can build it on Windows? I would like to build the latest version against ...
0
votes
1answer
141 views

Qt4 QtRuby installer

I'm following this tutorial for QtRuby --@ http://tom.paschenda.org/blog/?p=38 At one point I have to go on this site : --@ ...
7
votes
1answer
1k views

How can I get Qt4 running with ruby 1.9.2 on Windows 7?

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 ...
0
votes
0answers
128 views

Problem installing Qt Ruby

I am trying to install Qt Ruby, but am having problems building the source code. I am running Ruby 1.9.2 on Linux Mint 11 and used these steps to get it running: ...
0
votes
1answer
94 views

QtRuby with DRb or EventMachine

I would like to write an application in Ruby using Qt which will communicate over the network with other instances. How can I integrate Qt's event loop with DRb or EventMachine? EDIT: I found the ...
1
vote
1answer
471 views

QFileSystemModel — Detecting empty folder (with 'AllDirs' filter)?

I'm using Qt 4.6 within Ruby (via QtRuby) and am trying to make a generic Directory Selection Dialog which displays a small "loading" glyph whilst the file system is being queried and the Directory ...
0
votes
1answer
189 views

Problem when requiring 'Qt4' in Ruby 1.8.7

I have successfully installed: Ruby 1.8.7-p334 Rubygems 1.7.2 rake 0.9.0 qtruby4 2.1.0 mswin32 Now the following block of code require 'rubygems' require 'Qt4' gives me an error: ...

1 2
15 30 50 per page