qtruby
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.[详细]
2023-04-08 16:43 分类:问答QtRuby with DRb or EventMachine
I would like to write an application in Ruby using Qt which will communicate ov开发者_开发问答er the network with other instances.[详细]
2023-03-18 10:54 分类:问答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[详细]
2023-03-10 22:45 分类:问答Strange treeview behaviour: strikeout text only if bold
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[详细]
2023-02-21 12:38 分类:问答my own c++ qt library to be used in qtruby, qtpython etc
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.[详细]
2023-01-23 12:15 分类:问答Packaging and distributing a QtRuby app as a gem? Or how?
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:[详细]
2023-01-22 18:02 分类:问答Updating a QGraphicsTextItem on text change
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[详细]
2023-01-17 17:24 分类:问答Qt QLineEdit custom validation in ruby
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[详细]
2023-01-08 22:40 分类:问答Ruby: creating a simple application in Qt
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[详细]
2022-12-12 04:28 分类:问答