Qt-jambi-interest Archive, March 2007
Re: losing properties values in qt designer from eclipse
Message 1 in thread
Bruno Janvier wrote:
> Hello,
>
> I consistently lose the property values of my QListView when editing
> with the designer from Eclipse.
>
> The saving is ok, because the QListView behaves how I want when running
> software.
>
> But the loading makes that I lose values for resizeMode, viewMode,
> layoutMode and ...
Hi Bruno,
There is a bug with how designer treats enum and flag values when
loading .jui files which breaks loading in designer. We're working to
find a fix for this problem.
-
Gunnar