Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ercp-dev] Linux x86 SWT Qt port...

On Wed, Sep 30, 2009 at 10:39 AM, Gorkem Ercan <gercan@xxxxxxx> wrote:
> http://wiki.eclipse.org/ERCP/build/HowToBuildeSWTforQt . I still need to
> test the instructions though.

These worked out for me fine on a new workspace. I also took the liberty of adding some additional information to it.

> We do not normally use QLayout as you have noticed QLayout is used only for
> the menu bar, Jussi can fill in the details for it. But Qt widgets (those
> deriving from QWidget) actually override sizeHint so if you test the
> sizeHint for a widget such as Label with a text you should get a value
> different from 0. QWidget by itself does not have a size.

I tried either with a QLabel or a QPushButton last night and sizeHint() did seem to work. Thanks.

> That is something we are interested in as well. I can try to help as much as
> I can. Would you like open a bug report to follow the progress.

Bug 290987 has been opened now. Please CC yourself there if you are interested in the effort...or helping with the effort. ;)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=290987

Regards,
Remy

----------
Remy Suen
Rational Team Concert Developer, Eclipse Platform/UI Committer
IBM Ottawa
613-356-5162


Back to the top