Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b75e4b5a
Commit
b75e4b5a
authored
Jan 26, 2013
by
Alexander Wiebel
Browse files
[ADD] qt icon
Wanted to add this for ... uuuhhh ... two years or so
parent
806285d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
resources/qt4gui/share/openwalnut/qt4gui/qt.png
resources/qt4gui/share/openwalnut/qt4gui/qt.png
+0
-0
src/qt4gui/WMainWindow.cpp
src/qt4gui/WMainWindow.cpp
+1
-1
No files found.
resources/qt4gui/share/openwalnut/qt4gui/qt.png
0 → 100644
View file @
b75e4b5a
3.81 KB
src/qt4gui/WMainWindow.cpp
View file @
b75e4b5a
...
...
@@ -366,7 +366,7 @@ void WMainWindow::setupGUI()
m_helpMenu
->
addAction
(
m_iconManager
.
getIcon
(
"logo"
),
"Welcome to OpenWalnut"
,
this
,
SLOT
(
showWelcomeDialog
()
)
);
m_helpMenu
->
addSeparator
();
m_helpMenu
->
addAction
(
m_iconManager
.
getIcon
(
"logo"
),
"About OpenWalnut"
,
this
,
SLOT
(
openAboutDialog
()
)
);
m_helpMenu
->
addAction
(
"About Qt"
,
this
,
SLOT
(
openAboutQtDialog
()
)
);
m_helpMenu
->
addAction
(
m_iconManager
.
getIcon
(
"qt"
),
"About Qt"
,
this
,
SLOT
(
openAboutQtDialog
()
)
);
m_helpAction
->
setMenu
(
m_helpMenu
);
setMenuBar
(
m_menuBar
);
...
...
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