play around with Scintilla and Lexilla
This commit is contained in:
7
main.cpp
7
main.cpp
@ -6,7 +6,6 @@
|
||||
#include <KLocalizedString>
|
||||
#include <KIconTheme>
|
||||
#include <KStyleManager>
|
||||
#include <QSci/qsciglobal.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@ -26,8 +25,10 @@ int main(int argc, char *argv[])
|
||||
QString(),
|
||||
QString(),
|
||||
QStringLiteral("https://blumia.net"));
|
||||
aboutData.addComponent("QsciScintilla", "A port to Qt6 of Neil Hodgson's Scintilla C++ editor class",
|
||||
QSCINTILLA_VERSION_STR, "https://www.riverbankcomputing.com/software/qscintilla/intro");
|
||||
aboutData.addComponent("Scintilla", "A free source code editing component.",
|
||||
"5.5.0", "https://scintilla.org/");
|
||||
aboutData.addComponent("Lexilla", "A library of lexers that can be used with Scintilla.",
|
||||
"5.3.2", "https://www.scintilla.org/Lexilla.html");
|
||||
KAboutData::setApplicationData(aboutData);
|
||||
a.setWindowIcon(QIcon::fromTheme(QStringLiteral("accessories-text-editor")));
|
||||
|
||||
|
Reference in New Issue
Block a user