Ignore:
Timestamp:
May 9, 2017 3:38:40 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:
f7f5796
Parents:
31e4bb8
Message:

Code review fixes for SASVIEW-273

File:
1 edited

Legend:

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

    r180bd54 r2add354  
    158158            </item> 
    159159            <item row="1" column="0"> 
    160              <widget class="QComboBox" name="cbCategory"/> 
     160             <widget class="QComboBox" name="cbCategory"> 
     161              <property name="toolTip"> 
     162               <string>Select a category</string> 
     163              </property> 
     164             </widget> 
    161165            </item> 
    162166            <item row="1" column="1"> 
    163              <widget class="QComboBox" name="cbModel"/> 
     167             <widget class="QComboBox" name="cbModel"> 
     168              <property name="toolTip"> 
     169               <string>Select a model</string> 
     170              </property> 
     171             </widget> 
    164172            </item> 
    165173            <item row="1" column="2"> 
    166              <widget class="QComboBox" name="cbStructureFactor"/> 
     174             <widget class="QComboBox" name="cbStructureFactor"> 
     175              <property name="toolTip"> 
     176               <string>Select a structure factor</string> 
     177              </property> 
     178             </widget> 
    167179            </item> 
    168180           </layout> 
     
    172184            <property name="styleSheet"> 
    173185             <string notr="true"/> 
     186            </property> 
     187            <property name="editTriggers"> 
     188             <set>QAbstractItemView::CurrentChanged|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set> 
    174189            </property> 
    175190            <property name="selectionMode"> 
Note: See TracChangeset for help on using the changeset viewer.