[Qt-jambi-interest] Missing signals in designer editor?

Gunnar Sletta gunnar at trolltech.com
Tue May 13 14:47:17 CEST 2008


Derek Fountain wrote:
> I'm having my first play with the Jambi 4.4 version of designer.
> 
> I created a dialog with a radio button on it. When I go to the
> Signal/Slot editor window and click the + button I get a new entry. I
> then clicked Sender and chose my radio button from the drop down. So far
> so good. But when I click on the <signal>, a drop down appears with only
> the <signal> entry in it. i.e. the expected list of signals for my radio
> button doesn't get populated.

Hi Derek,

This is a bug. We'll look into this for the next release.

> So I tried a different approach: I hit F4 and dragged from the radio
> button to the label I want to connect to. The Configure Connection
> dialog came up with 4 signals on the left, including the
> clicked<java.lang.Boolean> one I want. But the list of slots on the
> right was empty. (This problem seems intermittent: sometimes I do it and
> the list of slots does come up - switching on the inherited signals and
> slots seems to help it populate the slot list, but that doesn't always
> do it.)

This I cannot reproduce. By default I get "clear()" which is the only 
slot in QLabel which is compatible with the clicked() signal. Enabling 
inherited signals gets loads of options as QWidget and friends have 
loads of valid slots.

best regards,
Gunnar


More information about the Qt-jambi-interest mailing list