Re: Toolbar slots not working for me
Status: Inactive
Brought to you by:
manyoso
From: Marcus <ma...@my...> - 2003-01-26 06:57:59
|
I've looked into why connecting slots in a QToolBar does not work. Connecting QToolButtons to custom slots is not implemented in the current code. (Connecting to built-in slots should work, but that would not generally be useful.) Special handling is needed to connect to a C# slot, and the generated version of QToolBar lacks that code. I will work on it and let you know when I get it working. On Saturday 25 January 2003 04:46 pm, Pedro Abelleira Seco wrote: > I have added a Qt# frontend to my app SkyNET (sky-net.sourceforge.net) > this weekend. All was surprisingly smoothly, but I have found a problem. > Qt# is founding my slots in the menubar, but not in the toolbar. I'm not > a Qt/KDE developer, so the problem could well be plain ignorance. The > code: |