<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Yepp, just updated the CVS and now it works. Thanks. The reason I use QToolButton
is that I use the same codebase to compile a windows and a Linux binary with
some ifdefs to get as much KDE functionality as posible with as little differences
as posible from straight Qt programs. So I use KMainWindow and KToolBars
etc, but most of the widgets are the Qt variant.<br>
<br>
/Mauritz<br>
Underscore AB<br>
<br>
Maks Orlovich wrote:<br>
<blockquote type="cite"
 cite="mid200209030947.52302.mo002j@mail.rochester.edu">
  <pre wrap="">On Monday 02 September 2002 10:10 pm, Henrik Johnson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Regarding the pushbutton problem it is created using the following
constructor.

QToolButton button=new QToolButton((QPixMap)anyPixmap,"Some text","Some
text",parentWidget);
button->setPopup(new QPopupMenu(button));

And that seem to pretty much make it show up, wrong background on the
left part of the button.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Thanks, I fixed this one in CVS (see revision 1.72 of keramik.cpp); good thing 
that you noticed this as these types of buttons aren't really used in KDE 
(which is obviously my primary test material) -- KToolButton handles popups 
differently.. I'll take a look at the second one as soon as I can..

  </pre>
</blockquote>
</body>
</html>