Sandbox: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Initial Edit)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
== Welcome to the Sandbox ==
Here you can try out the [http://www.mediawiki.org/wiki/Help:Formatting MediaWiki Markup] and our [[Special:AllPages/Template:|Qt Wiki Templates]].


<code>
Info about this Wiki:
#include <QApplication>
#include <QPushButton>


int main(int argc, char *argv[])
{|
{
| '''Site Name:''' || {{SITENAME}}
QApplication app(argc, argv);
|-
| '''Server Name:''' || {{SERVERNAME}}
|}


QPushButton hello("Hello world!");
Info about this page:
hello.resize(100, 30);


hello.show();
{|
return app.exec();
| '''Page Name:''' || {{PAGENAME}}
}
|}
</code>
 
Localisation Test: [[Sandbox/de]]

Revision as of 18:28, 8 March 2015

Welcome to the Sandbox

Here you can try out the MediaWiki Markup and our Qt Wiki Templates.

Info about this Wiki:

Site Name: Qt Wiki
Server Name: wiki.qt.io

Info about this page:

Page Name: Sandbox

Localisation Test: Sandbox/de