Qt 2016

From HPC users
Revision as of 15:15, 5 March 2019 by Schwietzer (talk | contribs) (Created page with "== Introduction == Qt (pronounced "cute") is a free and open-source widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Qt (pronounced "cute") is a free and open-source widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms. ¹

Installed version

The currently installed version is available on environment hpc-env/6.4:


Using Qt

If you want to find out more about Qt on the HPC Cluster, you can use the command

module spider Qt

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g.

module load hpc-env 6.4
module load Qt

Always remember: this command is case sensitive!


Documentation

The full documentation can be found [ here].