readme
来自「Trolltech公司发布的基于C++图形开发环境」· 代码 · 共 19 行
TXT
19 行
This small application makes it much easier to create custom widgetdescriptions for Qt Designer. Using them you can use custom widgetsin Qt Designer including their signals, slots and properties. The usual way to do this is to enter all the information in the customwidget dialog in Qt Designer for each widget. But this small tool cancreate these description files for your custom widgets which you thencan simply import into Qt Designer. So you can use your custom widgetswithout any additional work in your forms in Qt Designer.To do this you must modify the sourcecode (main.cpp) a bit andrecompile it afterwards. For further instructions how to use it seethe comments starting with STEP1 and STEP2 in main.cpp.Note that Qt Designer now supports widget plugins which are moreversatile and work just like built-in widgets, so you may prefer tomake your custom widgets into plugins. See the designer manual formore information.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?