-
Desktop using QT
Hi,
Is there any QT desktop environment available as open source?
I am working on AM3517 evm development kit and I want to creat a desktop for it. I can run the other qt examples as individual applications but now I want to make a desktop using QT.
regards,
-
Re: Desktop using QT
If your board is powerful enough, you should be able to run KDE's Plasma for netbooks.
-
Re: Desktop using QT
I think your are talking about the emulator/simulator stuff...
search for QVFB, that is qt virtual frame buffer
-
Re: Desktop using QT
ok. thanks...
My question was about desktop environment such as KDE and others. But I am using QT application in Linux.
I don't know more about KDE Plasma so I will see it first but my concern is that I want to run this desktop on AM3517 EVM Board (also known as OMAP35x Platform) so will it work directly on this platform or do I need to install any extra patch with this to make it compatible with this platform?
regards,
-
Re: Desktop using QT
You will not know unless you try.
-
Re: Desktop using QT
Dont go for any desktop, it is better to design your own homescreen, and pull together some applications. fast and cheap.
-
Re: Desktop using QT
Hi,
thanks for your help.
I am new with QT so not very familiar in developing applications using QT so don't know how to create own home screen and how to link other applications there. So far I have done small projects with examples. Also I have done small program of Mainwindow using GUI which can show menu options.
I will appreciate if you can share some tips or any link which can show how to develop homescreen and how we can link applications to the desktop?
regards,
-
Re: Desktop using QT
home screen is nothing but a simple widget, which contains icons. On small screen, most ppl prefer a list of items in a grid or vertical.. you have to just make that widget, and lauch other applications via QProcess.
-
Re: Desktop using QT
Hi,
Thanks. I got an idea about what you mean but I don't know how to do it!!
Actually, I have created a new project using QWidget with default selection of QT modules (QTCore and QTGui). Then I selected the grid layout first. Now I wanted to put icons in it so I put two push buttons. Is this correct? I could not find any option to link those push button to some application.
At present I don't know how can I put an Icons and How to link that icons to some application stored at some other location?
Do you know any example link? Or if possible can you tell me few steps to get going?
regards,
-
Re: Desktop using QT
judging by your post, it would be better if you try to learn some basic qt before making a full blown application.... ..