<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Regarding the pushbutton problem it is created using the following constructor.<br>
<br>
QToolButton button=new QToolButton((QPixMap)anyPixmap,"Some text","Some text",parentWidget);<br>
button->setPopup(new QPopupMenu(button));<br>
<br>
And that seem to pretty much make it show up, wrong background on the left
part of the button.<br>
<br>
Regarding the problem to the right of some of the toolbars it is when you
use the following constructor.<br>
<br>
toolbar=new KToolBar((QMainWidget *)mainWidget,(QWidget *)parent);<br>
<br>
That means that the toolbar is attached to another widget than the main widget
and can't be move. That means no toolbar handle and where the handle is supposed
to be the background is wrong.<br>
<br>
Hopefully this is helpfull. The code for the application I am seing this
on is Tora (<a class="moz-txt-link-freetext" href="http://www.globecom.se/tora">http://www.globecom.se/tora</a>). You will need to grab the CVS version
to get the "kde toolbar widget" fix you mentioned before.<br>
<br>
/Mauritz<br>
Underscore AB<br>
<br>
<br>
<br>
Maks Orlovich wrote:<br>
<blockquote type="cite"
 cite="mid200209021848.53143.mo002j@mail.rochester.edu">
  <blockquote type="cite">
    <pre wrap="">Ok, I've looked around and it seems to work now. That just leaves the
artifacts of the problem with the inactive QPushButton popup and the
wrongly painted missing toolbar handle on toolbars which doesn't have
the maintindow as the parent.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm.. Can you please tell me a bit more about the setup of those so I can try 
to reproduce the problem? I can't see enough on the screenshot to tell.

Thanks,
Maks Orlovich
  </pre>
</blockquote>
</body>
</html>