Enrico Forestieri wrote:
> On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
> 
>>> The patch from Georg fixes it. But I also see another problem.
>>> When clicking on the "BibTeX Generated Bibliography" inset, I don't
>>> see the bibliography style, even if it is there. This must be due to
>>> the following error printed on the console:
>>>
>>> Object::connect: No such signal QComboBox::textChanged(QString)
>>> Object::connect:  (sender name:   'styleCB')
>>> Object::connect:  (receiver name: 'QBibtexUi')
>>>
>>> The funny thing is that I only get this error on cygwin but not on
>>> solaris, even if the problem is there, too.
>>>
>> Does this patch help?
> 
> Yes, with this patch I don't see the above message, but the problem
> remains, i.e., the Style (next to the Browse button) is invisible,
> even if it is there and appears in "View Source". I see it on Solaris,
> too, so this must not be Cygwin specific.

Here (msvc&Co) it looks like the attached png. Is this not correct?
Do you mean the empty style selection?

>> The QComboBox::textChanged signal is only available with Qt3 support,
>> seems your Solaris Qt is compiled with QT3_SUPPORT.
> 
> Yes, I compiled Qt4 with QT3_SUPPORT on Solaris, but without it on Cygwin.
> 
>> But this shows up the most ugly part of Qt: no compile time check of
>> the connection.
> 
> I see that there a lot of textChanged signals all around...
> 

but for QTextEdit it is still a valid Qt4 signal.

Peter

PNG image

Reply via email to