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
7720aa8b
Commit
7720aa8b
authored
Apr 21, 2010
by
Sebastian Eichelbaum
Browse files
[CHANGE] - removed warnings
parent
1b563727
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
src/gui/icons/moduleBusy.xpm
src/gui/icons/moduleBusy.xpm
+1
-1
src/gui/icons/moduleCrashed.xpm
src/gui/icons/moduleCrashed.xpm
+1
-1
src/gui/icons/remove.xpm
src/gui/icons/remove.xpm
+1
-1
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
+1
-0
No files found.
src/gui/icons/moduleBusy.xpm
View file @
7720aa8b
/* XPM */
static
char * moduleBusy_xpm[] = {
const
char * moduleBusy_xpm[] = {
"32 32 307 2",
" c None",
". c #6497CA",
...
...
src/gui/icons/moduleCrashed.xpm
View file @
7720aa8b
/* XPM */
static
char * moduleCrashed_xpm[] = {
const
char * moduleCrashed_xpm[] = {
"32 32 506 2",
" c None",
". c #BD0100",
...
...
src/gui/icons/remove.xpm
View file @
7720aa8b
/* XPM */
static
char * remove_xpm[] = {
const
char * remove_xpm[] = {
"32 32 230 2",
" c None",
". c #B55959",
...
...
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
View file @
7720aa8b
...
...
@@ -74,6 +74,7 @@ WQtDatasetBrowser::WQtDatasetBrowser( WMainWindow* parent )
m_moduleTreeWidget
->
setMinimumHeight
(
250
);
// create context menu for tree items
// Use this Icon? WQt4Gui::getMainWindow()->getIconManager()->getIcon( "remove" ); This somehow crashes OW.
QAction
*
deleteModuleAction
=
new
QAction
(
"Remove Module"
,
m_moduleTreeWidget
);
connect
(
deleteModuleAction
,
SIGNAL
(
triggered
()
),
this
,
SLOT
(
deleteModuleTreeItem
()
)
);
m_moduleTreeWidget
->
addAction
(
deleteModuleAction
);
...
...
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