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
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
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
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