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.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
CMakeLists.txt Rename Qt => TQt. 2 years ago
License.txt Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
README Rename Qt => TQt. 2 years ago
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
application.h Rename Qt => TQt. 2 years ago
application.pro Rename Qt => TQt. 2 years ago
fileopen.xpm Initial import of qscintilla from 2007 13 years ago
fileprint.xpm Initial import of qscintilla from 2007 13 years ago
filesave.xpm Initial import of qscintilla from 2007 13 years ago
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago

README

TQSCINTILLA EXAMPLE

This directory contains a port of the standard application example included
with TQt that uses TQScintilla rather than TQTextEdit.

To build the example on all platforms, make sure TQScintilla is installed and
then run:

	qmake application
	make

On Windows you may need to run "nmake" rather than "make".