<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ville M. Vainio a &eacute;crit&nbsp;:
<blockquote
 cite="mid:46cb515a0912031123t3b062bb5u5e30db60c9d88324@mail.gmail.com"
 type="cite">
  <pre wrap="">On Thu, Dec 3, 2009 at 8:33 PM, Jebagnana Das <a
 class="moz-txt-link-rfc2396E" href="mailto:jebagnanadas@gmail.com">&lt;jebagnanadas@gmail.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1) Is it possible for us to create tabbed windows by having
images as tab headers.. If u r not getting the point it's like add/remove
programs in windows or tools-&gt;preferences in vlc(latest) player... I know
there is QTabwidget tool.. But through this we can set only icons for tabs
not like the windows like the above mentioned two...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I looked at what vlc 1.0.2 has. That preferences menu is not a tab
widget at all.

Luckily, vlc is using qt4. Grab the source and check out
simple_preferences.cpp. You'll note that it's using a set of
QToolButton objects to implement the category switcher (#define
ADD_CATEGORY...)

  </pre>
</blockquote>
Or maybe like this :<br>
<br>
../PyQt-x.x.x/examples/dialogs/configdialog<br>
<br>
Vincent<br>
</body>
</html>