Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frédéric Larue
CommonGUI
Commits
f26f5e43
Commit
f26f5e43
authored
Feb 27, 2019
by
Frédéric Larue
Browse files
Minor modifications.
parent
6945dbdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
UIParam/UIParamPath.cpp
View file @
f26f5e43
...
...
@@ -29,7 +29,7 @@ UIParamPath::UIParamPath( const QString& id,
SetValue
(
value
);
connect
(
m_Path
,
SIGNAL
(
editTextChanged
(
QString
)),
this
,
SLOT
(
editPath
(
QString
))
);
QPushButton
*
chooseButton
=
new
QPushButton
(
"
Choose
"
);
QPushButton
*
chooseButton
=
new
QPushButton
(
"
...
"
);
connect
(
chooseButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
openFileDialog
())
);
l
->
addWidget
(
m_Path
);
...
...
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