Home
last modified time | relevance | path

Searched refs:onDoubleClicked (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/src/
H A Ddialog_chooseurlfromlist.cpp31 SLOT( onDoubleClicked( QListWidgetItem * ) ) ); in DialogChooseUrlFromList()
34 void DialogChooseUrlFromList::onDoubleClicked( QListWidgetItem * item ) in onDoubleClicked() function in DialogChooseUrlFromList
H A Ddialog_chooseurlfromlist.h39 void onDoubleClicked( QListWidgetItem * item );
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediaview.cpp107 connect(media_tree, &QListView::doubleClicked, this, &MediaView::onDoubleClicked); in MediaView()
114 void MediaView::onDoubleClicked(const QModelIndex &index) in onDoubleClicked() function in kt::MediaView
H A Dmediaview.h63 void onDoubleClicked(const QModelIndex &index);
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/bwscheduler/
H A Dweekview.cpp28 connect(scene, &WeekScene::itemDoubleClicked, this, &WeekView::onDoubleClicked); in WeekView()
106 void WeekView::onDoubleClicked(QGraphicsItem *i) in onDoubleClicked() function in kt::WeekView
H A Dweekview.h94 void onDoubleClicked(QGraphicsItem *i);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/qdeclarativemousearea/
H A Dmousearea-visual.qml113 onDoubleClicked: {
132 onDoubleClicked: { parent.color = "green" }
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/bytetable/
H A Dbytetableview.cpp59 this, &ByteTableView::onDoubleClicked); in ByteTableView()
147 void ByteTableView::onDoubleClicked(const QModelIndex& index) in onDoubleClicked() function in Kasten::ByteTableView
H A Dbytetableview.hpp37 void onDoubleClicked(const QModelIndex& index);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativemousearea/data/
H A Ddoubleclick.qml12 onDoubleClicked: { root.doubleClicked++ }
/dports/audio/lmms/lmms-1.2.2/plugins/ladspa_browser/
H A Dladspa_description.h62 void onDoubleClicked( QListWidgetItem * _item );
H A Dladspa_description.cpp90 SLOT( onDoubleClicked( QListWidgetItem * ) ) ); in ladspaDescription()
212 void ladspaDescription::onDoubleClicked( QListWidgetItem * _item ) in onDoubleClicked() function in ladspaDescription
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/chartsqml2/
H A Ddeclarativeboxplotseries.cpp394 connect(this, SIGNAL(doubleClicked(QBoxSet*)), this, SLOT(onDoubleClicked(QBoxSet*))); in DeclarativeBoxPlotSeries()
466 void DeclarativeBoxPlotSeries::onDoubleClicked(QBoxSet *boxset) in onDoubleClicked() function in DeclarativeBoxPlotSeries
H A Ddeclarativecandlestickseries.cpp95 this, SLOT(onDoubleClicked(QCandlestickSet *))); in DeclarativeCandlestickSeries()
227 void DeclarativeCandlestickSeries::onDoubleClicked(QCandlestickSet *set) in onDoubleClicked() function in DeclarativeCandlestickSeries
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiPresetMessageList.cpp53 …connect( this, SIGNAL( itemDoubleClicked( QTreeWidgetItem*, int ) ), this, SLOT( onDoubleClicked( … in GuiPresetMessageList()
86 void GuiPresetMessageList::onDoubleClicked( QTreeWidgetItem* item, int ) in onDoubleClicked() function in GuiPresetMessageList
H A DGuiPresetMessageList.h45 void onDoubleClicked( QTreeWidgetItem*, int );
/dports/editors/fxite/fxite-FXITE-0_92/jef/
H A Ddesclistdlg.cpp68 long onDoubleClicked(FXObject* sender,FXSelector sel,void *ptr) { in onDoubleClicked() function in DescItemList
69 long rv=FXIconList::onDoubleClicked(sender,sel,ptr); in onDoubleClicked()
78 FXMAPFUNC(SEL_DOUBLECLICKED, 0, DescItemList::onDoubleClicked),
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/util/
H A Dtext_format_list_widget.hpp70 void onDoubleClicked(const QModelIndex&); in pltcl_wrapper()
H A Dtext_format_list_widget.cpp93 …connect(this, SIGNAL(doubleClicked(const QModelIndex&)), this, SLOT(onDoubleClicked(const QModelIn…
171 void TextFormatListWidget::onDoubleClicked(const QModelIndex& index) {
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/windows/
H A DGUIPerspectiveChanger.cpp65 GUIPerspectiveChanger::onDoubleClicked(void*) { in onDoubleClicked() function in GUIPerspectiveChanger
H A DGUIPerspectiveChanger.h84 virtual void onDoubleClicked(void* data);
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Dfilelist.h152 void onDoubleClicked(const QModelIndex& index);
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Dfilelist.h152 void onDoubleClicked(const QModelIndex& index);
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Dsearch-tab.cpp58 this, SLOT(onDoubleClicked(const QModelIndex&))); in SearchTab()
279 void SearchTab::onDoubleClicked(const QModelIndex& index) in onDoubleClicked() function in SearchTab
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwinvirtualkeyboard/package/contents/ui/
H A Dmain.qml38 onDoubleClicked: {

12345678910>>...12