Skip to content

en_win_Qt

mathildemerle edited this page Oct 13, 2021 · 4 revisions

Qt5

Description

Qt is an open source toolbox of widgets. It allows to create graphic user interfaces ainsi and multi-plateformes applications. These applications can be run on different hardware and software platforms.

Usage

It serves as a base for the medInria GUI and also provides an abstraction of the operating system for example to plugin loading.

Related pages

Installation

Process

Launch Qt installation.

Enter your Qt account.





Select the preferred installation directory in C: \ Qt.




Select the version of Qt corresponding to the chosen Visual Studio, here MSVC 2017 64-bit.




The installation takes a while.



Add "C:\Qt\5.12.11\msvc2017_64\bin" for instance to your PATH.

Warning

With Qt comes the QtCreator IDE, if you want to use it you will still have to install Visual Studio to get the compiler.

Next installation

CMake is the next installation step.
CMake