Home
last modified time | relevance | path

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

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DTabSwitcherWidget.h69 void handleIndexClicked(const QModelIndex &index);
H A DTabSwitcherWidget.cpp74 connect(m_tabsView, &ItemViewWidget::clicked, this, &TabSwitcherWidget::handleIndexClicked); in TabSwitcherWidget()
182 void TabSwitcherWidget::handleIndexClicked(const QModelIndex &index) in handleIndexClicked() function in Otter::TabSwitcherWidget
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/windows/configuration/
H A DConfigurationContentsWidget.h89 void handleIndexClicked(const QModelIndex &index);
H A DConfigurationContentsWidget.cpp231 …ationViewWidget, &ItemViewWidget::clicked, this, &ConfigurationContentsWidget::handleIndexClicked); in ConfigurationContentsWidget()
485 void ConfigurationContentsWidget::handleIndexClicked(const QModelIndex &index) in handleIndexClicked() function in Otter::ConfigurationContentsWidget