Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
On Tue, Feb 22, 2022 at 12:51 AM Michael Jackson < mike.jack...@bluequartz.net> wrote: > So I’ll throw my 2 cents worth of experience into the ring. > > > > I’ve developed a desktop application using Qt Widgets since 2009 era. Last > year we got funding to completely rewrite it from the ground up.

[Interest] Using AddressSanitizer with Qt on Windows

2022-02-21 Thread Adam Light
Has anyone been able to successfully run/test a Qt based application built with AddressSanitizer enabled on Windows? I have a 64-bit Qt 6.2.4 build that I built from git using MS Visual Studio 2022 (updated in the last couple of weeks). I've tried building our application, as well as a couple Qt ex

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Michael Jackson
So I’ll throw my 2 cents worth of experience into the ring. I’ve developed a desktop application using Qt Widgets since 2009 era. Last year we got funding to completely rewrite it from the ground up. We selected QML over widgets because we wanted that forced Model-View-Delegate and separatio

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
On Mon, Feb 21, 2022 at 11:11 PM Bernhard Lindner < priv...@bernhard-lindner.de> wrote: > Hi, > > QML is nice for basic applications but widgets is important for > professional, technical > and high-density applications. > > But that doesn't matter. From my point of view Qt stopped being developed

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Bernhard Lindner
Hi, QML is nice for basic applications but widgets is important for professional, technical and high-density applications.  But that doesn't matter. From my point of view Qt stopped being developed as a desktop framework a long time ago. Other industries seems to have priority now. On Mo, 2022

[Interest] QML vs Widgets, 20202 Q1 edition (was "Is there a good alternative to the QML [...]")

2022-02-21 Thread Rui Oliveira
QML/Quick on the desktop is clearly a hot topic. I've asked about this little under a year ago [1]. Interesting discussion, worth a read. In the meanwhile, I've been asking questions around, like what do /r/cpp redditors like to use [2]. Results are interesting and the comments are as well.

Re: [Interest] [External] QGraphicsProxyWidget not honoring embedded widget's palette

2022-02-21 Thread Murphy, Sean
> If, however, I move that same widget onto a QGraphicsScene via > fooWidget* foo = new fooWidget(); > foo->setFooData(data); > QGraphicsProxyWidget* proxy = scene->addWidget(foo) The fooWidget is > properly added to the scene, all of its child widgets' text values are > correctly > up

[Interest] QGraphicsProxyWidget not honoring embedded widget's palette

2022-02-21 Thread Murphy, Sean
I'm attempting to add a custom widget to a QGraphicsScene and I'm having some trouble with the palette settings. 1. I've got a custom widget class, say "fooWidget" which is a composite widget made up of a bunch of different child widgets (QLabels, QRadioButtons, etc.). 2. It has a setFooD

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
On Mon, Feb 21, 2022 at 6:27 PM coroberti wrote: > Hi Mark, > The initial dev is slower when using Widgets, > but with less bugs and more robustness, it could be worth doing it, > and at the end of the day, it is even time-saving. > > The Qt apps on the desktop platforms you mentioned look very n

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread coroberti
Hi Mark, The initial dev is slower when using Widgets, but with less bugs and more robustness, it could be worth doing it, and at the end of the day, it is even time-saving. The Qt apps on the desktop platforms you mentioned look very native with Widgets. There are many tips and ready solutions f

[Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
Hi, I'm facing so many bugs in QML Controls in Qt6 (they used to be Controls V2 in the Qt 5.x days) that I don't want to use them at all anymore. They are bugged beyond repair and downright unusable for native desktop integration purposes. Is there another good open source component set out there