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
P
Plugin-SkeletalAnimation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-SkeletalAnimation
Commits
4775f986
Commit
4775f986
authored
Jul 12, 2016
by
Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some sliders not reacting to keys
parent
384683a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
SkeletalAnimationPlugin.cc
SkeletalAnimationPlugin.cc
+0
-1
animationControls.ui
animationControls.ui
+0
-16
No files found.
SkeletalAnimationPlugin.cc
View file @
4775f986
...
...
@@ -108,7 +108,6 @@ void SkeletalAnimationPlugin::initializePlugin()
connect
(
pToolbox_
->
pbClearSkins
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
slotClearSkins
())
);
connect
(
pToolbox_
->
cbAnimation
,
SIGNAL
(
currentIndexChanged
(
int
)),
this
,
SLOT
(
slotAnimationIndexChanged
(
int
))
);
connect
(
pToolbox_
->
hsFrame
,
SIGNAL
(
sliderMoved
(
int
)),
this
,
SLOT
(
slotFrameChanged
(
int
))
);
connect
(
pToolbox_
->
hsFrame
,
SIGNAL
(
valueChanged
(
int
)),
this
,
SLOT
(
slotFrameChanged
(
int
))
);
connect
(
pToolbox_
->
pbPlay
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
playAnimation
()
)
);
connect
(
pToolbox_
->
pbStop
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
stopAnimation
()
)
);
...
...
animationControls.ui
View file @
4775f986
...
...
@@ -298,22 +298,6 @@
</widget>
<resources/>
<connections>
<connection>
<sender>
hsFrame
</sender>
<signal>
sliderMoved(int)
</signal>
<receiver>
lbFrameNumber
</receiver>
<slot>
setNum(int)
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
168
</x>
<y>
173
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
268
</x>
<y>
146
</y>
</hint>
</hints>
</connection>
<connection>
<sender>
hsFrame
</sender>
<signal>
valueChanged(int)
</signal>
...
...
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