Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLMC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLMC
Commits
7296f82e
Commit
7296f82e
authored
8 years ago
by
luyikei
Browse files
Options
Downloads
Patches
Plain Diff
main.qml: Add cutModeButton
parent
227f8ea1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Gui/timeline/main.qml
+15
-4
15 additions, 4 deletions
src/Gui/timeline/main.qml
with
15 additions
and
4 deletions
src/Gui/timeline/main.qml
+
15
−
4
View file @
7296f82e
...
...
@@ -21,6 +21,7 @@ Rectangle {
property
var
selectedClips
:
[]
// Actual clip item objects
property
var
groups
:
[]
// list of lists of clip uuids
property
alias
isMagneticMode
:
magneticModeButton
.
selected
property
alias
isCutMode
:
cutModeButton
.
selected
property
int
trackHeight
:
30
...
...
@@ -471,10 +472,20 @@ Rectangle {
width
:
parent
.
width
-
x
*
2
height
:
parent
.
height
/
2
PropertyButton
{
id
:
magneticModeButton
text
:
"
M
"
selected
:
true
Row
{
spacing
:
2
PropertyButton
{
id
:
magneticModeButton
text
:
"
M
"
selected
:
true
}
PropertyButton
{
id
:
cutModeButton
text
:
"
C
"
selected
:
false
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment