25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqscintilla/example
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 달 전
..
CMakeLists.txt Rename Qt => TQt. 2 년 전
License.txt Removed unnecessary executable flag. This relates to bug 2153. 6 년 전
README Rename Qt => TQt. 2 년 전
application.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 달 전
application.h Rename Qt => TQt. 2 년 전
application.pro Rename Qt => TQt. 2 년 전
fileopen.xpm Initial import of qscintilla from 2007 13 년 전
fileprint.xpm Initial import of qscintilla from 2007 13 년 전
filesave.xpm Initial import of qscintilla from 2007 13 년 전
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 달 전

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