Qt
De WikiDeveloppez.
(Différences entre les versions)
(→Programmes simples avec Qt) |
(→En C# avec Qyoto) |
||
public class HelloWorld | public class HelloWorld | ||
{ | { | ||
- | public static int Main(String[] args) { | + | public static int Main(String[] args) |
+ | { | ||
QApplication app = new QApplication(args); | QApplication app = new QApplication(args); | ||
QPushButton hello = new QPushButton("Hello world!"); | QPushButton hello = new QPushButton("Hello world!"); |