Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imagebrower/
H A Dimagewidget.h23 void hideEvent(QHideEvent *event);
H A Dimagewidget.cpp95 void ImageWidget::hideEvent(QHideEvent *event) in hideEvent() function in ImageWidget
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.h27 void hideEvent(QHideEvent *event);
H A Dkeyboard.cpp333 void Keyboard::hideEvent(QHideEvent *event) in hideEvent() function in Keyboard
335 QWidget::hideEvent(event); in hideEvent()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js2084 var hideEvent = $.Event('hide.bs.tab', {
2091 $previous.trigger(hideEvent)
2094 if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return