<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi everyone,<br>
    <br>
    me again :)<br>
    <br>
    I just implemented the tutorial on <a
      href="http://zetcode.com/gui/pysidetutorial/dragdrop/">this page</a>
    into my code as I needed to be able to copy QPushButtons from one
    widget to another via Drag&Drop. It all works great, accept for
    the fact that the original button that I drag becomes checked and
    stays checked after I drop it into the other widget.<br>
    The example on the above page actually has the same problem accept
    it doesn't matter in that example.<br>
    <br>
    The QPushButton is not set to be checkable and I've tried using
    setChecked( False ) on the button both in the dragEnterEvent as well
    as the dropEvent, but to no avail.<br>
    <br>
    Any ideas how to make the button uncheck itself after it was
    dropped?<br>
    <br>
    <br>
    Cheers,<br>
    frank<br>
  </body>
</html>