Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, October 2007
Qt Jambi and Eclipse integration


Message 1 in thread

Hi,

it seems that sometimes the platform doesn't recognize changes in the
Eclipse embedded Qt designer. I change different properties in the Qt
property editor, but the save button doesn't highlight afterwards,
cleaning and recompiling of the project doesn't modify something in the
generated code and the property editor forgets all made settings.

In my case I'm working with a simple QMainWindow at the moment?

Any ideas or suggestions? Thanks in advance for the help.

Best Regards
Michael


Message 2 in thread

Michael Bauroth wrote:
> Eclipse embedded Qt designer. I change different properties in the Qt
> property editor, but the save button doesn't highlight afterwards,
> cleaning and recompiling of the project doesn't modify something in the
> generated code and the property editor forgets all made settings.
>   

Hi, Michael.

Which platform are you on, and which version of Eclipse and the Qt 
Designer integration are you using, please? Could you tell me if you see 
any error messages in the error log view?

Also, could you provide more detail about what you are doing exactly, 
i.e. which widget type and which properties you are altering. I've 
attempted to drop a radio button into a main window and then change its 
text, but the save button becomes enabled for me and everything seems to 
work as it should.


-- Eskil



Message 3 in thread

Hi,

Eclipse Version: 3.3.0 Build id: I20070625-1500
Java Version: 1.6.0
Qt Jambi Version: 4.3.1_01 GPL
Operating System: Windows XP SP2

I try to modify an empty QMainWindow Widget over the property editor.
All what I want is to modify things like e.g. caption or palette.

If I add a toolbar or a button, the save button appears by me too. It's
only when I try to change properties from the view itself.

Hope this helps ...

Best Regards
Michael

Eskil Abrahamsen Blomfeldt schrieb:
> Michael Bauroth wrote:
>> Eclipse embedded Qt designer. I change different properties in the Qt
>> property editor, but the save button doesn't highlight afterwards,
>> cleaning and recompiling of the project doesn't modify something in the
>> generated code and the property editor forgets all made settings.
>>   
> 
> Hi, Michael.
> 
> Which platform are you on, and which version of Eclipse and the Qt
> Designer integration are you using, please? Could you tell me if you see
> any error messages in the error log view?
> 
> Also, could you provide more detail about what you are doing exactly,
> i.e. which widget type and which properties you are altering. I've
> attempted to drop a radio button into a main window and then change its
> text, but the save button becomes enabled for me and everything seems to
> work as it should.
> 
> 
> -- Eskil
> 


Message 4 in thread

Hi, Michael.

Michael Bauroth wrote:
> Eclipse Version: 3.3.0 Build id: I20070625-1500
> Java Version: 1.6.0
> Qt Jambi Version: 4.3.1_01 GPL
> Operating System: Windows XP SP2
>   

Have you also installed version the 4.3.1_01-mingw-version of the 
Eclipse Integration? Is your Jambi package the binary or source package? 
If it's the source package, then please try the binary package to see if 
that helps.

> I try to modify an empty QMainWindow Widget over the property editor.
> All what I want is to modify things like e.g. caption or palette.
>   

I've managed to reproduce a problem where the property editor sometimes 
doesn't update when you undo certain changes. I haven't been able to 
reproduce your particular problem, but in case it's related, please make 
sure your main window is the current widget being edited in the property 
editor (i.e. its object name is the same as the class name you selected, 
and its class is QMainWindow.)

Could you also try running designer from the command line (run the 
designer.bat file in the binary package) to see if the same problem 
occurs there?

-- Eskil


Message 5 in thread

Hi,

I use the binary package with installed 4.3.1_01-mingw-version of the
Eclipse Integration.

I've tried the same once more with the standalone designer, which seems
to work correctly. If no other solution is available, this way works for
the meantime too.

Thanks once more.

Michael



Eskil Abrahamsen Blomfeldt schrieb:
> Hi, Michael.
> 
> Michael Bauroth wrote:
>> Eclipse Version: 3.3.0 Build id: I20070625-1500
>> Java Version: 1.6.0
>> Qt Jambi Version: 4.3.1_01 GPL
>> Operating System: Windows XP SP2
>>   
> 
> Have you also installed version the 4.3.1_01-mingw-version of the
> Eclipse Integration? Is your Jambi package the binary or source package?
> If it's the source package, then please try the binary package to see if
> that helps.
> 
>> I try to modify an empty QMainWindow Widget over the property editor.
>> All what I want is to modify things like e.g. caption or palette.
>>   
> 
> I've managed to reproduce a problem where the property editor sometimes
> doesn't update when you undo certain changes. I haven't been able to
> reproduce your particular problem, but in case it's related, please make
> sure your main window is the current widget being edited in the property
> editor (i.e. its object name is the same as the class name you selected,
> and its class is QMainWindow.)
> 
> Could you also try running designer from the command line (run the
> designer.bat file in the binary package) to see if the same problem
> occurs there?
> 
> -- Eskil