Search code examples
qtuser-interfaceframeworksprogramming-languages

Best framework/language for cross-platform modern GUI designs


Qt Widgets is my daily driver right now, but I feel like it is getting too basic for my needs and I am looking for something which is a bit more advanced.

What is a good language and framework for this task?

Thanks


Solution

  • If you're familiar with Qt, QtQuick can be a logical next step. QtQuick offers far more graphical functionality and modern capabilities than Qt widgets by comparison.

    The learning curve for QML can be a little steep at first, but the included examples when you install Qt do a pretty good job introducing the major concepts. Once I got the hang of it I've never wanted to bother with Qt widgets again.