Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-qt-ui-qml
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
cellframe
libdap-qt-ui-qml
Merge requests
!21
features-3031
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
features-3031
features-3031
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
andrey.daragan
requested to merge
features-3031
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
[+] Added new properties for the right panel widget.
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
bd025c88
1 commit,
5 years ago
1 file
+
10
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
widgets/DapRightPanelForm.ui.qml
+
10
−
2
Options
@@ -8,6 +8,15 @@ import QtQuick.Controls 2.0
Rectangle
{
id
:
frameRightPanel
///@detalis Signal initiating switching to the previous displayed form.
signal
nextActivated
(
var
parametrsRightPanel
)
///@detalis Signal initiating switching to the previous displayed form.
signal
previousActivated
(
var
parametrsRightPanel
)
///@detalis Next display right panel.
property
string
dapNextRightPanel
///@detalis Previous display right panel.
property
string
dapPreviousRightPanel
///@detalis Right panel widget.
property
alias
dapFrame
:
frameRightPanel
///@detalis Right pane title widget.
@@ -20,8 +29,7 @@ Rectangle
property
Item
dapContentItemData
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property
int
dapRightPanelWidth
anchors.fill
:
parent
width
:
dapRightPanelWidth
// Install right panel title
Loading