You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtruby/rubylib/designer/examples/colortool
Timothy Pearson 240957820c
Fix invalid headers in PNG files and optimize for size
8 years ago
..
images Fix invalid headers in PNG files and optimize for size 8 years ago
Makefile Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
colornameform.ui Initial TQt conversion 13 years ago
colornameform.ui.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
findform.ui Initial TQt conversion 13 years ago
findform.ui.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.rb Fix retquire 13 years ago
mainform.ui Initial TQt conversion 13 years ago
mainform.ui.rb Initial TQt conversion 13 years ago
optionsform.ui Initial TQt conversion 13 years ago

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.