Hello
Question
i have more than 5 radio buttons in my software and i want that when i click a radio button
then the text related to that button appears into the Qtab widget.
but i tried a lot but when i click a radio button the text related to that radio button
doesn't appear into the Qtabwidget.
my header file v_lab.h is here at pastebin(http://www.pastebin.org/880642)
at line 42 the function void peeyush(bool) is used to change the text
my header file v_lab.cpp is here at pastebin(http://www.pastebin.org/880690)
at line 128 of file v_lab.cpp i calling constructor
so please help me in changing the text in tab widget when i click on the radio button named as Binary Search
-Thanks