Bug 363790 - slider dialog should display min/max/current values
Summary: slider dialog should display min/max/current values
Status: REPORTED
Alias: None
Product: kdialog
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Brad Hards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-01 11:01 UTC by picotmathieu
Modified: 2016-06-02 23:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description picotmathieu 2016-06-01 11:01:14 UTC
Slider dialog is not very nice with oxygen theme because numbers dont appears. 

With Breeze Theme it is totally unusable because click on slider and drag also drag the window.
Comment 1 Christoph Feck 2016-06-01 23:28:49 UTC
Since kdialog is not yet ported to Qt5, that would be the Qt4 style.

kdialog -style Breeze --slider TestSlider 0 100 10
Comment 2 Hugo Pereira Da Costa 2016-06-01 23:31:52 UTC
Cannot reproduce. Neither with breeze (@kde4), nor oxygen. Christoph, can you ? 
(and they share the same code with respect to window dragging, so that I would be surprise that the behave differently)
Otherwise, a complete test case would help
Comment 3 picotmathieu 2016-06-02 08:48:16 UTC
Ahhh sorry I forgot the text argument after --slider. 0 was text but exactly at the good place of the slider. I was trying :  

kdialog --slider 0 100 10

Bug is very minor: kdialog --slider shouldn't accept that one argument is missing.

However, that is not very practical for user to can't see any display of the slider value.
Comment 4 picotmathieu 2016-06-02 08:50:46 UTC
At minimum max value and min value should be displayed !
Comment 5 Christoph Feck 2016-06-02 23:56:04 UTC
Okey, reassigning back to kdialog.