diff options
author | Javier <dev.git@javispedro.com> | 2015-06-14 17:39:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-14 17:39:26 +0200 |
commit | 247b7d55be4c9caea3cbc05f6f543280f207d895 (patch) | |
tree | 7fd437e728726117cb8914dd1658adffaabcf3ac /mainwindow.cc | |
parent | e3c4aa5dffecc8f62958c44035b2e58de0228eb4 (diff) | |
download | scribiu-247b7d55be4c9caea3cbc05f6f543280f207d895.tar.gz scribiu-247b7d55be4c9caea3cbc05f6f543280f207d895.zip |
allow changing data path, improve icon
Diffstat (limited to 'mainwindow.cc')
-rw-r--r-- | mainwindow.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mainwindow.cc b/mainwindow.cc index b49a8da..921abe2 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -321,3 +321,8 @@ QString MainWindow::formatDuration(qint64 time) return QString("%2:%3").arg(mins).arg(secs, 2, 10, fill); } } + +void MainWindow::handleAbout() +{ + QMessageBox::about(this, tr("About Scribiu"), tr("Read notebooks and audio notes from your Livescribe Echo pen")); +} |