Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
před 3 měsíci
..
CMakeLists.txt Rename Qt => TQt. před 2 roky
License.txt Removed unnecessary executable flag. This relates to bug 2153. před 6 roky
README Rename Qt => TQt. před 2 roky
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
application.h Rename Qt => TQt. před 2 roky
application.pro Rename Qt => TQt. před 2 roky
fileopen.xpm Initial import of qscintilla from 2007 před 13 roky
fileprint.xpm Initial import of qscintilla from 2007 před 13 roky
filesave.xpm Initial import of qscintilla from 2007 před 13 roky
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci

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