How do I create a custom slot in qt4 designer?

前端 未结 10 564
我在风中等你
我在风中等你 2020-12-14 18:29

Whenever I use the signal/slot editor dialog box, I have to choose from the existing list of slots. So the question is how do I create a custom named slot?

10条回答
  •  独厮守ぢ
    2020-12-14 18:49

    right click on the main window and select "change signals and slots" and add a new slot. It will appear in your signal slot editor.

提交回复
热议问题