QRadioButton in disabled mode
-
How to make the radio button not receive any signals but just act as a page indicator, Infact I am trying to achieve the page indicator as displayed when each page is shown is there a seperate class to achieve that.? Page indicator as in dots displaying the page shown to the user.
-
I agree with Andre.
-
I agree with Andre. But, if you really want do that you can just use images for that, search for one that look's like with a radio button and put that in a label edit. sorry for my lazy english! =)
-
[quote author="gdouglas7" date="1333373537"]Depends if you are using QStackedWidget you could get the current page with the index of the element, right?[/quote]
If I understand Kewal right, he is looking for a display widget to indicate a page. In this context, none of your answers make any sense to me so far. So please, eleborate. Perhaps you can create a small example that illustrates what you mean? -
-
[quote author="gdouglas7" date="1333375080"]Maybe I have not got it right, but what I'm saying is that if it is using QStackedWidget and changing the page of the own widget, he could use the current index to the display of the page.
@ui-> label-> setText (ui-> stackedwidget-> currentIndex ());@[/quote]
Right... but he was trying - I gather - to display something like this:
!http://i.stack.imgur.com/ZoETt.png(iOS page indicator)!