1497 |
1497 |
1498 ################################################################################ |
1498 ################################################################################ |
1499 # Qt utility functions below |
1499 # Qt utility functions below |
1500 ################################################################################ |
1500 ################################################################################ |
1501 |
1501 |
1502 # TODO: add PyQt5 (both) |
|
1503 def generatePySideToolPath(toolname): |
1502 def generatePySideToolPath(toolname): |
1504 """ |
1503 """ |
1505 Module function to generate the executable path for a PySide tool. |
1504 Module function to generate the executable path for a PySide tool. |
1506 |
1505 |
1507 @param toolname base name of the tool (string or QString) |
1506 @param toolname base name of the tool (string or QString) |