qgis / QGIS-Documentation

QGIS Documentation
https://docs.qgis.org/latest
450 stars 675 forks source link

Actions Dialogue Duplicate Button (Request in QGIS) #9145

Open qgis-bot opened 5 days ago

qgis-bot commented 5 days ago

Request for documentation

From pull request qgis/QGIS#57647 Author: @Speedrace4 QGIS version: 3.38

Actions Dialogue Duplicate Button

PR Description:

Description

Addresses this issue: https://github.com/qgis/QGIS/issues/57399

Before screenshot: image

After screenshot: image

This adds a duplicate button to the layer properties actions dialogue. How it works: when a row is selected in the actions list, clicking the duplicate button will open a dialogue with all of the attributes of that row, allowing them to be edited. When clicking ok, it is submitted as a new row instead of editing the original.

Additionally, I edited the src/ui/qgsattributeactiondialogbase.ui file to put the components I was working with in order.

Commits tagged with [need-docs] or [FEATURE]

Speedrace4 commented 4 days ago

Will have this done soon