qt-interest@trolltech.com
[Top] [All Lists]

[Qt-interest] setScrollBarPolicy(Qt::Horizontal,Qt::ScrollBarAlwaysOff);

Subject: [Qt-interest] setScrollBarPolicy(Qt::Horizontal,Qt::ScrollBarAlwaysOff); does not work
From: Nitin Mahajan
Date: Thu, 25 Dec 2008 19:29:16 -0800 PST
Hi!

While working with the demo browser application I did, 

frame->setScrollBarPolicy(Qt::Horizontal,Qt::ScrollBarAlwaysOff);
frame->setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff);

The
frame->setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) works
for me, however
setScrollBarPolicy(Qt::Horizontal,Qt::ScrollBarAlwaysOff); does not
work and I can still see the horizontal scroll bar on the demo browser
application.

Is this some known bug, or I am doing something wrong here? I am using beta 
release for the qt-4.5 embedded Linux.

regards

-Nitin


      New Email names for you! 
Get the Email name you've always wanted on the new @ymail and @rocketmail. 
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/

_______________________________________________
Qt-interest mailing list
Qt-interest@xxxxxxxxxxxxx
http://lists.trolltech.com/mailman/listinfo/qt-interest

<Prev in Thread] Current Thread [Next in Thread>
  • [Qt-interest] setScrollBarPolicy(Qt::Horizontal,Qt::ScrollBarAlwaysOff); does not work, Nitin Mahajan <=