[Interest] QComboBox Signal void activated(const QString &text)
André Hartmann
andre.hartmann at iseg-hv.de
Mon Oct 19 10:58:03 CEST 2020
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