Qt
De WikiDeveloppez.
(Différences entre les versions)
(→En C++) |
|||
=== En C++ === | === En C++ === | ||
| - | <tt>#include <QApplication> | + | <tt>#include <QApplication> |
| - | #include <QPushButton> | + | #include <QPushButton> |
| - | + | ||
| - | int main(int argc, char *argv[]) | + | int main(int argc, char *argv[]) |
| - | { | + | { |
| - | + | QApplication app(argc, argv); | |
| - | + | QPushButton hello("Hello world!"); | |
| - | + | hello.show(); | |
| - | + | return app.exec(); | |
| - | }</tt> | + | }</tt> |
== Qt SDK == | == Qt SDK == | ||
