How many frameworks are there in Qt?
-
I had read the Qt docs many times and sometimes I see some information about some frameworks in Qt like: Qt Quick Framework, Qt Model-View(-Delegate) Framework, Qt Graphics View Framework, Qt Concurrent Framework, Qt State Machine Framework, Qt Animation Framework, Qt Undo Framework. But I never see any docs that list all available frameworks on Qt (somethings like this docs for modules in Qt: http://doc.qt.io/qt-5/qtmodules.html ). I just want to know how many frameworks are there in Qt. Do you know?
-
Hi,
Quite a lot !
More seriously, I don't think there's a counter of since frameworks can come from other modules that one can choose not to build.
-
@DoHuuVi
i believe there is no official definition of such frameworks as you would like to see.
I understand Qt frameworks as a bundle of classes for a specific purpose. These frameworks are contained in different modules. -
@DoHuuVi said:
@SGaist : so we can chose to build which frameworks, right? -> so that I can list out all available frameworks by searching the "configure" command using for build Qt, right?
Not quite. You can choose which modules to build, but you cannot choose individual frameworks.
May I ask what you are trying to do?