Results 1 to 3 of 3

Thread: Using software Keyboard to enter filename in QFileDialog

  1. #1
    Join Date
    Jun 2018
    Posts
    18
    Thanks
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Using software Keyboard to enter filename in QFileDialog

    Dear Developers,

    I am using software keyboard mentioned in following link in my application.

    http://processors.wiki.ti.com/index....oard_Template#



    I want to use above mentioned keyboard to enter filename when user uses "getSaveFileName" method of QFileDialog class.

    Can you please inform what is the correct way to do it.


    Many thanks

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

    Default Re: Using software Keyboard to enter filename in QFileDialog

    This form of simple software keyboard doesn't work in your case as you don't have access to the input widget.

    You will need one that actually sends keyboard events into the application, for example the Qt Virtual Keyboard or modify the one you have to generate key events and send them to the application's focus object

    Cheers,
    _

  3. #3
    Join Date
    Jun 2018
    Posts
    18
    Thanks
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Using software Keyboard to enter filename in QFileDialog

    Thank you anda_skoa and W1bowo, I will try what you have suggested me and will update you

Similar Threads

  1. QFileDialog filename encoding problem on S60
    By Enchant in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 3rd May 2010, 04:51
  2. Getting filename by QFileDialog
    By Rajeshsan in forum Qt Programming
    Replies: 1
    Last Post: 21st January 2010, 10:36
  3. get filename from a QFileDialog
    By graciano in forum Qt Programming
    Replies: 2
    Last Post: 17th November 2009, 15:57
  4. QFileDialog filename list order
    By joelthelion in forum Qt Programming
    Replies: 1
    Last Post: 28th January 2009, 15:58
  5. QFileDialog::getSaveFileName issues with filename
    By dugs in forum Qt Programming
    Replies: 2
    Last Post: 11th December 2006, 18:17

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.