Skip to content
GitLab
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
8f508478
Commit
8f508478
authored
Jun 04, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jun 04, 2018
Browse files
Remove record button (moved to OSG toolbar).
parent
c32b452e
Changes
3
Hide whitespace changes
Inline
Side-by-side
plugins/hppwidgetsplugin/pathplayer.cc
View file @
8f508478
...
...
@@ -329,11 +329,6 @@ namespace hpp {
return
ui_
->
stopButton
;
}
QPushButton
*
PathPlayer
::
record
()
const
{
return
ui_
->
recordButton
;
}
int
PathPlayer
::
getCurrentPath
()
const
{
if
(
!
pathIndex
()
->
isEnabled
())
return
-
1
;
...
...
plugins/hppwidgetsplugin/pathplayer.hh
View file @
8f508478
...
...
@@ -92,7 +92,6 @@ signals:
QSlider
*
pathSlider
()
const
;
QPushButton
*
playPause
()
const
;
QPushButton
*
stop
()
const
;
QPushButton
*
record
()
const
;
double
pathLength_
;
double
currentParam_
;
...
...
plugins/hppwidgetsplugin/pathplayerwidget.ui
View file @
8f508478
...
...
@@ -118,35 +118,6 @@
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"recordButton"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Fixed"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"baseSize"
>
<size>
<width>
32
</width>
<height>
32
</height>
</size>
</property>
<property
name=
"toolTip"
>
<string>
<
html
><
head/
><
body
><
p
>
Record the central widget as a sequence of images. You can find the images in /tmp/hpp_gui/record/img_%d.jpeg
<
/p
><
/body
><
/html
>
</string>
</property>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"icon"
>
<iconset>
<normaloff>
:/icons/record.png
</normaloff>
:/icons/record.png
</iconset>
</property>
<property
name=
"checkable"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item>
<widget
class=
"QDoubleSpinBox"
name=
"timeSpinBox"
>
<property
name=
"toolTip"
>
...
...
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