where can i download qt designer source code?for example,this qt designer software,thanks
Unsolved
Qt Creator and other tools
-
Hi @misa,
The source code is here: https://code.qt.io/cgit/qt/qttools.git/tree/src/designer
You can clone the containing git repository with
git clone git://code.qt.io/qt/qttools.git
regards
-
the build error is following:
I guess it's not supposed to be built in this way. Looks like I should build it as a new Qt module like described "here":http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qt#55af8d3b581bc7a96ac2a08eb19da92c. Please correct me if I'm wrong.