summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/designer/examples/colortool/README
blob: 99d2174b9289096d3bdfc29c58933893f38c83cc (plain)
1
2
3
4
5
6
7
8
This is the Qt Designer Tutorial 'Creating Dialogs' translated into QtRuby. It
shows how you can combine ruby code generated from .ui files with the rbuic
tool, with your own code.

The .ui files and images are identical to the original C++ versions.

It features a simple Makefile to run rbuic when you change the .ui files, and
regenerate the ruby sources.