Results 1 to 2 of 2

Thread: FileChooser QML/C++ Widget Object

  1. #1
    Join Date
    Oct 2015
    Posts
    3
    Qt products
    Qt5
    Platforms
    Unix/X11
    Thanked 1 Time in 1 Post

    Default FileChooser QML/C++ Widget Object

    It implements a QML widget where a user can enter a file name or click on the find button to open the system dialog to find the file. Then, the full file path, returned by the system dialog, is converted from the qrc notation to a short path based on user's home directory, in OS dependent way in C++.

    http://www.qml-object-library.com/li...r-qml-c-object

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: FileChooser QML/C++ Widget Object

    So this is a demonstration of a really complicated way of removing a prefix from a string, posted in to QtQuick forum because that is fashionable?

    Cheers,
    _

Similar Threads

  1. browse through all the child object of a widget
    By qlands in forum Qt Programming
    Replies: 2
    Last Post: 6th July 2011, 09:23
  2. Qt Designer resize of widget in a stackedWidget object
    By TheKing in forum Qt Tools
    Replies: 0
    Last Post: 15th May 2010, 12:09
  3. Sharing the same widget object between several tabs
    By Lipton in forum Qt Programming
    Replies: 4
    Last Post: 24th April 2010, 16:21
  4. Replies: 7
    Last Post: 26th November 2009, 15:29
  5. Creating a QAccessibleWidget object for widget
    By Rakesh_Kumar in forum Qt Programming
    Replies: 0
    Last Post: 27th January 2009, 09:13

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.