Exemplo n.º 1
0
//==============================================================================
// Show Window
//==============================================================================
void HelpWindow::showWindow()
{
    // Restore UI
    restoreUI();
    // Show
    show();
}
Exemplo n.º 2
0
void KstJS::shellExited() {
#ifdef KST_HAVE_READLINE
  _showAction->setChecked(false);
  _showAction->setText(i18n("Show &JavaScript Console"));
  _konsolePart = 0L;
  QTimer::singleShot(0, this, SLOT(restoreUI())); // konsole crashes otherwise
#endif
}