-
Hi Tarlan,
is it possible to implement an onChange event, like on touch down, or on touch up, so that code can be run when the value is changed?
I tried to add .onChange() however this didn’t wo…
-
Thank you for CircularSlider. Please remove **print** statement CircularSlider.swift
-
Hello, I want to make this, and I add these code to "ShapePath { id: progressShapePath }" in "CircularSlider.qml":
```
fillGradient: LinearGradient {
x1: 0
y1: 0
x2: parent.width
y2: par…
-
Please add Minimum value property in CircularSlider Widget
`CircularSlider(
// like
minValue :50,
maxValue: 200,
…
-
I was trying this set up
```
```
But the initial position of the knob is like this
Is there any way we can make the knob starts at the exact top? Thank you!
-
### Related Bug(Optaional)
_No response_
### Current State
X축을 기준으로 위아래로 값의 변화가 나뉨
### After State
Y축을 기준으로 좌우로 값의 변화가 나뉨
### 예상 작업 기간
~ 06/03
### 실제 작업 기간(PR 작성 직전에 수정)
_No response_
-
This is a list of the 3817 GitHub projects in Bower, that don't contain a bower.json file.
```
1140px-responsive-css-grid: github.com/aosmialowski/1140px-Responsive-CSS-Grid
320andup: github.com/mala…
-
Thank you for your package, very useful.
Currently (although it's a circle and there's not really a "start" and "end") as a user, its obvious that the bottom is 0% and you turn clockwise to move yo…
-
When I try to build with Qt 6.4, I get an error:
`qrc:/main.qml:75:9: Type CustomTrackAndProgressPage unavailable
qrc:/pages/CustomTrackAndProgressPage.qml:229:35: Type OpacityMask unavailable
qrc:…
-
Hi,
Thanks for making this slider. I am currently trying to add increment (+) and decrement (-) buttons to my SwiftUI view, so the user can (optionally) select numbers from minValue to maxValue wit…