Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
2b4453e5
Commit
2b4453e5
authored
Sep 22, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1876 from DonLakeFlyer/Flickable
Allow buttons to be scrolled
parents
39a2500b
bc2c607b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
53 deletions
+62
-53
SetupView.qml
src/VehicleSetup/SetupView.qml
+62
-53
No files found.
src/VehicleSetup/SetupView.qml
View file @
2b4453e5
...
...
@@ -153,6 +153,14 @@ Rectangle {
}
}
Flickable
{
id
:
buttonFlickable
width
:
buttonWidth
height
:
parent
.
height
contentWidth
:
buttonWidth
contentHeight
:
buttonColumn
.
height
flickableDirection
:
Flickable
.
VerticalFlick
Column
{
id
:
buttonColumn
width
:
buttonWidth
...
...
@@ -217,12 +225,13 @@ Rectangle {
onClicked
:
showParametersPanel
()
}
}
// Column
}
// Flickable
Loader
{
id
:
panelLoader
anchors.leftMargin
:
defaultTextWidth
anchors.rightMargin
:
defaultTextWidth
anchors.left
:
button
Column
.
right
anchors.left
:
button
Flickable
.
right
anchors.right
:
parent
.
right
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
...
...
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