打开qcombobox和相关信号

时间:2013-09-20 12:28:09

标签: c++ python qt signals-slots qcombobox

我写了以下连接:

QtCore.QObject.connect(self.comboBox, QtCore.SIGNAL(_fromUtf8("foobar")), lambda:  self.materialsInstance.addToComboBox_Insert(self))

根据我的代码,我将foobar写为signal,我需要在用户点击或打开QComboBox slot self.materialsInstance.addToComboBox_Insertemitted。但是我不知道相关的Signal

注意:我的QComboBox为空。

我的问题是,打开或点击signal有什么相关QComboBox

0 个答案:

没有答案