On Tue, Nov 14, 2006 at 11:11:48PM +0100, Peter Kümmel wrote: > 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?
Yes, it is incorrect. If you select something for the Style (it's the .bst file), you see it. But, when you close and reopen the dialog, you will not see the selection anymore. At least this is what I experience. > >> 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. Ok, thanks Peter. -- Enrico
