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
b568e138
Commit
b568e138
authored
Mar 26, 2013
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
fe3a93c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/qt4gui/controlPanel/WQtColormapper.cpp
src/qt4gui/controlPanel/WQtColormapper.cpp
+1
-3
No files found.
src/qt4gui/controlPanel/WQtColormapper.cpp
View file @
b568e138
...
...
@@ -124,7 +124,7 @@ WQtColormapper::~WQtColormapper()
m_sortConnection
.
disconnect
();
}
WQtColormapper
::
WQtTextureListItem
::
WQtTextureListItem
(
const
osg
::
ref_ptr
<
WGETexture3D
>
texture
,
WQtColormapper
*
cmapper
,
QListWidget
*
parent
)
:
WQtColormapper
::
WQtTextureListItem
::
WQtTextureListItem
(
const
osg
::
ref_ptr
<
WGETexture3D
>
texture
,
WQtColormapper
*
/*
cmapper
*/
,
QListWidget
*
parent
)
:
QListWidgetItem
(
parent
),
m_texture
(
texture
),
m_parent
(
parent
)
...
...
@@ -152,8 +152,6 @@ WQtColormapper::WQtTextureListItem::WQtTextureListItem( const osg::ref_ptr< WGET
labelContainer
->
setLayout
(
labelContainerLayout
);
WPropertyStringWidget
*
nameLabel
=
new
WPropertyStringWidget
(
m_texture
->
name
(),
NULL
,
m_itemWidget
);
//WScaleLabel* l = new WScaleLabel( QString::fromStdString( m_texture->name()->get() ), 5, labelContainer );
//l->setTextInteractionFlags( Qt::NoTextInteraction );
nameLabel
->
setToolTip
(
"The name of this texture. This usually is the name of the file it was loaded from."
);
labelContainerLayout
->
addWidget
(
nameLabel
);
...
...
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