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.
Timothy Pearson
6ade7e598a
|
13 years ago | |
---|---|---|
.. | ||
License.txt | 13 years ago | |
README | 13 years ago | |
application.cpp | 13 years ago | |
application.h | 13 years ago | |
application.pro | 13 years ago | |
fileopen.xpm | 13 years ago | |
fileprint.xpm | 13 years ago | |
filesave.xpm | 13 years ago | |
main.cpp | 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".