You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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: qgis/QGIS#57399
Before screenshot:
After screenshot:
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]
The text was updated successfully, but these errors were encountered: