Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 mesi fa
..
CMakeLists.txt Rename Qt => TQt. 2 anni fa
License.txt Removed unnecessary executable flag. This relates to bug 2153. 6 anni fa
README Rename Qt => TQt. 2 anni fa
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 mesi fa
application.h Rename Qt => TQt. 2 anni fa
application.pro Rename Qt => TQt. 2 anni fa
fileopen.xpm Initial import of qscintilla from 2007 13 anni fa
fileprint.xpm Initial import of qscintilla from 2007 13 anni fa
filesave.xpm Initial import of qscintilla from 2007 13 anni fa
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 mesi fa

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