Ignore:
Timestamp:
Sep 27, 2018 6:13:13 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
51b9c14
Parents:
b38871e
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (09/27/18 06:11:38)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/27/18 06:13:13)
Message:

Slicer Parameters should also close the corresponding subwindow on exit.
Also: fixed toFloat() conversion.
SASVIEW-1115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/UnitTesting/SlicerParametersTest.py

    r725d9c06 r2f55df6  
    6060 
    6161        # Set up the spy 
    62         spy_close = QtSignalSpy(self.widget, self.widget.close_signal) 
     62        spy_close = QtSignalSpy(self.widget, self.widget.closeWidgetSignal) 
    6363        # Click on the "Close" button 
    6464        QtTest.QTest.mouseClick(self.widget.buttonBox.button(QtWidgets.QDialogButtonBox.Close), QtCore.Qt.LeftButton) 
Note: See TracChangeset for help on using the changeset viewer.