Feature request #16127
Add new parameter types and options for processing scripts
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/QGIS | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 24039 |
Description
Radio buttons:
##Radio_buttons=radio Value 1/Value 2/Value 3
Drop-down list:
##Drop-down_list=drop Value 1/Value 2/Value 3
Using fields (number, string) without providing a value and an option to use placeholders would also be great.
History
#1 Updated by R. R. almost 8 years ago
EDIT: Drop-down lists are already implemented:
units=selection sq_km;sq_miles;sq_degrees
https://docs.qgis.org/2.14/en/docs/user_manual/processing/scripts.html
#2 Updated by R. R. over 7 years ago
Multiple tables:
##Input_layers=multiple table
#3 Updated by R. R. over 7 years ago
CSV:
##Input_layer=csv
Multiple CSV:
##Input_layers=multiple csv
#4 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#5 Updated by Alexander Bruy almost 7 years ago
- Resolution set to fixed/implemented
- Description updated (diff)
- Status changed from Open to Closed
Now scripts use same syntax as qgis algorithms.