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
_
Hi all,
Please see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/209
for a newly filed QGIS Enhancement Proposal: "Expose OGR feature
styles via a new "Embedded styling" renderer".
Some vector data formats have native support for embedding feature
styling information, such as MapInfo
Happy to take this on (next week, this week is a bit crazy).
I like all 3 examples given: key thing being leading off much more with an
easy-to-understand, illustrated list of main functionality and use cases.
By way of introduction, 30 years ago I was a software developer, back when
Pascal and C
Hi devs,
I'm looking for a way to softly customize the Processing Log info of a
Processing script.
Like having some messages in red or bold (or both :) ). I tried to build
a string like:
feedback.pushDebugInfo('My important message')
but the html like string is not parsed. In the algorithm