Home
last modified time | relevance | path

Searched refs:showDebugDialog (Results 1 – 2 of 2) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.h85 void showDebugDialog();
H A Dmainwindow.cpp1548 connect(_debugDialogAct, SIGNAL(triggered()), this, SLOT(showDebugDialog())); in createActions()
1836 connect(dn, SIGNAL(showDebugLog()), this, SLOT(showDebugDialog())); in createStatusBar()
2388 void MainWindow::showDebugDialog() { in showDebugDialog() function in Kst::MainWindow