[Interest] Qt wasm: location object?

2019-03-12 Thread Alexander Rössler
I just wrote a small WebSocket chat example to play around with Qt wasm. However, one thing that quickly came to my mind was how to find out the server address. Usually, in JavaScript one would use location.host for this purpose. Is there an alternative in Qt wasm? Thanks, Alex

Re: [Interest] Recommended exception handling

2019-03-12 Thread Konstantin Shegunov
On Tue, Mar 12, 2019 at 11:04 PM Thiago Macieira wrote: > No. Catch it before it goes back to Qt code. > Roger that! ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Recommended exception handling

2019-03-12 Thread Thiago Macieira
On Tuesday, 12 March 2019 13:58:46 PDT Konstantin Shegunov wrote: > Noted. My question was more in line with: "Are we getting some kind of a > replacement or workaround?" No. Catch it before it goes back to Qt code. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect -

Re: [Interest] Recommended exception handling

2019-03-12 Thread Konstantin Shegunov
On Mon, Mar 11, 2019 at 10:56 PM william.croc...@analog.com < william.croc...@analog.com> wrote: > I wrote and installed my own notify function. > Yes, thanks, but as far as I understand from the docs this is going away in the future (or at least it is in threaded code), which is the reason for

Re: [Interest] Whole edit window closes.

2019-03-12 Thread Konstantin Shegunov
Hello, I remembered reading something akin in the forum recently, so I dug up a bit. I think this[1] might be related to your case. I hope it helps. Kind regards. [1]: https://forum.qt.io/topic/96811/close-itemdeligate-in-view-when-some-other-widget-is-clicked

[Interest] Whole edit window closes.

2019-03-12 Thread Bill Crocker
Hello: Sorry. A boring old desktop widget problem... I have a QTableView. I use a QStyledItemDelegate on each cell. The delegate opens a custom, modal editor on double click. The editor is based on a QDialog and contains a number of widgets, one of which is a QComboBox. When I press in the

Re: [Interest] [#ID:INC-1251018#] Installation issue.

2019-03-12 Thread Thiago Macieira
On Tuesday, 12 March 2019 08:56:58 PDT Dr.-Ing. Christoph Cullmann wrote: > > Advantage of this method is that we always get the latest, with latest > > security fixes. If there are futher fixes that apply to users of Qt, then > > all they need to do is rebuild. They will see clearly what those >

Re: [Interest] [#ID:INC-1251018#] Installation issue.

2019-03-12 Thread Dr.-Ing. Christoph Cullmann
Hi, > On Tuesday, 12 March 2019 02:10:08 PDT Dr.-Ing. Christoph Cullmann wrote: >> > But the point remains: at some point, it becomes difficult to actually >> > build those dependencies because the distribution is old. Also note Qt 6 >> > will not ship bundled libraries. There will be a way to

Re: [Interest] [#ID:INC-1251018#] Installation issue.

2019-03-12 Thread Thiago Macieira
On Tuesday, 12 March 2019 02:10:08 PDT Dr.-Ing. Christoph Cullmann wrote: > > But the point remains: at some point, it becomes difficult to actually > > build those dependencies because the distribution is old. Also note Qt 6 > > will not ship bundled libraries. There will be a way to install them

[Interest] Molten/Qt on iOS.

2019-03-12 Thread Walter Rawdanik
HiDoes anyone know if Qt support for Molten/Vulkan extends to iOS or just the Mac OSX at this time  ?ThanksWalter ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

[Interest] GStreamer on OSX?

2019-03-12 Thread Jason H
I am trying to develop a app on my mac that will run on linux, and it uses gstreamer. There's a couple routes I could go. If it's a video source, I can use Qt's existing support, but there are some advantages to using gstreamer directly. I just need stills, no video, so I'm giving that a shot.

Re: [Interest] [#ID:INC-1251018#] Installation issue.

2019-03-12 Thread william.croc...@analog.com
The problem is not the GCC version. It's the set of libraries provided by the old distribution. And I guess he could still build his own packages. The libraries would just use bundled qt copies if too old. Only the prebuilt packages have higher requirements, right? No; e.g. xkbcommon is no

Re: [Interest] Qt 5.13 Bluetooth Windows

2019-03-12 Thread ekke
Am 12.03.19 um 08:33 schrieb Oliver Wolff: > Hi Ekke, > > On 11/03/2019 14:54, ekke wrote: >> from https://wiki.qt.io/New_Features_in_Qt_5.13 I noticed this: >> >> Qt Bluetooth >> >> * Removed need for pairing on Windows to discover and connect >> >> >> Does this mean it is possible to connect

Re: [Interest] [#ID:INC-1251018#] Installation issue.

2019-03-12 Thread Dr.-Ing. Christoph Cullmann
Hi, > On Monday, 11 March 2019 18:23:37 PDT Giuseppe D'Angelo via Interest wrote: >> Il 12/03/19 02:11, Allan Sandfeld Jensen ha scritto: >> >> The problem is not the GCC version. It's the set of libraries provided by >> >> the old distribution. >> > >> > And I guess he could still build his own

Re: [Interest] Qt 5.13 Bluetooth Windows

2019-03-12 Thread Oliver Wolff
Hi Ekke, On 11/03/2019 14:54, ekke wrote: > from https://wiki.qt.io/New_Features_in_Qt_5.13 I noticed this: > > Qt Bluetooth > > * Removed need for pairing on Windows to discover and connect > > > Does this mean it is possible to connect with Bluetooth LE Devices where > no pairing is