使用预先构建的Qt Creator构建QtTreePropertyBrowser包

时间:2014-01-27 09:46:37

标签: build widget qt-creator

我找到了一个link,我正在搜索我的Qt Creator上的“QtTreePropertyBrowser”小部件。不过,我不知道如何构建它。什么是工作流程?我正在使用Qt Creator,它是从Synaptic Manager,Ubuntu(预建)中构建的。我应该先从源代码编译Qt Creator,以便构建我刚刚找到的QtTreePropertyBrowser包吗?

提前致谢。

1 个答案:

答案 0 :(得分:1)

我从未尝试过构建Q4-Designer并将其集成到Qt-Designer中,所以以下只是一个猜测,但我希望我向您展示正确的方向:您不需要编译Qt-Creator,您需要的是编译作为Qt Designer插件的组件。我可以推荐两个文件:

您找到的源代码中有一个INSTALL.TXT,它会尝试回答您提出的一些问题。这些是头条新闻:

INSTALLATION INSTRUCTIONS
Unpacking and installation
1.  Unpacking the archive (if you have not done so already).
2.  Configuring the package.
3.  Building the component and examples (when required).
4.  Building the Qt Designer plugin (optional).
Using a component in your project

在Qt的doc中有一个名为Creating Custom Widgets for Qt Designer的页面。