From: Joel Holdsworth Date: Mon, 29 Apr 2013 22:32:21 +0000 (+0100) Subject: Set the title of the main toolbar X-Git-Tag: pulseview-0.1.0~9 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=363107a8c9f33d8aeebd9ee8d56f90af87c73ea2 Set the title of the main toolbar --- diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 16147b14..ca514bf9 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -184,7 +184,7 @@ void MainWindow::setup_ui() QMetaObject::connectSlotsByName(this); // Setup the toolbar - _toolbar = new QToolBar(this); + _toolbar = new QToolBar(tr("Main Toolbar"), this); _toolbar->addAction(_action_open); _toolbar->addSeparator(); _toolbar->addAction(_action_view_zoom_in);