Questions tagged [qt]

Qt is a cross-platform application development framework widely used for the development of GUI programs.

Qt (pronounced officially as cute (/kyut/) though commonly pronounced as Q.T. (/ˈkyu ti/)) is a cross-platform application development framework widely used for the development of GUI programs (where it functions like a cross-platform widget toolkit), and also used for developing non-GUI programs such as console tools and servers. wikipedia

Qt was created by Trolltech, and is currently developed and maintained by Digia.

Current version:

The latest official release is 5.3.2. The major version indicates API and binary compatibility.

Resources:

There is extensive official documentation (all classes) available on Qt's website, in addition to tutorials and examples. You will often see these tutorials and examples referenced in the questions and answers on this site. Qt also provides an integrated development environment named Qt Creator. Though it mainly aims at creating Qt applications, it can be used to create regular C++ applications.

Tagging recommendation:

You will often see questions tagged specifically as , , or to indicate that the question is related to Qt 3.x, 4.x, or 5.x respectively. Qt 3.x is no longer supported and Qt 5.x has been released a while ago, so the default when version information is lacking is to assume version 5.x of the API.

Writing recommendation

Qt is a cross-platform application development framework, but QT (QuickTime) - is an extensible multimedia framework developed by Apple Inc.

License

Qt is available under three different licenses:

  1. GNU General Public License (GPL) version 3.0
  2. GNU Lesser General Public License (LGPL) version 2.1
  3. Qt Commercial License (which comes in three versions with different features and prices: "Indie Mobile", "Professional" and "Enterprise")
37 questions
4
votes
3 answers

What are the advantages and limitations of using Qt for game development?

I know there is already a thread asking for example 3d games written using Qt. What I'd like to have a discussion about is whether or not Qt is a good framework for game development. In my experience Qt is a joy to work with and thanks to QML and…
Gagege
  • 360
  • 1
  • 3
  • 14
0
votes
0 answers

QT for commercial game

Hello to the community, I am developing a game for windows mainly and want to use QT for a lobby (the game is multiplayer) after that the game will run in another window full screen while the lobby made with QT will still be open. Can I use the open…
Mike F
  • 93
  • 7
0
votes
2 answers

looking for simple 3d games made with Qt

Hi i need to make simple education games in 3d for that i need GUI and editor like function this is no problem . but the openGL stuff i need to learn by example. do you know places where i see example of simple 3d games made with Qt ? Thanks
user3689
  • 847
  • 1
  • 16
  • 29