Skip to content

Instantly share code, notes, and snippets.

@s4eidhp
Last active November 26, 2025 10:10
Show Gist options
  • Select an option

  • Save s4eidhp/9aea034bb66b7e1d5a47cf108ffd9a79 to your computer and use it in GitHub Desktop.

Select an option

Save s4eidhp/9aea034bb66b7e1d5a47cf108ffd9a79 to your computer and use it in GitHub Desktop.
  • Qt is a set of libraries written in C++
  • splits into major parts:
    • Core: non visual classed
    • Widgets: older GUI runs on desktop
    • QML: newer GUI runs anywhere
  • Qt build process:
    • Preprocessor
    • Qt MOC (Meta Object Compiler)
    • Compiler
    • Linker
    • Finished binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment