Re: [Interest] QtPdf from Qt open source online installer

2020-10-19 Thread Jason H
There's some license shenanegans going on. https://www.qt.io/blog/change-in-open-source-licensing-of-qt-wayland-compositor-qt-application-manager-and-qt-pdf However there was a later update: https://lists.qt-project.org/pipermail/development/2020-January/038457.html   So I don't know why it wa

interest@qt-project.org

2020-10-19 Thread coroberti
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 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 > > Th

interest@qt-project.org

2020-10-19 Thread André Hartmann
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 fo

interest@qt-project.org

2020-10-19 Thread Samuel Gaist via Interest
> On 19 Oct 2020, at 10:32, coroberti wrote: > > 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

interest@qt-project.org

2020-10-19 Thread 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 signa