Changeset 2f55df6 in sasview for src/sas/qtgui/Plotting/UnitTesting
- Timestamp:
- Sep 27, 2018 6:13:13 AM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/UnitTesting/SlicerParametersTest.py
r725d9c06 r2f55df6 60 60 61 61 # Set up the spy 62 spy_close = QtSignalSpy(self.widget, self.widget.close _signal)62 spy_close = QtSignalSpy(self.widget, self.widget.closeWidgetSignal) 63 63 # Click on the "Close" button 64 64 QtTest.QTest.mouseClick(self.widget.buttonBox.button(QtWidgets.QDialogButtonBox.Close), QtCore.Qt.LeftButton)
Note: See TracChangeset
for help on using the changeset viewer.