Discussion Board

Results 1 to 7 of 7
  1. #1
    Registered User Infms's Avatar
    Join Date
    Feb 2011
    Posts
    55
    I'd like to write a very simple task manager - just listing open apps and being able to close them - using Qt Quick. Is this possible? Are the necessary API calls accessible from QML or is Qt C++ a better option?

    Many thanks

  2. #2
    Nokia Developer Champion kkrish's Avatar
    Join Date
    Jun 2006
    Location
    India
    Posts
    3,029
    Hi,

    Yes, It is very much possible using qt+qml.

    QML can be used to create excellent UI but I think thr is no direct api in qml to list down running process etc.

  3. #3
    Registered User Infms's Avatar
    Join Date
    Feb 2011
    Posts
    55
    Thanks for the response, kkrish. That's what I was worried about So you can confirm there are no necessary API calls from QML to list/close running processes etc?

  4. #4
    Nokia Developer Champion kkrish's Avatar
    Join Date
    Jun 2006
    Location
    India
    Posts
    3,029
    thr is no such API, but you can write them in qt and call them from qml.

  5. #5
    Registered User Infms's Avatar
    Join Date
    Feb 2011
    Posts
    55
    So it's possible to write the required methods (getProcesses(), terminateProcess() etc.) in Qt C++ and then access these methods in my QML code?

  6. #6
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    Hi Infms.
    Of course you can! You can read more about that at [1]
    or [2].

    http://www.ictbusiness.it/cont/news/...e/27243/1.html
    http://doc.qt.nokia.com/4.7-snapshot...qml-components

  7. #7
    Registered User Infms's Avatar
    Join Date
    Feb 2011
    Posts
    55
    Thanks gnuton, I'll give it a try!

Similar Threads

  1. packaging QT application on Maemo - icon in task manager?
    By davidmct in forum [Archived] Qt SDKs and Tools
    Replies: 0
    Last Post: 2010-08-10, 11:06
  2. Application has two icons in Task Manager
    By Jick in forum Symbian C++
    Replies: 1
    Last Post: 2009-10-26, 21:22
  3. application in task manager
    By ganenko in forum Symbian User Interface
    Replies: 3
    Last Post: 2009-09-01, 10:43
  4. Hide app in Task Manager
    By oper6600 in forum Python
    Replies: 3
    Last Post: 2008-09-01, 16:30
  5. Problem appearing in Task Manager
    By alcopops in forum Symbian C++
    Replies: 6
    Last Post: 2008-03-13, 11:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved