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
Commits
72f6ca3e
Commit
72f6ca3e
authored
5 years ago
by
andrey.daragan
Browse files
Options
Downloads
Plain Diff
Merge branch 'features-2989' into 'develop'
Features 2989 See merge request
!40
parents
bba9a5c3
e6c67a10
No related branches found
No related tags found
1 merge request
!40
Features 2989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
widgets/DapBusyIndicator.qml
+0
-21
0 additions, 21 deletions
widgets/DapBusyIndicator.qml
with
0 additions
and
21 deletions
widgets/DapBusyIndicator.qml
+
0
−
21
View file @
72f6ca3e
...
...
@@ -58,17 +58,11 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
*
(
index
)
onTriggered
:
{
console
.
log
(
"
reset triggered, index:
"
,
index
)
parent
.
opacity
=
1
parent
.
color
=
busyIndicatorDarkColor
parent
.
scale
=
busyPointMaxScale
reset2
.
start
()
}
onRunningChanged
:
{
if
(
running
)
console
.
log
(
"
reset start, index:
"
,
index
)
else
console
.
log
(
"
reset stop, index:
"
,
index
)
}
}
//Timer of point transformation at one position
Timer
...
...
@@ -77,16 +71,10 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
onTriggered
:
{
console
.
log
(
"
reset2 triggered, index:
"
,
index
)
parent
.
opacity
=
1
parent
.
color
=
busyIndicatorLightColor
parent
.
scale
=
busyPointMinScale
}
onRunningChanged
:
{
if
(
running
)
console
.
log
(
"
reset2 start, index:
"
,
index
)
else
console
.
log
(
"
reset2 stop, index:
"
,
index
)
}
}
//Timer of all busy indicator transformation
Timer
...
...
@@ -95,7 +83,6 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
*
busyPointNum
onTriggered
:
{
console
.
log
(
"
globalTimer triggered, index:
"
,
index
)
reset
.
start
()
}
triggeredOnStart
:
true
...
...
@@ -118,13 +105,5 @@ DapBusyIndicatorForm
}
}
}
onRunningChanged
:
{
if
(
running
)
{
console
.
log
(
"
running all
"
)
}
else
console
.
log
(
"
stop all
"
)
}
}
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