Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLMC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
luyikei
VLMC
Commits
0b3eb5bc
Commit
0b3eb5bc
authored
Jan 22, 2010
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some menu icons
parent
f4725115
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
images/configure.png
images/configure.png
+0
-0
images/redo.png
images/redo.png
+0
-0
images/undo.png
images/undo.png
+0
-0
ressources.qrc
ressources.qrc
+3
-0
src/Gui/ui/MainWindow.ui
src/Gui/ui/MainWindow.ui
+12
-0
No files found.
images/configure.png
0 → 100644
View file @
0b3eb5bc
1.26 KB
images/redo.png
0 → 100644
View file @
0b3eb5bc
817 Bytes
images/undo.png
0 → 100644
View file @
0b3eb5bc
875 Bytes
ressources.qrc
View file @
0b3eb5bc
...
...
@@ -28,6 +28,9 @@
<file alias="keyboard">images/keyboard.png</file>
<file alias="marker_start">images/marker_start.png</file>
<file alias="marker_stop">images/marker_stop.png</file>
<file alias="undo">images/undo.png</file>
<file alias="redo">images/redo.png</file>
<file alias="configure">images/configure.png</file>
</qresource>
<qresource prefix="/text">
<file>AUTHORS</file>
...
...
src/Gui/ui/MainWindow.ui
View file @
0b3eb5bc
...
...
@@ -115,6 +115,10 @@
</property>
</action>
<action
name=
"actionPreferences"
>
<property
name=
"icon"
>
<iconset
resource=
"../../../ressources.qrc"
>
<normaloff>
:/images/configure
</normaloff>
:/images/configure
</iconset>
</property>
<property
name=
"text"
>
<string>
Preferences
</string>
</property>
...
...
@@ -221,11 +225,19 @@
</property>
</action>
<action
name=
"actionUndo"
>
<property
name=
"icon"
>
<iconset
resource=
"../../../ressources.qrc"
>
<normaloff>
:/images/undo
</normaloff>
:/images/undo
</iconset>
</property>
<property
name=
"text"
>
<string>
Undo
</string>
</property>
</action>
<action
name=
"actionRedo"
>
<property
name=
"icon"
>
<iconset
resource=
"../../../ressources.qrc"
>
<normaloff>
:/images/redo
</normaloff>
:/images/redo
</iconset>
</property>
<property
name=
"text"
>
<string>
Redo
</string>
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment