添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Welcome to Qt Centre .

Qt Centre is a community site devoted to programming in C++ using the Qt framework . Over 90 percent of questions asked here gets answered. If you are looking for information about Qt related issue — register and post your question.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today !

If you have any problems with the registration process or your account login, please contact us .

Qt Creator and Visual Studio are two different, independent development environments. Which one are you using for your development?
I do not use the VS Community edition, but I am pretty sure the settings will be similar if not the same as the commercial edition. In Visual Studio, right click the name of your project in the Solution Explorer pane. Select Properties. When the Property Pages dialog appears, click the General category from the Configuration Properties tree. Be sure you have selected the Release configuration at the top of the dialog, then change the "Output Directory" setting to "C:\Qt\6.5.0\msvc2019_64\plugins\designer". Click OK, then save your project. See the attached screenshot.
VisualStudio.jpg
Qt Creator and Visual Studio are two different, independent development environments. Which one are you using for your development?
I do not use the VS Community edition, but I am pretty sure the settings will be similar if not the same as the commercial edition. In Visual Studio, right click the name of your project in the Solution Explorer pane. Select Properties. When the Property Pages dialog appears, click the General category from the Configuration Properties tree. Be sure you have selected the Release configuration at the top of the dialog, then change the "Output Directory" setting to "C:\Qt\6.5.0\msvc2019_64\plugins\designer". Click OK, then save your project. See the attached screenshot.
VisualStudio.jpg
Thanks you