(C++) Qt

March 10, 2018 ยท View on GitHub

The Qt library is the library used by Qt Creator.

  • Qt FAQ page
  • Qt examples
  • Qt classes
  • Qt class design

Advice

  • Understand the Qt containers. Prefer the Standard Library ones. Don't use the Qt containers (unless you have to) [1]

External links

  • Wikipedia page about Qt
  • CppCon 2017: Simon Hausmann 'Inside the Qt Object Model'
  • CppCon 2017: Giuseppe D'Angelo 'Effective Qt (2017 edition)'

References

    1. CppCon 2017: Giuseppe D'Angelo 'Effective Qt (2017 edition)'

Contents

  1. 1Advice
  2. 2External links
  3. 3References