Hi,<br><br>I have searched the archives and have not found the answer to my question so I am asking it here.<br><br>Is there a way to use the page title as the tab label instead of the url?<br><br>I have looked at the source (TabView::newUrlRequested in
tabview.cpp) and it is using url.url() in for the tab label, what would I need to change this to get the title of the page being loaded to be displayed?<span style="font-style: italic;"></span><br><br>I have never cut C++ code before (I compiled a Hello World app tonight) and I have no Qt or KDE experience so any hints or pointers are welcome.
<br><br>Also, I wonder if the current tab title should be changed from<br>{{{<br> mytab->setTabLabel(mytab->currentPage(), url.url())<br>}}}<br><br>to <br><br>{{{<br> mytab->setTabLabel(mytab->currentPage(),
url.prettyUrl())<br>}}}<br><br>url.prettyUrl() removes passwords and generally cleans up the url for display (so i gather).<br><br>Anyway thanks for any help that can be offered, and thanks to all contributors to MythTV for a great project!
<br><br>Roo.<br>