Re: Snapshot of quicklaunch applet

2009-04-10 Thread Aaron J. Seigo
On Friday 10 April 2009, you wrote: > Hi Aron, > > I am sending the snapshot of the quicklaunch applet. > http://imagebin.org/45059 > > In the constructor I had called kDebug() << "Foo Start" > and just after the resize(sizeHint(Qt::PreferredSize)) i had called another > kDebug() << "Bar see" in t

Snapshot of quicklaunch applet

2009-04-10 Thread sujith h
Hi Aron, I am sending the snapshot of the quicklaunch applet. http://imagebin.org/45059 In the constructor I had called kDebug() << "Foo Start" and just after the resize(sizeHint(Qt::PreferredSize)) i had called another kDebug() << "Bar see" in the method refactorUi(). Even if I change m_timer-