6
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 meses atrás
..
CMakeLists.txt Rename Qt => TQt. 2 anos atrás
License.txt Removed unnecessary executable flag. This relates to bug 2153. 6 anos atrás
README Rename Qt => TQt. 2 anos atrás
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
application.h Rename Qt => TQt. 2 anos atrás
application.pro Rename Qt => TQt. 2 anos atrás
fileopen.xpm Initial import of qscintilla from 2007 13 anos atrás
fileprint.xpm Initial import of qscintilla from 2007 13 anos atrás
filesave.xpm Initial import of qscintilla from 2007 13 anos atrás
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás

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