OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: Lumune on June 01, 2005, 12:03:04 am

Title: Writing Software For My Z C860
Post by: Lumune on June 01, 2005, 12:03:04 am
I am planning to write some software for my Z (c860), and I am looking into which language I should use. After I read thro some of the doc in Trolltech, I still not quite sure what are the differece between qtopia, qt, qt/e and etc

Could someone please explain to me what are the differeces? And which I should be using if I am running Cacko? What if I am running pdaXrom?

I am using Mac OSX tiger (or winXP if i really have to) and looking for cross-compiling.

Thanks in advanced
Title: Writing Software For My Z C860
Post by: nilch on June 01, 2005, 09:56:44 am
Qtipia is the graphical front-End (Desktop) on the Zaurus that is based on QT.
If you stripped of all graphical things (Qtopia itself) then you will boot the zaurus into a linux terminal mode. So Qtopia provides the user interface to the underlying Kernel etc.

Qtopia is also used on other linux based devices like the Archos PMA400 etc so they all have the same look and feel.

QT is the language - rather the Graphical widget set that Qtopia uses. So you would be using a C++ language and designing the graphical comonents (like Windows, close buttons, minimise buttons, Tabs etc) using the QT widget set. It is what the MFC are to windows - which provide the Windows look and feel using the windows widget sets (its not called widgets in the windows world).

QT/E I believe is the stripped down to a leaner meaner QT set on the Zaurus.
So QT on your regular desktop would have many more components etc, but the not all are available on the Zaurus - say like the QDateTime class component, QTextEdit, QSplitter etc. These are availbale for the full QT on a Linux box but not there for the Zaurus. So thats QT/Embedded for you.

As a language you could use C/C++ using QT. or use JAVA with some sort of bindings to QT (for the graphical design). I use Python on the Zaurus using PyQt which is the Python bindings to QT.

Perl can be used, but its just perl - there is no QT layer to it - so no graphical components.

PDAXROM - not my territory.

I hope I could get that right - someone correct me if I am wrong.
Title: Writing Software For My Z C860
Post by: Lumune on June 01, 2005, 08:09:34 pm
Thank you very much nilch~~

now need to go find informations for cross compiling...

hmm... I actually don't know C++, but I know C and Java, will I lose some of the funtionality if I use something other than C++?

Is PyQt easy to use? I have learned a bit of python abt 3yrs ago, and don't really remember anything abt it now

thx again
Title: Writing Software For My Z C860
Post by: lpotter on June 01, 2005, 09:02:26 pm
Quote
QT/E I believe is the stripped down to a leaner meaner QT set on the Zaurus.
So QT on your regular desktop would have many more components etc, but the not all are available on the Zaurus - say like the QDateTime class component, QTextEdit, QSplitter etc. These are availbale for the full QT on a Linux box but not there for the Zaurus. So thats QT/Embedded for you.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=82372\"][{POST_SNAPBACK}][/a][/div]

Qt Embedded also does not use X11, it draws directly to a framebuffer.
Title: Writing Software For My Z C860
Post by: ThirtyOne on June 02, 2005, 01:31:40 pm
For a java programmer, thinlets are good for GUI programming.  I toyed around with it a little bit a year or two ago.  I could even develop on the device.
Title: Writing Software For My Z C860
Post by: lareya on June 02, 2005, 02:53:19 pm
You could like this guy write in the new hot language of Ruby!
RubyQT (http://https://www.oesf.org/forums/index.php?showtopic=9963&hl=)

ruby is ported to Ruby 1.8.2 (which i think is the latest release)

I googled to find it, and am playing with it.

Lareya