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
toma 90825e2392
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
images 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
canvastext.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
canvasview.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
chartform.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
chartform_canvas.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
chartform_files.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
element.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
optionsform.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
setdataform.rb Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

A Complete Canvas Application

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