Beispiel #1
0
void LightscreenWindow::showHistoryDialog()
{
    HistoryDialog historyDialog(this);
    historyDialog.exec();

    updateStatus();
}
void OptionsDialog::viewHistory()
{
    HistoryDialog historyDialog(this);
    historyDialog.exec();
}