Home
last modified time | relevance | path

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

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DLineEditWidget.h51 void handleIndexEntered(const QModelIndex &index);
H A DLineEditWidget.cpp50 connect(this, &PopupViewWidget::entered, this, &PopupViewWidget::handleIndexEntered); in PopupViewWidget()
113 void PopupViewWidget::handleIndexEntered(const QModelIndex &index) in handleIndexEntered() function in Otter::PopupViewWidget