Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
d7513b42
Commit
d7513b42
authored
Jan 20, 2014
by
Hossain Mahmud
Browse files
minor changes, Load File label changed
parent
5e1ab4b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
application/gui/datacontainerinspectorwidget.h
View file @
d7513b42
...
...
@@ -185,8 +185,7 @@ namespace campvis {
QHBoxLayout
*
_mainLayout
;
///< Layout for this widget
QWidget
*
_infoWidget
;
///< Widget showing the information about the selected QtDataHandle
QVBoxLayout
*
_infoWidgetLayout
;
///< Layout for the _infoWidget
//QGridLayout* _infoWidgetLayout; ///< Layout for the _infoWidget
QLabel
*
_lblName
;
QLabel
*
_lblLocalMemoryFootprint
;
QLabel
*
_lblVideoMemoryFootprint
;
...
...
application/gui/properties/stringpropertywidget.cpp
View file @
d7513b42
...
...
@@ -41,7 +41,7 @@ namespace campvis {
addWidget
(
_lineEdit
);
if
(
!
dynamic_cast
<
DataNameProperty
*>
(
property
))
{
_btnLoadFile
=
new
QPushButton
(
tr
(
"
Load Fil
e"
),
this
);
_btnLoadFile
=
new
QPushButton
(
tr
(
"
Brows
e"
),
this
);
addWidget
(
_btnLoadFile
);
connect
(
_btnLoadFile
,
SIGNAL
(
clicked
(
bool
)),
this
,
SLOT
(
onBtnLoadFileClicked
(
bool
)));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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