Le 23/01/11 07:36, AON LAZIO a écrit :
Hi folks,
     Anyone know how to rename the text of tab (tab name) in real-time? (not in qt designer)
     I cannot find the method there.
     Thanks in advance.


--
Aonlazio
'Peace is always the way.' NW
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
This method :

     myTabWidget.setTabText(index, text)

is not working ?

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtabwidget.html#setTabText

--
Vincent V.V.
Oqapy


_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to