Ignore:
Timestamp:
May 15, 2017 10:57:34 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Improvements to view delegates and model updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui

    rf7f5796 r00b3b40  
    394394         <layout class="QGridLayout" name="gridLayout_9"> 
    395395          <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> 
    397410          </item> 
    398411         </layout> 
Note: See TracChangeset for help on using the changeset viewer.