|
|
On Tuesday 15 March 2005 10:08, CHSun0@xxxxxxxxxxxxxx wrote:
> thanks, but I use Â*.ui.h method , I checked that the listMenu() Âis there
> and the parameters is right, and I find another phenomenon:
That was your answer to what David Beaugrand said:
Before your gsmexplorer class declaration,
put:
class QListViewItem;
or include <qlistview.h> in your header file.
Reading further you said that it compiled so you fixed that problem
(in designer by adding to top ou ui.h file or in object explorer ? )
but the slot is not called.
Have you tried to launch you program from a shell, it will output some
comments ( ...no such signal, no such slot ) ==> declare that in object
explorer.
Hope that helps Perry
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|