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.
I would like to write an application in Ruby using Qt which will communicate ov开发者_开发问答er the network with other instances.
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
I need to show some treeview item text striked out text into a QT treeview from Ruby. After some reading on QT documentation and much coding, I found that only when rendering font in bold, also the st
I\'m starting an institute project. I\'ll try to create a \"web-typograph\", a tool that\'s to be used to correct texts (according to typographic rules of a language) before they\'re sent to the site.
I have finished developing a GUI desktop Ruby application that uses Qt through the qtbindings gem, and I need to release it with a few requirements:
I’ve been working with QGraphicsTextItem. I currently have the laid out in a scene, each depicting a physical page of text. Right now I’m overriding the keyReleaseEvent function to redistribute the
I am trying to implement QLineEdit\'s text which is all capital letters no matter what user types in. I have found several solutions, none of them working in Ruby. In brief I haveQLineEdit object sear
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 resul