Results 1 to 1 of 1

Thread: How to run Apple Script using Qt4.4.2?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Posts
    326
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X

    Default How to run Apple Script using Qt4.4.2?

    Hi all

    Working on Qt4.4.2 on my intel mac machine, I want to run Apple Script using Qt for getting the information about the processes running or not?

    for eg. (Apple Script)

    tell application "System Events"
    count (every process whose name is "Internet Explorer")
    end tell
    it returns 1 if it is running else return 0.

    or is there any function in Qt to get the information about the applications on the system.
    Last edited by merry; 18th December 2008 at 06:20. Reason: spelling error
    Always Believe in Urself
    Merry

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.