Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bineditor/
H A Dbineditorwidget.cpp1171 QRect selectionLineRect(startPoint, endPoint); in toolTip() local
1172 selectionLineRect.setHeight(m_lineHeight); in toolTip()
1173 if (selectionLineRect.contains(helpEvent->pos())) { in toolTip()