Qt in C++ [] (Qt in C++), Lektion, Seite 722510
https://www.purl.org/stefan_ram/pub/qt_c++ (Permalink) ist die kanonische URI dieser Seite.
Stefan Ram

Qt

Fernkopie

Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB) (Info)

http://qt-project.org/downloads

http://qt.mirror.constant.com/official_releases/qt/5.1/5.1.1/qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe

wget --restrict-file-names=windows -c "-O qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe" "http://qt.mirror.constant.com/official_releases/qt/5.1/5.1.1/qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe"

Installation

Welcome

[ Next > ]
Installation Folder
C:\Qt\Qt5.1.1
[ ✓ ] Associate Common File Types with Qt Creator
[ Next > ]
Select Components
[ ✓ ] Qt 5.1.1
[ ✓ ] Tools
[ Next > ]
License Agreement
( ● ) I have read and agree …
[ Next > ]
Start Menu Shortcuts
[ Next > ]
Ready to Install
[ Install ]
Do you want to allow … (Windows Admin)
[ Yes ]
Installation finished!
[ Next > ]
Completing the Qt 5.1.1 Wizard
[ ✓ ] Launch Qt Creator
[ ✓ ] Open Qt 5.1.1 ReadMe
[ Finish ]

Qt Creator

Create Project

Qt Gui Application

[ Next > ]
[ Next > ]
[ Next > ]
[ Finish ]
[ F5 ]

Dev-C++

Alle include-Verzeichnisse angeben

lib-Verzeichnis angeben

libs einbinden (Dateinamen enden mit ».a«) (etwa wie: -lqtmain -lQtGui4 -lQtCore4 )

Beispiel

#include <QApplication>

#include <QFont>

#include <QPushButton>



int main(int argc, char *argv[]) {

    QApplication    app(argc, argv);

    QPushButton     quit("Quit!");

    

    quit.resize(600, 30);

    quit.setFont(QFont("Arial", 18, QFont::Bold));

    QObject::connect(&quit, SIGNAL(clicked()), &app, SLOT(quit()));

    quit.show();

    

    return app.exec();

}

  

Seiteninformationen und Impressum   |   Mitteilungsformular  |   "ram@zedat.fu-berlin.de" (ohne die Anführungszeichen) ist die Netzpostadresse von Stefan Ram.   |   Eine Verbindung zur Stefan-Ram-Startseite befindet sich oben auf dieser Seite hinter dem Text "Stefan Ram".)  |   Der Urheber dieses Textes ist Stefan Ram. Alle Rechte sind vorbehalten. Diese Seite ist eine Veröffentlichung von Stefan Ram. L'autore di questo testo è Stefan Ram. Tutti i diritti riservati. Questo sito è pubblicato da Stefan Ram. Schlüsselwörter zu dieser Seite/relevant keywords describing this page: Stefan Ram Berlin slrprd slrprd stefanramberlin spellched stefanram722510 stefan_ram:722510 Qt in C++ Stefan Ram, Berlin, and, or, near, uni, online, slrprd, slrprdqxx, slrprddoc, slrprd722510, slrprddef722510, PbclevtugFgrsnaEnz Erklärung, Beschreibung, Info, Information, Hinweis,

Der Urheber dieses Textes ist Stefan Ram. Alle Rechte sind vorbehalten. Diese Seite ist eine Veröffentlichung von Stefan Ram.
https://www.purl.org/stefan_ram/pub/qt_c++