# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2017-04-23 08:32:15 # Node ID dbb380c5cb059e96c55e0d0c8815b8428f70abb0 # Parent 4539c1ce7a85ffedcdf16c4f75432446a4cab505 set icons for plot toolbar diff --git a/src/mainwindow.ui b/src/mainwindow.ui --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -141,6 +141,9 @@ false + + + Pause @@ -152,6 +155,9 @@ + + + Clear diff --git a/src/snapshotmanager.cpp b/src/snapshotmanager.cpp --- a/src/snapshotmanager.cpp +++ b/src/snapshotmanager.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "snapshotmanager.h" @@ -40,6 +41,7 @@ SnapshotManager::SnapshotManager(QMainWi _takeSnapshotAction.setToolTip("Take a snapshot of current plot"); _takeSnapshotAction.setShortcut(QKeySequence("F5")); + _takeSnapshotAction.setIcon(QIcon::fromTheme("camera")); loadSnapshotAction.setToolTip("Load snapshots from CSV files"); clearAction.setToolTip("Delete all snapshots"); connect(&_takeSnapshotAction, SIGNAL(triggered(bool)),