Results 1 to 3 of 3

Thread: using native kde-dialogs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: using native kde-dialogs

    You have to use something like that:
    Qt Code:
    1. p.start("kdialog", QStringList() << "--getopenfilename" << "$HOME");
    2. p.waitForFinished();
    3. qWarning() << p.readAllStandardOutput();
    To copy to clipboard, switch view to plain text mode 
    or better use the finished signal.

  2. The following user says thank you to Lykurg for this useful post:

    #andi# (9th August 2009)

Similar Threads

  1. Canceling the getOpenFileName native dialog
    By mclark in forum Qt Programming
    Replies: 1
    Last Post: 14th August 2009, 22:59
  2. Native QFileDialog
    By bgougeon in forum Qt Programming
    Replies: 3
    Last Post: 6th June 2009, 01:33
  3. Native QFileDialog position under Win32
    By no_ghost in forum Qt Programming
    Replies: 0
    Last Post: 28th May 2009, 14:07
  4. Does it use native widgets or imitates?
    By ZuLuuuuuu in forum Newbie
    Replies: 3
    Last Post: 13th May 2009, 07:50
  5. Replies: 4
    Last Post: 4th January 2009, 01:14

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
  •  
Qt is a trademark of The Qt Company.