[Interest] QComboBox Signal void activated(const QString &text)

coroberti coroberti at gmail.com
Mon Oct 19 11:15:55 CEST 2020


Samuel and Andre,
Thank you for your prompt response.

Have a nice day and week!
Kind regards,
Robert

On Mon, Oct 19, 2020 at 11:58 AM André Hartmann
<andre.hartmann at iseg-hv.de> wrote:
>
> Hi Robert,
>
> It is still there in 5.15, but deprecated. Please see
> https://doc.qt.io/qt-5/qcombobox-obsolete.html#activated-1
>
> The reason to remove overloaded signals is to make functor-based
> connections easier.
>
> Best regards,
> André
>
> Am 19.10.20 um 10:32 schrieb coroberti:
> > Hi,
> > Documentation for Qt-5.12 refers to two "activated" signals:
> > https://doc.qt.io/qt-5.12/qcombobox.htm
> > void activated(int index)
> > void activated(const QString &text)
> >
> > Documentation for Qt-5.15 refers to only one of them
> > https://doc.qt.io/qt-5/qcombobox.html
> > void activated(int index)
> >
> > Was the signal removed for some reason?
> > Thanks.
> >
> > Kind regards,
> > Robert Iakobashvili
> > ............................
> > _______________________________________________
> > Interest mailing list
> > Interest at qt-project.org
> > https://lists.qt-project.org/listinfo/interest
> >
>


More information about the Interest mailing list