--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <path id="path2993" d="m1.5 3.5v5h4l3 3v-8z" stroke="#204a87" stroke-width="1px" fill="#3465a4"/>
+ <path id="path2995" d="m8.5 20.5v-16" stroke="#204a87" stroke-linecap="square" stroke-width="1px" fill="none"/>
+ <path id="path2993-2" d="m22.5 3.5v5h-4l-3 3v-8z" stroke="#204a87" stroke-width="1px" fill="#3465a4"/>
+ <path id="path2995-2" d="m15.5 20.5v-16" stroke="#204a87" stroke-linecap="square" stroke-width="1px" fill="none"/>
+</svg>
<file>icons/status-green.svg</file>
<file>icons/status-grey.svg</file>
<file>icons/status-red.svg</file>
+ <file>icons/show-cursors.svg</file>
<file>icons/trigger-change.svg</file>
<file>icons/trigger-falling.svg</file>
<file>icons/trigger-high.svg</file>
action_view_show_cursors_->setCheckable(true);
action_view_show_cursors_->setChecked(view_->cursors_shown());
+ action_view_show_cursors_->setIcon(QIcon::fromTheme("show-cursors",
+ QIcon(":/icons/show-cursors.svg")));
action_view_show_cursors_->setShortcut(QKeySequence(Qt::Key_C));
action_view_show_cursors_->setObjectName(
QString::fromUtf8("actionViewShowCursors"));