Changeset - dbb380c5cb05
[Not reviewed]
default
0 2 0
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-04-23 08:32:15
hy@ozderya.net
set icons for plot toolbar
2 files changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/mainwindow.ui
Show inline comments
 
@@ -141,6 +141,9 @@
 
   <property name="checked">
 
    <bool>false</bool>
 
   </property>
 
   <property name="icon">
 
    <iconset theme="player_pause"/>
 
   </property>
 
   <property name="text">
 
    <string>Pause</string>
 
   </property>
 
@@ -152,6 +155,9 @@
 
   </property>
 
  </action>
 
  <action name="actionClear">
 
   <property name="icon">
 
    <iconset theme="editclear"/>
 
   </property>
 
   <property name="text">
 
    <string>Clear</string>
 
   </property>
src/snapshotmanager.cpp
Show inline comments
 
@@ -24,6 +24,7 @@
 
#include <QFile>
 
#include <QVector>
 
#include <QPointF>
 
#include <QIcon>
 
#include <QtDebug>
 

	
 
#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)),
0 comments (0 inline, 0 general)