Home
last modified time | relevance | path

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

12345678910>>...154

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwinoptions/
H A Dmouse.cpp44 void KTitleBarActionsConfig::showEvent(QShowEvent *ev) in showEvent() function in KTitleBarActionsConfig
48 QWidget::showEvent(ev); in showEvent()
51 KCModule::showEvent(ev); in showEvent()
96 void KWindowActionsConfig::showEvent(QShowEvent *ev) in showEvent() function in KWindowActionsConfig
99 QWidget::showEvent(ev); in showEvent()
102 KCModule::showEvent(ev); in showEvent()
H A Dwindows.cpp142 void KFocusConfig::showEvent(QShowEvent *ev) in showEvent() function in KFocusConfig
145 QWidget::showEvent(ev); in showEvent()
148 KCModule::showEvent(ev); in showEvent()
263 void KAdvancedConfig::showEvent(QShowEvent *ev) in showEvent() function in KAdvancedConfig
266 QWidget::showEvent(ev); in showEvent()
269 KCModule::showEvent(ev); in showEvent()
316 void KMovingConfig::showEvent(QShowEvent *ev) in showEvent() function in KMovingConfig
319 QWidget::showEvent(ev); in showEvent()
322 KCModule::showEvent(ev); in showEvent()
H A Dwindows.h74 void showEvent(QShowEvent *ev) override;
103 void showEvent(QShowEvent *ev) override;
124 void showEvent(QShowEvent *ev) override;
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/search/
H A Dsearchdialog.cpp58 void SearchDialog::showEvent(QShowEvent* showEvent) in showEvent() function in Kasten::SearchDialog
60 AbstractFindDialog::showEvent(showEvent); in showEvent()
H A Dsearchdialog.hpp31 void showEvent(QShowEvent* showEvent) override;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DWidget.cpp48 void Widget::showEvent(QShowEvent* e)
50 WidgetTemplate<QWidget>::showEvent(e);
92 void MainWindow::showEvent(QShowEvent* e)
94 WidgetTemplate<QMainWindow>::showEvent(e);
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/replace/
H A Dreplacedialog.cpp100 void ReplaceDialog::showEvent(QShowEvent* showEvent) in showEvent() argument
102 AbstractFindDialog::showEvent(showEvent); in showEvent()
H A Dreplacedialog.hpp40 void showEvent(QShowEvent* showEvent) override;
/dports/devel/kcachegrind/kcachegrind-21.12.3/cgview/
H A Dmain.cpp58 QString showEvent; in main() local
67 else if (list[arg] == QLatin1String("-s")) showEvent = list[++arg]; in main()
102 if (showEvent.isEmpty()) in main()
105 et = m->type(showEvent); in main()
107 out << "Error: event '" << showEvent << "' not found.\n"; in main()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dscrpalettebase.cpp153 void ScrPaletteBase::showEvent(QShowEvent *showEvent) in showEvent() function in ScrPaletteBase
158 if (m_palettePrefs && !showEvent->spontaneous()) in showEvent()
203 QDialog::showEvent(showEvent); in showEvent()
H A Dscdockpalette.cpp148 void ScDockPalette::showEvent(QShowEvent *showEvent) in showEvent() argument
154 if (m_palettePrefs && !showEvent->spontaneous() && isFloating()) in showEvent()
201 QDockWidget::showEvent(showEvent); in showEvent()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dfinddialog.cpp84 void FindDialog::showEvent(QShowEvent *event) in showEvent() function in FindDialog
88 QDialog::showEvent(event); in showEvent()
90 KDialog::showEvent(event); in showEvent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilebrowserpopup.h144 void showEvent(QShowEvent *) override;
218 void showEvent(QShowEvent *) override;
236 void showEvent(QShowEvent *) override;
296 void showEvent(QShowEvent *) override;
394 void showEvent(QShowEvent *) override;
413 void showEvent(QShowEvent *) override;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/debugger/
H A Dprofiler.cpp28 void showEvent(QShowEvent* ev) override;
85 void MicroProfileDialog::showEvent(QShowEvent* ev) { in showEvent() function in MicroProfileDialog
89 QWidget::showEvent(ev); in showEvent()
135 void MicroProfileWidget::showEvent(QShowEvent* ev) { in showEvent() function in MicroProfileWidget
137 QWidget::showEvent(ev); in showEvent()
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/debugger/
H A Dprofiler.cpp28 void showEvent(QShowEvent* event) override;
85 void MicroProfileDialog::showEvent(QShowEvent* event) { in showEvent() function in MicroProfileDialog
89 QWidget::showEvent(event); in showEvent()
135 void MicroProfileWidget::showEvent(QShowEvent* event) { in showEvent() function in MicroProfileWidget
137 QWidget::showEvent(event); in showEvent()
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/debugger/
H A Dprofiler.cpp28 void showEvent(QShowEvent* event) override;
85 void MicroProfileDialog::showEvent(QShowEvent* event) { in showEvent() function in MicroProfileDialog
89 QWidget::showEvent(event); in showEvent()
135 void MicroProfileWidget::showEvent(QShowEvent* event) { in showEvent() function in MicroProfileWidget
137 QWidget::showEvent(event); in showEvent()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/widgets/settingsPicker/
H A DSettingsPickerWidget.cpp30 void SettingsPickerWidget::showEvent(QShowEvent *event) in showEvent() function in kImageAnnotator::SettingsPickerWidget
33 QWidget::showEvent(event); in showEvent()
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A DFigureWindow.cc54 void FigureWindow::showEvent (QShowEvent* ev) in showEvent() function in QtHandles::FigureWindow
56 QMainWindow::showEvent (ev); in showEvent()
/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Dverticalonlyscroller.cpp37 void VerticalOnlyScroller::showEvent(QShowEvent* event) in showEvent() function in VerticalOnlyScroller
39 QScrollArea::showEvent(event); in showEvent()
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Ddockwidgetex.cpp18 void DockWidgetEx::showEvent(QShowEvent * event) in showEvent() function in DockWidgetEx
20 QDockWidget::showEvent(event); in showEvent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dkeyframenavigator.h95 void showEvent(QShowEvent *) override;
141 void showEvent(QShowEvent *) override;
192 void showEvent(QShowEvent *) override;
237 void showEvent(QShowEvent *) override;
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/libfinddialog/
H A Dabstractfinddialog.cpp215 void AbstractFindDialog::showEvent(QShowEvent* showEvent) in showEvent() function in Kasten::AbstractFindDialog
217 QDialog::showEvent(showEvent); in showEvent()
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Dtab-view.cpp17 void TabView::showEvent(QShowEvent *event) in showEvent() function in TabView
20 QWidget::showEvent(event); in showEvent()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DBcastChannel.h20 int startBcast() const { if (Debug) showEvent(); return count(); } in startBcast()
29 void showEvent() const;
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DThumbnailsWindow.cpp40 void ThumbnailsWindow::showEvent(QShowEvent *e) in showEvent() function in ThumbnailsWindow
42 QDockWidget::showEvent(e); in showEvent()

12345678910>>...154