Home
last modified time | relevance | path

Searched refs:numOptionsChecked (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgstextformatwidget.cpp1642 int numOptionsChecked = ( chkLineAbove->isChecked() ? 1 : 0 ) + in updateLinePlacementOptions() local
1646 if ( numOptionsChecked == 1 ) in updateLinePlacementOptions()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgstextformatwidget.cpp1649 const int numOptionsChecked = ( chkLineAbove->isChecked() ? 1 : 0 ) + in updateLinePlacementOptions() local
1653 if ( numOptionsChecked == 1 ) in updateLinePlacementOptions()