Changeset cdf8f00 in sasview
- Timestamp:
- Dec 3, 2018 8:41:13 AM (6 years ago)
- Branches:
- ESS_GUI_ordering
- Parents:
- 8aa3c4d
- Location:
- src/sas/qtgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
re5ae812 rcdf8f00 120 120 """ 121 121 Populate the main window with widgets 122 123 TODO: overwrite close() on Log and DR widgets so they can be hidden/shown124 on request125 122 """ 126 123 # Add FileDialog widget as docked -
src/sas/qtgui/Perspectives/Fitting/UI/OrderWidgetUI.ui
r8aa3c4d rcdf8f00 24 24 <widget class="QLabel" name="label"> 25 25 <property name="text"> 26 <string><html><head/><body><p>Drag and dropitems to define the order of fitting.</p></body></html></string>26 <string><html><head/><body><p>Drag and move items to define the order of fitting.</p></body></html></string> 27 27 </property> 28 28 </widget>
Note: See TracChangeset
for help on using the changeset viewer.