File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,15 @@ Page {
31
31
interactive: false
32
32
orientation: ListView .Horizontal
33
33
highlightMoveDuration: FluTheme .animationEnabled ? 167 : 0
34
+ highlightResizeDuration: FluTheme .animationEnabled ? 167 : 0
34
35
highlight: Item{
35
36
clip: true
36
37
Rectangle{
37
38
height: 3
38
39
radius: 1.5
39
40
color: FluTheme .primaryColor
40
- width: nav_list .currentItem ? nav_list . currentItem . width : 0
41
+ width: nav_list .currentItem . width
41
42
y: d .tabY
42
- Behavior on width {
43
- enabled: FluTheme .animationEnabled
44
- NumberAnimation{
45
- duration: 167
46
- easing .type : Easing .OutCubic
47
- }
48
- }
49
43
}
50
44
}
51
45
delegate: Button{
Original file line number Diff line number Diff line change @@ -32,21 +32,15 @@ Page {
32
32
interactive: false
33
33
orientation: ListView .Horizontal
34
34
highlightMoveDuration: FluTheme .animationEnabled ? 167 : 0
35
+ highlightResizeDuration: FluTheme .animationEnabled ? 167 : 0
35
36
highlight: Item{
36
37
clip: true
37
38
Rectangle{
38
39
height: 3
39
40
radius: 1.5
40
41
color: FluTheme .primaryColor
41
- width: nav_list .currentItem ? nav_list . currentItem . width : 0
42
+ width: nav_list .currentItem . width
42
43
y: d .tabY
43
- Behavior on width {
44
- enabled: FluTheme .animationEnabled
45
- NumberAnimation{
46
- duration: 167
47
- easing .type : Easing .OutCubic
48
- }
49
- }
50
44
}
51
45
}
52
46
delegate: Button{
You can’t perform that action at this time.
0 commit comments