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 месеца
..
CMakeLists.txt Rename Qt => TQt. преди 2 години
License.txt Removed unnecessary executable flag. This relates to bug 2153. преди 6 години
README Rename Qt => TQt. преди 2 години
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
application.h Rename Qt => TQt. преди 2 години
application.pro Rename Qt => TQt. преди 2 години
fileopen.xpm Initial import of qscintilla from 2007 преди 13 години
fileprint.xpm Initial import of qscintilla from 2007 преди 13 години
filesave.xpm Initial import of qscintilla from 2007 преди 13 години
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца

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".