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
7b1be310
Commit
7b1be310
authored
Feb 06, 2010
by
Alexander Wiebel
Browse files
[CHANGE] questionmark as icon for about
parent
b4b74511
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
432 additions
and
2 deletions
+432
-2
src/gui/icons/WIcons.h
src/gui/icons/WIcons.h
+1
-1
src/gui/icons/question.png
src/gui/icons/question.png
+0
-0
src/gui/icons/question.xpm
src/gui/icons/question.xpm
+430
-0
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+1
-1
No files found.
src/gui/icons/WIcons.h
View file @
7b1be310
...
...
@@ -38,7 +38,7 @@
#include "sag.xpm"
#include "box.xpm"
#include "
lightbulb
.xpm"
#include "
question
.xpm"
#include "o.xpm"
#endif // WICONS_H
src/gui/icons/question.png
0 → 100644
View file @
7b1be310
8.08 KB
src/gui/icons/question.xpm
0 → 100644
View file @
7b1be310
This diff is collapsed.
Click to expand it.
src/gui/qt4/WMainWindow.cpp
View file @
7b1be310
...
...
@@ -65,7 +65,7 @@ void WMainWindow::setupGUI()
{
m_iconManager
.
addIcon
(
std
::
string
(
"load"
),
fileopen_xpm
);
m_iconManager
.
addIcon
(
std
::
string
(
"logo"
),
logoIcon_xpm
);
m_iconManager
.
addIcon
(
std
::
string
(
"help"
),
lightbulb
_xpm
);
m_iconManager
.
addIcon
(
std
::
string
(
"help"
),
question
_xpm
);
m_iconManager
.
addIcon
(
std
::
string
(
"quit"
),
quit_xpm
);
if
(
objectName
().
isEmpty
()
)
...
...
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