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/examples/qt-examples/chart
Michele Calgaro faf33629bb
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
images Initial TQt conversion 13 years ago
README Initial TQt conversion 13 years ago
canvastext.rb Initial TQt conversion 13 years ago
canvasview.rb Initial TQt conversion 13 years ago
chartform.rb Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
chartform_canvas.rb Initial TQt conversion 13 years ago
chartform_files.rb Initial TQt conversion 13 years ago
element.rb Initial TQt conversion 13 years ago
main.rb Fix retquire 13 years ago
optionsform.rb Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
setdataform.rb Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago

README

A Complete Canvas Application

This is a complete example program with a main window, menus and
toolbars. The main widget is a TQt::Canvas, and this example
demonstrates basic canvas usage. 
    
This example is the subject of Qt Tutorial #2