Results 1 to 10 of 10

Thread: Desktop using QT

  1. #1
    Join Date
    Mar 2010
    Posts
    18
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question 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,

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Desktop using QT

    If your board is powerful enough, you should be able to run KDE's Plasma for netbooks.

  3. #3
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Desktop using QT

    I think your are talking about the emulator/simulator stuff...
    search for QVFB, that is qt virtual frame buffer

  4. #4
    Join Date
    Mar 2010
    Posts
    18
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default 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,

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Desktop using QT

    You will not know unless you try.

  6. #6
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default 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.

  7. #7
    Join Date
    Mar 2010
    Posts
    18
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question 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,

  8. #8
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default 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.

  9. #9
    Join Date
    Mar 2010
    Posts
    18
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default 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,

  10. #10
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default 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.... ..

Similar Threads

  1. Desktop area in MAC
    By jay in forum Qt Programming
    Replies: 0
    Last Post: 4th March 2010, 03:42
  2. Desktop dir
    By TomASS in forum Newbie
    Replies: 1
    Last Post: 8th November 2009, 13:22
  3. Replies: 5
    Last Post: 31st January 2009, 07:36
  4. Desktop size.
    By hickscorp in forum Qt Programming
    Replies: 2
    Last Post: 11th May 2007, 07:14
  5. Desktop Notification
    By jwintz in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2006, 06:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.