Files
@ e8c51b2d8584
Branch filter:
Location: tempo-plotter/snapshotview.ui - annotation
e8c51b2d8584
1.7 KiB
text/plain
added "View" menu actions to SnapshotView menu
b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 f520f2a1546b b0405ffbfd80 f520f2a1546b b0405ffbfd80 f520f2a1546b aa3c57d8443c b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 f520f2a1546b b0405ffbfd80 b0405ffbfd80 aa3c57d8443c b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 aa3c57d8443c aa3c57d8443c aa3c57d8443c b0405ffbfd80 f520f2a1546b f520f2a1546b f520f2a1546b f520f2a1546b f520f2a1546b f520f2a1546b f520f2a1546b f520f2a1546b b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 b0405ffbfd80 | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SnapShotView</class>
<widget class="QMainWindow" name="SnapShotView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>544</width>
<height>449</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="Plot" name="plot" native="true"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>544</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuSnapshot">
<property name="title">
<string>Snapshot</string>
</property>
<addaction name="actionRename"/>
<addaction name="actionExport"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
</widget>
<addaction name="menuSnapshot"/>
<addaction name="menuView"/>
</widget>
<action name="actionExport">
<property name="text">
<string>Export CSV</string>
</property>
<property name="toolTip">
<string>Save snapshot as CSV file</string>
</property>
</action>
<action name="actionRename">
<property name="text">
<string>Rename</string>
</property>
<property name="toolTip">
<string>Rename this snapshot</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>Plot</class>
<extends>QWidget</extends>
<header>plot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|