📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -