Home
last modified time | relevance | path

Searched refs:slotFullScreen (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow_Settings.cpp62 d->actionFullScreen = KStandardAction::fullScreen (this, SLOT (slotFullScreen()), in setupSettingsMenuActions()
93 void kpMainWindow::slotFullScreen () in slotFullScreen() function in kpMainWindow
H A DkpMainWindow.h621 void slotFullScreen ();
/dports/comms/qsstv/qsstv/
H A Dmainwindow.h39 void slotFullScreen();
H A Dmainwindow.cpp147 connect(fs, SIGNAL(triggered()), this, SLOT(slotFullScreen())); in mainWindow()
570 void mainWindow::slotFullScreen() in slotFullScreen() function in mainWindow
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dmainwindow.h52 void slotFullScreen();
H A Dmainwindow.cpp219 KStandardAction::fullScreen( this, SLOT( slotFullScreen() ), this, actionCollection() ); in setupActions()
502 void MainWindow::slotFullScreen() in slotFullScreen() function in MainWindow
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A DMainWindow.h124 void slotFullScreen();
H A DMainWindow.cpp631 MainWindow::slotFullScreen() // slot in slotFullScreen() function in MainWindow
919 connect( action, &QAction::triggered, this, &MainWindow::slotFullScreen ); in createActions()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.h207 void slotFullScreen();
H A Dkdeapp.cpp182 if (fullscreen) slotFullScreen(); in KdeApp()
444 …"Full Screen"), "window_fullscreen", fullscreen_shortcut, this, SLOT(slotFullScreen()), actionColl… in initActions()
821 void KdeApp::slotFullScreen() { in slotFullScreen() function in KdeApp
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.h207 void slotFullScreen();
H A Dkdeapp.cpp182 if (fullscreen) slotFullScreen(); in KdeApp()
444 …"Full Screen"), "window_fullscreen", fullscreen_shortcut, this, SLOT(slotFullScreen()), actionColl… in initActions()
821 void KdeApp::slotFullScreen() { in slotFullScreen() function in KdeApp
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/
H A DCMainWindow.h207 void slotFullScreen();
H A DCMainWindow.cpp229 connect(actionFullScreen, &QAction::triggered, this, &CMainWindow::slotFullScreen); in CMainWindow()
1721 void CMainWindow::slotFullScreen() in slotFullScreen() function in CMainWindow
/dports/editors/kate/kate-21.12.3/kate/
H A Dkatemainwindow.h207 void slotFullScreen(bool);
H A Dkatemainwindow.cpp408 connect(m_showFullScreenAction, &QAction::toggled, this, &KateMainWindow::slotFullScreen); in setupActions()
966 void KateMainWindow::slotFullScreen(bool t) in slotFullScreen() function in KateMainWindow
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h756 void slotFullScreen();
H A Dkstarsinit.cpp259 … action = actionCollection()->addAction(KStandardAction::FullScreen, this, SLOT(slotFullScreen())); in initActions()
H A Dkstarsactions.cpp1826 void KStars::slotFullScreen() in slotFullScreen() function in KStars
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/windows/
H A Dplotwindow.py457 self.slotFullScreen,
1147 menu.addAction(_('Close full screen'), self.slotFullScreen)
1179 def slotFullScreen(self): member in PlotWindow
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dmainwindow.h353 void slotFullScreen();
H A Dmainwindow.cpp986 void MainWindow::slotFullScreen() in slotFullScreen() function in MainWindow
1835 KStandardAction::fullScreen(this, SLOT(slotFullScreen()), this, actionCollection()); in setupActions()