Qt-jambi-interest Archive, March 2007
Change tab text in designer ?
Message 1 in thread
Hi,
How can I change the tab text in the designer ? I found the entry in the
xml jui file and I can change it there but it would be much easier to
do it graphically...
-=Børge
Message 2 in thread
Børge Austvold wrote:
>How can I change the tab text in the designer ? I found the entry in the
> xml jui file and I can change it there but it would be much easier to
>do it graphically...
>
>
Hi, Børge.
Usually, you can edit the tab text by activating the tab in question and
editing the property currentTabText. Unfortunately, this property is not
available in the Qt Jambi beta due to a bug. In the next release, you
will be able to edit the tab text from within Designer, but for the time
being, I'm afraid the only way is to manually patch the .jui file.
-- Eskil