75 <horstretch>0</horstretch> |
75 <horstretch>0</horstretch> |
76 <verstretch>0</verstretch> |
76 <verstretch>0</verstretch> |
77 </sizepolicy> |
77 </sizepolicy> |
78 </property> |
78 </property> |
79 <property name="toolTip"> |
79 <property name="toolTip"> |
80 <string>Enter the environment variables to be set.</string> |
80 <string>Enter the environment variables to be set separated by whitespace.</string> |
81 </property> |
81 </property> |
82 <property name="whatsThis"> |
82 <property name="whatsThis"> |
83 <string><b>Environment Variables</b> |
83 <string><b>Environment Variables</b> |
84 <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> |
84 <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> |
85 <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></string> |
85 <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></string> |