Syntax Highlighter Preview
Qt.io webservices
3
Posts
2
Posters
1.7k
Views
1
Watching
-
Would it be possible to have the syntax highlighter work when the preview button is pressed so that we can see what we are going to get before posting.
When I enter the following and press preview it displays as plain text.
@#include <QtGui>
// Include header files for application components.
// ...int main(int argc, char *argv[])
{
QApplication app(argc, argv);// Set up and show widgets. // ... return app.exec
}@