You provably have a vertical task bar. this is supposed to be fixed in the 
nightly builds.




----- Original Message ----
From: Michael Sué <[email protected]>
To: qt4-preview-feedback <[email protected]>
Sent: Friday, February 20, 2009 8:09:34 AM
Subject: [Qt4-preview-feedback] Qt 4.5.0.rc1: queer behaviour

Hi Trolls,

when I re-qmake'd and re-built my program and started it, I get some queer
behaviour on WINDOWS XP, sp3:

- when I move the main-window programmatically the mouse does no longer act
where it is shown, see attached program code:
  When you build and run the program everything is ok. When you then call
the menu entry "File/Move", the mouse hot spot shifts in a way that you can
no longer reach the menu anymore. When you minimize the program and maximize
it again, everything works fine again.
  (this problem does not occur on Fedora Core 10)

and on WINDOWS XP, sp3 and Fedora Core 10 I get:

- a QLabel generated like this:
    m_stTitle=new QLabel(QString(),this);
    m_stTitle->setFrameStyle(QFrame::Panel);

    //blue background; white text
    m_stTitle->setAutoFillBackground(true);
    QPalette palette=m_stTitle->palette();
    QColor before=palette.color(QPalette::Window);
    palette.setColor(QPalette::Window,Qt::blue);
    palette.setColor(QPalette::WindowText,Qt::white);
    m_stTitle->setPalette(palette);

  now has a "nasty" white frame (of approx. 1 pixel) around its blue
contents.

  How would I get the appearence of Qt 4.4.2.

Best, Michael.



      

_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to