PDA

View Full Version : connectSlotsByName isn't working



scarleton
9th October 2010, 12:48
I have created a form using the Designer and in the constructor of the class, ui.setupUI(this) is called. In the debug window I am getting:

QMetaObject::connectSlotsByName: No matching signal for on_testButton_click()
QMetaObject::connectSlotsByName: No matching signal for on_workingDirBrowseButton_click()

The problem is, there IS a QPushButton *workingDirBrowseButton and a QPushButton *testButton.

Why isn't it hooking it up?

Lykurg
9th October 2010, 12:52
The signal is called clicked not click!