QT自定义控件整合
发布网友
发布时间:2022-04-19 19:12
我来回答
共1个回答
热心网友
时间:2023-06-22 02:12
复制到:qtsdk-2010.05/bin/designer
进入Designer标签,tools -> Form Editor -> About QT Designer Plugin里是搜索到的控件,错误的控件有提示,比如Debug和Release选的不对。
--------------------------------------
你是在Windows里用QT
官方说:
The version of QT Creator shipped with the QT SDK Open Source version for windows is build using Visual Studio, whereas the SDK is build with and supports g++ (MinGW). This doesn’t cause too many problems, but it totally defeats building and installing QT Designer plugins into QT Creator. The error message is:
Expected build key “Windows msvc release full-config” got “Windows mingw release full-config”
It can be solved three different ways:
1) Build QT Creator from source with MinGW
2) Build the plugin with Visual Studio
3) Build QT Creator with build key checking turned off.