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/qtsharp/src/examples/tutorials
Timothy Pearson ef5a04df56
Rename tqt3 color functions
12 years ago
..
Makefile.am 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
t1.cs Fix incorrect conversion 13 years ago
t2.cs Fix incorrect conversion 13 years ago
t3.cs Fix incorrect conversion 13 years ago
t4.cs Rename tqt3 color functions 12 years ago
t5.cs Rename tqt3 color functions 12 years ago
t6.cs Rename tqt3 color functions 12 years ago
t7.cs Rename tqt3 color functions 12 years ago
tutorials.build Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

These tutorials are translations of the C++ versions provided with
Qt 3.0.x. Tutorial 7 is included, but it does not yet work properly
because it is not yet possible to create custom signals.

Assuming that you're using Mono and that Qt.dll has been
installed in /opt/kde/lib you can compile the first tutorial
using

> mcs -L /opt/kde/lib -r Qt t1.cs

To run the first tutorial, use

> mono t1.exe