6
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
vor 4 Monaten
..
CMakeLists.txt Rename Qt => TQt. vor 2 Jahren
License.txt Removed unnecessary executable flag. This relates to bug 2153. vor 6 Jahren
README Rename Qt => TQt. vor 2 Jahren
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 4 Monaten
application.h Rename Qt => TQt. vor 2 Jahren
application.pro Rename Qt => TQt. vor 2 Jahren
fileopen.xpm Initial import of qscintilla from 2007 vor 13 Jahren
fileprint.xpm Initial import of qscintilla from 2007 vor 13 Jahren
filesave.xpm Initial import of qscintilla from 2007 vor 13 Jahren
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 4 Monaten

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