Testing styles, ignore/delete this
-
Ignore/delete this, I'm just testing the styles, since posting is lacking a preview mode...
Bold text
Italic text
-Stroke through-- first bullet
- second bullet
* spaces, then bullet
numeric
second numeric
"linktest (test)":http://qt.nokia.com
bq. quoting some multilinetext
or does it need quote on every line?@
#include <QApplication>#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWindow window;
window.show();
return app.exec();
}
@