Changeset 3c6ecd9 in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- May 7, 2018 6:47:21 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 42787fb
- Parents:
- b0ba43e (diff), 80468f6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- src/sas/qtgui/Perspectives/Invariant
- Files:
-
- 2 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
re90988c raed0532 429 429 def onHelp(self): 430 430 """ Display help when clicking on Help button """ 431 treeLocation = "/user/ sasgui/perspectives/invariant/invariant_help.html"431 treeLocation = "/user/qtgui/Perspectives/Invariant/invariant_help.html" 432 432 self.parent.showHelp(treeLocation) 433 433 -
src/sas/qtgui/Perspectives/Invariant/UnitTesting/InvariantPerspectiveTest.py
- Property mode changed from 100755 to 100644
r7c487846 r80468f6 90 90 self.assertFalse(self.widget.txtPorodCst.isReadOnly()) 91 91 92 self.assert False(self.widget.txtExtrapolQMin.isEnabled())93 self.assert False(self.widget.txtExtrapolQMax.isEnabled())92 self.assertTrue(self.widget.txtExtrapolQMin.isEnabled()) 93 self.assertTrue(self.widget.txtExtrapolQMax.isEnabled()) 94 94 95 95 self.assertFalse(self.widget.txtNptsLowQ.isReadOnly()) -
src/sas/qtgui/Perspectives/Invariant/media/bookmark.png
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/image005.png
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/invariant_help.rst
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/redo.png
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/report.png
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/report_template.html
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/save.png
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Perspectives/Invariant/media/undo.png
- Property mode changed from 100644 to 100755
Note: See TracChangeset
for help on using the changeset viewer.