Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Can we have a text over a scrollBar ? For Ex: Is it possible to display a timeframe over a scrollBar?
@Anita Can you describe your use case? Wouldn't be a QSlider better?
@jsulm
Hi ... I am using scrollBar in Tableview . I wanted to place timeframes on the horizontal scrollBar.
I will be using text and placing it over the scrollBar.
Thank you.
@Anita Can't you put a QLabel (or whatever suits you) just above the scroll bar and put the text there?
@jsulm Yes. I can place a text or a label over the ScrollBar. It works. Thank you.