Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imagebrower/
H A Dimagewidget.h22 void showEvent(QShowEvent *event);
H A Dimagewidget.cpp89 void ImageWidget::showEvent(QShowEvent *event) in showEvent() function in ImageWidget
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js1238 $target.one('show.bs.modal', function (showEvent) { argument
1239 …if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually …
2087 var showEvent = $.Event('show.bs.tab', {
2092 $this.trigger(showEvent)
2094 if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return