QgsAttributeActionDialogBase Form1 0 0 435 292 5 5 0 0 Form1 unnamed layout23 unnamed frame4 7 7 0 0 StyledPanel Raised unnamed layout22 unnamed Name Action attributeActionTable 7 7 0 0 Default 0 2 false SingleRow FollowStyle This list contains all actions that have been defined for the current layer. Add actions by entering the details in the controls below and then pressing the Insert action button. Actions can be edited here by double clicking on the item. layout21 unnamed moveUpButton Move up Move the selected action up moveDownButton Move down Move the selected action down removeButton Remove Remove the selected action spacer4 Vertical Expanding 41 121 frame3 7 0 0 0 StyledPanel Raised unnamed layout11 unnamed layout28 unnamed textLabel1 Name: Enter the name of an action here. The name should be unique (qgis will make it unique if necessary). actionName Enter the action name here Enter the name of an action here. The name should be unique (qgis will make it unique if necessary). layout7 unnamed textLabel2 Action: Enter the action here. This can be any program, script or command that is available on your system. When the action is invoked any set of characters that start with a % and then have the name of a field will be replaced by the value of that field. The special characters %% will replaced by the value of the field that was selected. Double quote marks group text into single arguments to the program, script or command. Double quotes will be ignored if preceeded by a backslash actionAction Enter the action command here Enter the action here. This can be any program, script or command that is available on your system. When the action is invoked any set of characters that start with a % and then have the name of a field will be replaced by the value of that field. The special characters %% will replaced by the value of the field that was selected. Double quote marks group text into single arguments to the program, script or command. Double quotes will be ignored if preceeded by a backslash browseButton Browse Browse for action commands layout10 unnamed insertButton Insert action Inserts the action into the list above updateButton Update action Update the selected action spacer6 Horizontal Expanding 20 31 insertFieldButton Insert field Inserts the selected field into the action, prepended with a % fieldComboBox The valid attribute names for this layer insertButton clicked() Form1 insert() insertFieldButton clicked() Form1 insertField() browseButton clicked() Form1 browse() moveUpButton clicked() Form1 moveUp() moveDownButton clicked() Form1 moveDown() removeButton clicked() Form1 remove() attributeActionTable clicked(int,int,int,const QPoint&) Form1 rowSelected(int,int,int,const QPoint&) updateButton clicked() Form1 update() insert() moveUp() remove() browse() insertField() moveDown() rowSelected(int,int,int,const QPoint&) update()