How should i build my GUI in Qt ?

Posted by Apollo on Stack Overflow See other posts from Stack Overflow or by Apollo
Published on 2011-01-05T16:45:55Z Indexed on 2011/01/07 5:53 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

I am wondering which way is the best to start building a GUI+SOFT in Qt. I am trying to build a sound media player based on a MVC pattern. Until now i have found 3 ways to do so.

1- Should I use a .ui file thanks to Qt designer, is it flexible enough ?

2- Should I use QML to make the design than integrate it to a C++ development ?

3- Should I just start from scratch and do it by hand without Qt Designer and using Qt library ?

Thank you very much for your answers.

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt