1414 |
1414 |
1415 ################################################################################ |
1415 ################################################################################ |
1416 # Qt utility functions below |
1416 # Qt utility functions below |
1417 ################################################################################ |
1417 ################################################################################ |
1418 |
1418 |
|
1419 |
1419 def generatePySideToolPath(toolname): |
1420 def generatePySideToolPath(toolname): |
1420 """ |
1421 """ |
1421 Module function to generate the executable path for a PySide tool. |
1422 Module function to generate the executable path for a PySide tool. |
1422 |
1423 |
1423 @param toolname base name of the tool (string or QString) |
1424 @param toolname base name of the tool (string or QString) |