QgsAttributeActionDialogBase Form1 0 0 485 402 5 5 0 0 Form1 unnamed frame4 7 7 0 0 StyledPanel Raised unnamed layout13 unnamed Name Action Capture attributeActionTable 7 7 0 0 Default 0 3 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 layout8 unnamed insertFieldButton Insert field Inserts the selected field into the action, prepended with a % 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 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). spacer6 Horizontal Expanding 16 31 browseButton Browse Browse for action commands 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 textLabel1 Name: Enter the name of an action here. The name should be unique (qgis will make it unique if necessary). insertButton Insert action Inserts the action into the list above updateButton Update action Update the selected action captureCB Capture output Captures any output from the action Captures the standard output or error generated by the action and displays it in a dialog box 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()