Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
On Thu, Feb 18, 2010 at 11:54 AM,  ac...@dsic.upv.es wrote:
 Does someone could tell where to find a GUI designer for Qt?

 I search for it on google but I did not succeed.

Hi,

Take a look at Qt Creator, and/or Qt Designer.

http://qt.nokia.com/products/developer-tools

 Thanks!!

Best,


Robin Burchell
mob: +447702671419
msn: m...@viroteck.net
irc: w00t @ irc.freenode.net
twr: http://twitter.com/w00teh
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Valerio Valerio
Hi,

On Thu, Feb 18, 2010 at 11:54 AM, ac...@dsic.upv.es wrote:

 Does someone could tell where to find a GUI designer for Qt?


http://qt.nokia.com/products/developer-tools


Best regards,

-- 
Valério Valério

http://www.valeriovalerio.org


 I search for it on google but I did not succeed.

 Thanks!!

 
 This message was sent using IMP, the Internet Messaging Program.


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Andrea Grandi
Hi,

On 18 February 2010 12:58, Valerio Valerio vdv...@gmail.com wrote:
 Hi,

 On Thu, Feb 18, 2010 at 11:54 AM, ac...@dsic.upv.es wrote:

 Does someone could tell where to find a GUI designer for Qt?

 http://qt.nokia.com/products/developer-tools

keep in mind that you cannot use QtDesigner to design a UI for Maemo yet.

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Marcin Juszkiewicz
Dnia czwartek, 18 lutego 2010 o 13:06:18 Andrea Grandi napisał(a):

 keep in mind that you cannot use QtDesigner to design a UI for Maemo yet.

O, rly?

My player [1] has UI created with Qt Designer. It has separate QMainWindows 
which are stacked, supports screen rotation (old way - need to update) etc. In 
one codebase I have support for Maemo5 (two windows) and desktop (one window) 
UI.

1. http://gitorious.org/qt-module-player/qt-module-player

Regards, 
-- 
JID:  h...@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
On Thu, Feb 18, 2010 at 12:06 PM, Andrea Grandi a.gra...@gmail.com wrote:
 keep in mind that you cannot use QtDesigner to design a UI for Maemo yet.

Well, provided that you can test frequently or imagine how it will
look knowing how e.g. QMenuBar is integrated, then yes, it's possible
if you stick to base Qt widgets. Obviously, using things in QMaemo5*
is going to be difficult.

 --
 Andrea Grandi


Robin Burchell
mob: +447702671419
msn: m...@viroteck.net
irc: w00t @ irc.freenode.net
twr: http://twitter.com/w00teh
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Andrea Grandi
Hi,

On 18 February 2010 13:09, Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote:
 Dnia czwartek, 18 lutego 2010 o 13:06:18 Andrea Grandi napisał(a):

 keep in mind that you cannot use QtDesigner to design a UI for Maemo yet.

 O, rly?

 My player [1] has UI created with Qt Designer. It has separate QMainWindows
 which are stacked, supports screen rotation (old way - need to update) etc. In
 one codebase I have support for Maemo5 (two windows) and desktop (one window)
 UI.

as far as I know, to load a .ui file you need to have libtools-qt
installed. They have been removed from the latest Qt4 that are
available in Maemo and there aren't any plans to include them again.
I know, this is crazy, but it's exactly what Qt guys told me!

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
2010/2/18 Andrea Grandi a.gra...@gmail.com:
 as far as I know, to load a .ui file you need to have libtools-qt
 installed. They have been removed from the latest Qt4 that are
 available in Maemo and there aren't any plans to include them again.
 I know, this is crazy, but it's exactly what Qt guys told me!

Look into using uic to compile them instead of loading them at
runtime, see http://doc.trolltech.com/4.6/uic.html

 --
 Andrea Grandi

HTH,


Robin Burchell
mob: +447702671419
msn: m...@viroteck.net
irc: w00t @ irc.freenode.net
twr: http://twitter.com/w00teh
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Andrea Grandi
Hi,

On 18 February 2010 13:29, Robin Burchell virot...@viroteck.net wrote:
 2010/2/18 Andrea Grandi a.gra...@gmail.com:
 as far as I know, to load a .ui file you need to have libtools-qt
 installed. They have been removed from the latest Qt4 that are
 available in Maemo and there aren't any plans to include them again.
 I know, this is crazy, but it's exactly what Qt guys told me!

 Look into using uic to compile them instead of loading them at
 runtime, see http://doc.trolltech.com/4.6/uic.html

a similar tool exist for Python too, I'm aware of it, but it's not
supporting Maemo at all.
I hope you know that Maemo UI is quite differente from the desktop Qt version.

There aren't only QtButton, QtDialog, QtLabel ecc... in a user interface.
Maemo has its own widget and there's no way (at the moment) to have a
real preview of them.

If you have seen the recently published video on youtube, showing
Maemo 6 widgets, you surely have noticed that Qt developers are
showing Maemo support in QtCreator, but it's not ready/published at
the moment.

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
On Thu, Feb 18, 2010 at 12:35 PM, Andrea Grandi a.gra...@gmail.com wrote:
 a similar tool exist for Python too, I'm aware of it, but it's not
 supporting Maemo at all.
 I hope you know that Maemo UI is quite differente from the desktop Qt version.

It works fine. It converts a .ui to a .cpp, which you can then cross
compile for your device. I do know that it's different precisely
because I've been doing this stuff myself, as has Marcin and others.

 There aren't only QtButton, QtDialog, QtLabel ecc... in a user interface.
 Maemo has its own widget and there's no way (at the moment) to have a
 real preview of them.

In Qt 4.6, there are only 7 Maemo5-specific classes, and 2-3 of those
aren't widgets. Those that are, aren't something which will be used
everywhere. Meaning that for most dialogs, you probably *will* be able
to use Designer, if you keep in mind how e.g. QMenuBar appears on
Maemo, etcetera.

I said all of this in my original mail.



Robin Burchell
mob: +447702671419
msn: m...@viroteck.net
irc: w00t @ irc.freenode.net
twr: http://twitter.com/w00teh
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Graphical Interface designer for Qt

2010-02-18 Thread kate.alhola


I hope you know that Maemo UI is quite differente from the desktop Qt version.

It must be because it must be finger usable and most of desktop UI paradigm is 
based 
on mouse use.

There aren't only QtButton, QtDialog, QtLabel ecc... in a user interface.
Maemo has its own widget and there's no way (at the moment) to have a
real preview of them.

If you have seen the recently published video on youtube, showing
Maemo 6 widgets, you surely have noticed that Qt developers are
showing Maemo support in QtCreator, but it's not ready/published at
the moment.

We should not mix two things. Maemo 6 widgets are based on new QGraphiscview 
based
widget set and that's different than Maemo 5 widget set that is based on 
enhaged Qt desktop widget set.

You can see video of Maemo 5 widgets here. Only bad thing in this video is that 
they are
using stylus, i have not used mine with N900 in many months because it is not 
needed
with finger optimized widgets. 

http://labs.trolltech.com/blogs/2010/02/15/qt-462-for-maemo-5-released/

Kate

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers