Summary: | --slider dialog needs documentation and usage instructions | ||
---|---|---|---|
Product: | [Applications] kdialog | Reporter: | Tristan Miller <psychonaut> |
Component: | general | Assignee: | Brad Hards <bradh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 1i5t5.duncan, gnb83044, shenlebantongying |
Priority: | NOR | ||
Version First Reported In: | 20.08 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kdialog/commit/bd3082d7880db3e48f2c6113f04a28f837333831 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tristan Miller
2020-10-07 09:14:30 UTC
Just trying to find some --slider documentation myself. With a bit of experimentation I had guessed it was text/min/max/increment, but at least here... kdialog --slider "test" 0 10 2 ... increments by 1, not 2, and an increment of .1 or 0.1 increments by 1 as well, so it seems "increment" isn't doing what I expected and after not seeing information about that in the --help output or on the page linked in the README, here I am looking at bugs, still trying to confirm that "increment" is indeed the third argument (beyond text), and whether I'm formatting it correctly if so. Not sure kdialog's currently maintained beyond "minimal life support" level (keeping it building and running, it is a native wayland app running on wayland, and I see hints of qt6 support in git so should hopefully outlast qt5). See bug #455994 which I just filed for more on that: https://bugs.kde.org/show_bug.cgi?id=455994 A possibly relevant merge request was started @ https://invent.kde.org/documentation/develop-kde-org/-/merge_requests/289 A possibly relevant merge request was started @ https://invent.kde.org/utilities/kdialog/-/merge_requests/24 Git commit bd3082d7880db3e48f2c6113f04a28f837333831 by Albert Astals Cid, on behalf of shenleban tongying. Committed on 19/05/2023 at 13:07. Pushed by aacid into branch 'master'. fix: slider's ticks and related doc Related: bug 467867 M +17 -15 src/kdialog.cpp M +1 -0 src/widgets.cpp https://invent.kde.org/utilities/kdialog/commit/bd3082d7880db3e48f2c6113f04a28f837333831 |