Changeset - 9e86c0ca2619
[Not reviewed]
default
0 2 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2017-01-30 05:26:16
hy@ozderya.net
"save" instead of export
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/snapshotview.cpp
Show inline comments
 
@@ -46,7 +46,7 @@ SnapshotView::SnapshotView(QWidget *pare
 
    connect(ui->actionRename, &QAction::triggered,
 
            this, &SnapshotView::showRenameDialog);
 

	
 
    connect(ui->actionExport, &QAction::triggered,
 
    connect(ui->actionSave, &QAction::triggered,
 
            this, &SnapshotView::save);
 

	
 
    // add 'View' menu items
src/snapshotview.ui
Show inline comments
 
@@ -26,7 +26,7 @@
 
     <x>0</x>
 
     <y>0</y>
 
     <width>544</width>
 
     <height>20</height>
 
     <height>25</height>
 
    </rect>
 
   </property>
 
   <widget class="QMenu" name="menuSnapshot">
 
@@ -34,7 +34,7 @@
 
     <string>&amp;Snapshot</string>
 
    </property>
 
    <addaction name="actionRename"/>
 
    <addaction name="actionExport"/>
 
    <addaction name="actionSave"/>
 
    <addaction name="actionClose"/>
 
   </widget>
 
   <widget class="QMenu" name="menuView">
 
@@ -45,9 +45,9 @@
 
   <addaction name="menuSnapshot"/>
 
   <addaction name="menuView"/>
 
  </widget>
 
  <action name="actionExport">
 
  <action name="actionSave">
 
   <property name="text">
 
    <string>&amp;Export CSV</string>
 
    <string>&amp;Save as CSV</string>
 
   </property>
 
   <property name="toolTip">
 
    <string>Save snapshot as CSV file</string>
0 comments (0 inline, 0 general)