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

Qt-jambi-interest Archive, October 2006
jambi - swing


Message 1 in thread

hallo,
can i combine swing framework (like JIDE "www.jidesoft.com") an jambi. - make 
gui with swing or/and  jambi and the core of the application with QT or/and C 
- source?
-- 
 [ signature omitted ] 

Message 2 in thread

Stefan Fink wrote:
> hallo,
> can i combine swing framework (like JIDE "www.jidesoft.com") an jambi. - make 
> gui with swing or/and  jambi and the core of the application with QT or/and C 
> - source?

Hi Stefan,

In is possible to have Jambi and Swing top level widgets co-exist in the 
same application, except on Mac OS X. Mixing child widgets inside one 
toplevel is not possible.

Looking at the jidesoft website, I can't see what they provide that Qt 
Jambi doesn't already provide, though ;-)

Best regards,
Gunnar


Message 3 in thread

Am Mittwoch, 4. Oktober 2006 15:31 schrieb Gunnar Sletta:
> Stefan Fink wrote:
> > hallo,
> > can i combine swing framework (like JIDE "www.jidesoft.com") an jambi. -
> > make gui with swing or/and  jambi and the core of the application with QT
> > or/and C - source?
>
> Hi Stefan,
>
> In is possible to have Jambi and Swing top level widgets co-exist in the
> same application, except on Mac OS X. Mixing child widgets inside one
> toplevel is not possible.
>
> Looking at the jidesoft website, I can't see what they provide that Qt
> Jambi doesn't already provide, though ;-)
>
> Best regards,
> Gunnar

hallo Gunnar,
more feature in the docking framework. like dockWidget in dockWidget (in a 
tabed view) and make the dockwidget autorise from a button (like Visual 
Studio).

-- 
 [ signature omitted ] 

Message 4 in thread

Stefan Fink wrote:

> hallo Gunnar,
> more feature in the docking framework. like dockWidget in dockWidget (in a 
> tabed view) and make the dockwidget autorise from a button (like Visual 
> Studio).

Hi Stefan,

Dockwidgets that are docked in a tab is supported by the main window 
architecture in Qt 4.2, which will be the basis for the next Qt Jambi 
release, so you'll see this in Qt Jambi in a short while.

Autoraise is something we're looking into and may do for Qt 4.3.

best regards,
Gunnar



Message 5 in thread

This sound promising. I'm looking for a way to let the main widget in a 
docked framework consist of several tabbed frames, that each could be 
floated into a separate window so that users having multiple screens 
could benefit from it in a "natural" way. This is probably something 
different, but any hints on how to achieve this would be nice to hear.

Regards,
Helge Fredriksen

Gunnar Sletta wrote:
> Stefan Fink wrote:
>
>> hallo Gunnar,
>> more feature in the docking framework. like dockWidget in dockWidget 
>> (in a tabed view) and make the dockwidget autorise from a button 
>> (like Visual Studio).
>
> Hi Stefan,
>
> Dockwidgets that are docked in a tab is supported by the main window 
> architecture in Qt 4.2, which will be the basis for the next Qt Jambi 
> release, so you'll see this in Qt Jambi in a short while.
>
> Autoraise is something we're looking into and may do for Qt 4.3.
>
> best regards,
> Gunnar
>
>
>


Message 6 in thread

Helge Fredriksen wrote:

> This sound promising. I'm looking for a way to let the main widget in a 
> docked framework consist of several tabbed frames, that each could be 
> floated into a separate window so that users having multiple screens 
> could benefit from it in a "natural" way. This is probably something 
> different, but any hints on how to achieve this would be nice to hear.
> 
> Regards,
> Helge Fredriksen

Hi Helge

This sounds like what we provide in Qt 4.2. Check out the C++ version if 
your impatient or wait a few more weeks until we release technology 
preview 3, and you'll see ;-)

best regards,
Gunnar