Changeset 00b3b40 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- May 15, 2017 10:57:34 AM (8 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:
- 2a432e7
- Parents:
- 2241130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
rf7f5796 r00b3b40 394 394 <layout class="QGridLayout" name="gridLayout_9"> 395 395 <item row="0" column="0"> 396 <widget class="QTableView" name="lstPoly"/> 396 <widget class="QTableView" name="lstPoly"> 397 <property name="editTriggers"> 398 <set>QAbstractItemView::AllEditTriggers</set> 399 </property> 400 <property name="alternatingRowColors"> 401 <bool>true</bool> 402 </property> 403 <property name="selectionMode"> 404 <enum>QAbstractItemView::MultiSelection</enum> 405 </property> 406 <property name="selectionBehavior"> 407 <enum>QAbstractItemView::SelectRows</enum> 408 </property> 409 </widget> 397 410 </item> 398 411 </layout>
Note: See TracChangeset
for help on using the changeset viewer.