Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
pirms 3 mēnešiem
..
CMakeLists.txt Rename Qt => TQt. pirms 2 gadiem
License.txt Removed unnecessary executable flag. This relates to bug 2153. pirms 6 gadiem
README Rename Qt => TQt. pirms 2 gadiem
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
application.h Rename Qt => TQt. pirms 2 gadiem
application.pro Rename Qt => TQt. pirms 2 gadiem
fileopen.xpm Initial import of qscintilla from 2007 pirms 13 gadiem
fileprint.xpm Initial import of qscintilla from 2007 pirms 13 gadiem
filesave.xpm Initial import of qscintilla from 2007 pirms 13 gadiem
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem

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