Hi Angelos,
Thank you for the information. Will the new GDAL 3.8.4 also support
LERC?
If not, then I'll wait until Ubuntu 24.04 which should already ship with
LERC, according to Jürgen.
Thanks,
Andreas
On 2024-03-06 15:25, Angelos Tzotsos via QGIS-Developer wrote:
GDAL 3.8.4 is now in
GDAL 3.8.4 is now in experimental ppa for UbuntuGIS (Jammy).
You need to have both the experimental and unstable ppa in your system
to try this out.
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-experimental
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable
Best,
Hi Luke,
It works with setDisabled on action_item.
Be careful not to call setDisabled on every action of a category, then
yes, it disables the entire icon.
Updated snippet for example:
actions_list = []
sdtb = iface.shapeDigitizeToolBar()
for i, action_widget_item in enumerate(sdtb.actions())