Changes in src/sas/qtgui/MainWindow/GuiManager.py [f0bb711:9863343] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
rf0bb711 r9863343 384 384 self._workspace.actionCombine_Batch_Fit.triggered.connect(self.actionCombine_Batch_Fit) 385 385 self._workspace.actionFit_Options.triggered.connect(self.actionFit_Options) 386 self._workspace.actionGPU_Options.triggered.connect(self.actionGPU_Options) 386 387 self._workspace.actionFit_Results.triggered.connect(self.actionFit_Results) 387 388 self._workspace.actionChain_Fitting.triggered.connect(self.actionChain_Fitting) … … 620 621 pass 621 622 623 def actionGPU_Options(self): 624 """ 625 Load the OpenCL selection dialog if the fitting perspective is active 626 """ 627 if hasattr(self._current_perspective, "gpu_options_widget"): 628 self._current_perspective.gpu_options_widget.show() 629 pass 630 622 631 def actionFit_Results(self): 623 632 """
Note: See TracChangeset
for help on using the changeset viewer.