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
Michele Calgaro 1eb017313b
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
9 months 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 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months ago
t3.cs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months ago
t4.cs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months ago
t5.cs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months ago
t6.cs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months ago
t7.cs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 9 months 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