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
cbd9916d
Commit
cbd9916d
authored
5 years ago
by
andrey.daragan
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
8fedbf33
72f6ca3e
No related branches found
Branches containing commit
No related tags found
1 merge request
!50
Features 3819
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 @
cbd9916d
...
@@ -58,17 +58,11 @@ DapBusyIndicatorForm
...
@@ -58,17 +58,11 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
*
(
index
)
interval
:
busyIndicatorDelay
*
(
index
)
onTriggered
:
onTriggered
:
{
{
console
.
log
(
"
reset triggered, index:
"
,
index
)
parent
.
opacity
=
1
parent
.
opacity
=
1
parent
.
color
=
busyIndicatorDarkColor
parent
.
color
=
busyIndicatorDarkColor
parent
.
scale
=
busyPointMaxScale
parent
.
scale
=
busyPointMaxScale
reset2
.
start
()
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 of point transformation at one position
Timer
Timer
...
@@ -77,16 +71,10 @@ DapBusyIndicatorForm
...
@@ -77,16 +71,10 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
interval
:
busyIndicatorDelay
onTriggered
:
onTriggered
:
{
{
console
.
log
(
"
reset2 triggered, index:
"
,
index
)
parent
.
opacity
=
1
parent
.
opacity
=
1
parent
.
color
=
busyIndicatorLightColor
parent
.
color
=
busyIndicatorLightColor
parent
.
scale
=
busyPointMinScale
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 of all busy indicator transformation
Timer
Timer
...
@@ -95,7 +83,6 @@ DapBusyIndicatorForm
...
@@ -95,7 +83,6 @@ DapBusyIndicatorForm
interval
:
busyIndicatorDelay
*
busyPointNum
interval
:
busyIndicatorDelay
*
busyPointNum
onTriggered
:
onTriggered
:
{
{
console
.
log
(
"
globalTimer triggered, index:
"
,
index
)
reset
.
start
()
reset
.
start
()
}
}
triggeredOnStart
:
true
triggeredOnStart
:
true
...
@@ -118,13 +105,5 @@ DapBusyIndicatorForm
...
@@ -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