Pierre Raybaut
2011-04-06 10:12:32 UTC
There is no such option except assigning the right attribute directly:
tool = self.add_tool(OpenImageTool)
tool.directory = "/home/toto/"
(where 'self' is an instance of a class deriving from
guiqwt.plot.PlotManager)
-Pierre
tool = self.add_tool(OpenImageTool)
tool.directory = "/home/toto/"
(where 'self' is an instance of a class deriving from
guiqwt.plot.PlotManager)
-Pierre
Hi Pierre,
How does one set and change the default file path for OpenImageTool
and OpenFileTool? I've looked through the documentations and examples
and have not been able to find any reference to doing that kind of
operation.
Best Regards
Jay
How does one set and change the default file path for OpenImageTool
and OpenFileTool? I've looked through the documentations and examples
and have not been able to find any reference to doing that kind of
operation.
Best Regards
Jay