You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqscintilla/example
Slávek Banko 8081a13a66
Official Trinity Desktop Environment R14.0.8 release
6 years ago
..
License.txt Official Trinity Desktop Environment R14.0.8 release 6 years ago
README Initial import of qscintilla from 2007 13 years ago
application.cpp Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
application.h Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT 12 years ago
application.pro Initial import of qscintilla from 2007 13 years ago
fileopen.xpm Initial import of qscintilla from 2007 13 years ago
fileprint.xpm Initial import of qscintilla from 2007 13 years ago
filesave.xpm Initial import of qscintilla from 2007 13 years ago
main.cpp Initial automated TQt conversion 13 years ago

README

QSCINTILLA EXAMPLE

This directory contains a port of the standard application example included
with Qt that uses QScintilla rather than QTextEdit.

To build the example on all platforms, make sure QScintilla is installed and
then run:

	qmake application
	make

On Windows you may need to run "nmake" rather than "make".