Qt-UI

Qt

Project Ideas | | Licensing

Qt is an

  • object-oriented User-interface written in C++
  • it has dual licensing terms (commercial and open-source)
  • long tradition (originated at Trolltech in Norway, then Nokia, now Digia)
  • it is available for
  • programming paradigm a flavor of the well-known Model-View-Controller concept
  • user interface is contructed by grouping widgets
    • via dragndrop UI builder (Qt Designer)
    • via creating new C++ objects
      • base class is QWIdget
    • new objects with new functionality is created by deriving from QWidget for example and overriding its members
  • widgets are organized as a tree, where each widget can have sub-widgets and so on


Project Ideas | | Licensing

Options: