Re: [QGIS-Developer] Load Style and Save Style forms from python code

2023-05-11 Thread Giulio Fattori via QGIS-Developer
Canvas(), iface.messageBar(), iface.activeLayer()) props.loadStyle() or props.saveStyleAs() Regards, Jacky Volpes Le 11/05/2023 à 07:21, Giulio Fattori via QGIS-Developer a écrit : Good morning how can I recall and use the Load Style and Save Style forms from python code ? Many thanks for any s

[QGIS-Developer] Load Style and Save Style forms from python code

2023-05-10 Thread Giulio Fattori via QGIS-Developer
Good morning how can I recall and use the Load Style and Save Style forms from python code ? Many thanks for any support Giulio ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Customizing Layer Panel

2023-04-27 Thread Giulio Fattori via QGIS-Developer
quot;), "Description (text menu or action tooltip)") my_wonderful_action.triggered.connect(my_awesome_processing_function) toolbar.addAction(my_wonderful_action) *From:* Giulio Fattori *Sent:* Thursday, April 27, 2023 7:09 AM *To:* Nyall Dawson ; Catania, Luke A ERDC-RDE-GRL-VA CIV

Re: [QGIS-Developer] Customizing Layer Panel

2023-04-27 Thread Giulio Fattori via QGIS-Developer
Great, what if I want an icon too? Thanks in advance for any help Giulio Il 27/04/2023 00:06, Nyall Dawson via QGIS-Developer ha scritto: On Thu, 27 Apr 2023 at 07:42, Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer wrote: > > But I am looking to access the dock widget and add two

Re: [QGIS-Developer] donuts charts

2022-03-18 Thread Giulio Fattori via QGIS-Developer
Il 18/03/2022 09:16, PIERRE Sylvain via QGIS-Developer ha scritto: Hi all, Is there something already exists or planed to make a map with donuts charts instead of pie charts ? I do not find anything yet. Il I look at plotly, it seems realy simple :

[QGIS-Developer] Advanced installation by default in OSGeo4W Setup

2021-06-17 Thread Giulio Fattori
Hello everybody, is it possible to set "Advanced installation" by default in OSGeo4W Setup? Regards ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe:

[QGIS-Developer] NULL in field

2021-03-30 Thread Giulio Fattori
Hi all, i have this simple field calc function: from qgis.core import * from qgis.gui import * @qgsfunction(args='auto', group='Custom') def fill_down(value1, feature, parent):     k= 20     if value1 == NULL:     k = 10     return k it should return 10 if the field is empty but it

[QGIS-Developer] Georeferencer not working 3.18 and dev

2021-02-26 Thread Giulio Fattori
Hi all, for several days now the georeferencer has been crashing QGIS, both the dev and the 3.18, is there any hope of resolution? Regards, Giulio ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] QtDesigner qgis_customwidgets

2021-02-15 Thread Giulio Fattori
Hi all, i can't get custom widgets in QtDesigner, i get this message, Cannot load library C:\OSGEO4~2\apps\qgis-dev\qtplugins\designer\qgis_customwidgets.dll: cannot find the module I use QGIS 3.16 and 3.17 on win7 64bit system can someone help me regards, Giulio

Re: [QGIS-Developer] QGIS composer print layout

2021-01-25 Thread Giulio Fattori
Resolved Grazie a tutti Many Thanks to all Il 24/01/2021 15:26, Andrea Giudiceandrea ha scritto: Giulio Fattori wrote could you send me the code correct as you say? Hi Giulio, as written by lejedi76, you just need to add: def flags(self): return super().flags

Re: [QGIS-Developer] QGIS composer print layout

2021-01-24 Thread Giulio Fattori
nstead. I just tested and it works. Regards, Le ven. 22 janv. 2021 à 14:56, Giulio Fattori <mailto:giulio.fatt...@tin.it>> a écrit : Hello, i'm developing a QGIS plugin algorithm that composes a print layout. The attached code works but the map window appears

[QGIS-Developer] QGIS composer print layout

2021-01-22 Thread Giulio Fattori
Hello, i'm developing a QGIS plugin algorithm that composes a print layout. The attached code works but the map window appears in the composer with the word "Rendering map". and I get these messages: WARNING    QObject::connect: Cannot queue arguments of type 'QItemSelection'