Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-gui
Commits
470b9b1d
Commit
470b9b1d
authored
Feb 06, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 06, 2017
Browse files
Add configuration by pressing Enter in QLineEdit of configuration widget
parent
81013ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/hppwidgetsplugin/configurationlistwidget.cc
View file @
470b9b1d
...
...
@@ -45,6 +45,7 @@ namespace hpp {
ui_
->
listInit
->
setSingleItemOnly
(
true
);
connect
(
ui_
->
button_SaveConfig
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
onSaveClicked
()));
connect
(
name
(),
SIGNAL
(
returnPressed
()),
SLOT
(
onSaveClicked
()));
connect
(
ui_
->
button_ResetGoalConfig
,
SIGNAL
(
clicked
()),
SLOT
(
resetGoalConfigs
()));
connect
(
list
(),
SIGNAL
(
currentItemChanged
(
QListWidgetItem
*
,
QListWidgetItem
*
)),
this
,
SLOT
(
updateCurrentConfig
(
QListWidgetItem
*
,
QListWidgetItem
*
)));
...
...
Write
Preview
Supports
Markdown
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