PDA

View Full Version : Qt Basic Queries



somnathbanik
2nd November 2010, 08:16
Hi,
I am new to Qt. I have made the Qt setup on Windows , Ubuntu and MeeGo. I have some basic Queries.
1. Do you support for Windows, Mac, LInux, Symbian and MeeGo Platform?
2. What is Qt Linguist?
3. If I make UI using Qt Designer can I import and use that in my app on Qt Creator?



Please suggest me.

tbscope
2nd November 2010, 08:44
Hi,
I am new to Qt. I have made the Qt setup on Windows , Ubuntu and MeeGo. I have some basic Queries.
1. Do you support for Windows, Mac, LInux, Symbian and MeeGo Platform?
Qt supports the following platforms:
http://doc.qt.nokia.com/4.7/supported-platforms.html


2. What is Qt Linguist?
A tool that you can use to translate your application.


3. If I make UI using Qt Designer can I import and use that in my app on Qt Creator?
Yes. Even better, Designer is included in Qt Creator.

somnathbanik
2nd November 2010, 09:10
A tool that you can use to translate your application.
I didn't get you much, what does it translate, it translate to what, how can I use it?



Yes. Even better, Designer is included in Qt Creator.
You mean the designer that is in the Creator is the same as Qt Designer? But i see some extra features on Qt Designer, like the Media Player, and all.


what is QML progreaming? How is related with Qt?

Lykurg
2nd November 2010, 09:15
I didn't get you much, what does it translate, it translate to what, how can I use it?http://doc.trolltech.com/4.7/linguist-manual.html



You mean the designer that is in the Creator is the same as Qt Designer? But i see some extra features on Qt Designer, like the Media Player, and all.It is the same. Maybe you have to make sure that creator also finds the plugins for the designer.

somnathbanik
2nd November 2010, 09:28
Yes I got you now, Linguist is for making the app in different language.
well could you please tell me what is QML Programing and how is related with Qt?

Lykurg
2nd November 2010, 09:34
For QML etc. see http://doc.trolltech.com/4.7/qtquick.html. In Basic Qt Quick is a fast way to create cool UI's for mobile devices. But it also can be used for desktop applications.

somnathbanik
2nd November 2010, 10:28
For QML etc. see http://doc.trolltech.com/4.7/qtquick.html. In Basic Qt Quick is a fast way to create cool UI's for mobile devices. But it also can be used for desktop applications.

I see, so QML is basically for making Mobile UI, is that correct?