Re: [QGIS-Developer] Signals and QtDesigner

2024-02-29 Thread Jorge Tornero via QGIS-Developer
Thanks Nyall!!! El jue, 29 feb 2024 a las 22:01, Nyall Dawson () escribió: > > > On Fri, 1 Mar 2024, 5:02 am Jorge Tornero via QGIS-Developer, < > qgis-developer@lists.osgeo.org> wrote: > >> Hello all, >> >> I write the list because I have a a simple question (currently I'm trying >> to tackle is

Re: [QGIS-Developer] Signals and QtDesigner

2024-02-29 Thread Nyall Dawson via QGIS-Developer
On Fri, 1 Mar 2024, 5:02 am Jorge Tornero via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > Hello all, > > I write the list because I have a a simple question (currently I'm trying > to tackle issue #56275 Improve Parsing of Data from Serial Port Sensors). > > Is using the QtDesigner

[QGIS-Developer] Signals and QtDesigner (2)

2024-02-29 Thread Jorge Tornero via QGIS-Developer
Hi again, sorry but I have a idea... I compiled QGIS and realized that signals connections made with QtDesigner are compiled into old style signal-slot connection: QObject::connect(mCustomDelimiterOption, SIGNAL(toggled(bool)), mCustomDelimiterText, SLOT(setEnabled(bool))); What is also forbidde

[QGIS-Developer] Signals and QtDesigner

2024-02-29 Thread Jorge Tornero via QGIS-Developer
Hello all, I write the list because I have a a simple question (currently I'm trying to tackle issue #56275 Improve Parsing of Data from Serial Port Sensors). Is using the QtDesigner signal/slot assignment facilities discouraged? I've read this in the QGIS coding standards guide and don't really