readme
来自「Linux 下的图形编程环境。」· 代码 · 共 15 行
TXT
15 行
This small application makes it much easier to create custom widgetdescriptions for the Qt Designer. Using them you can use custom widgetsin the Qt Designer including their signals, slots and properties. To do that normally you would have to enter all that information inthe custom widget dialog in the Qt Designer for each widget. But thissmall tool can create for you these description files for your customwidgets which you then can simply import into the Qt Designer. So youcan use your custom widgets without any additional work in your formsin the Qt Designer then.To do that you have to 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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?