Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. FileDialog not useable on Android devices

FileDialog not useable on Android devices

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 895 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deleted415
    wrote on last edited by
    #1

    Hi,
    I'm developing a small app with Qt that is supposed to run on Windows, Mac, Android and iOS.
    In my app I'm using a file dialog. On Mac it looks as expected. On iOS it's useable. But on Android all the UI elements are way to big.

    Here's a screenshot: https://ibb.co/bRQ6Pk

    In the documentation it says:

    The implementation of FileDialog will be a platform file dialog if possible. If that isn't possible, then it will try to instantiate a QFileDialog. If that also isn't possible, then it will fall back to a QML implementation, DefaultFileDialog.qml. In that case you can customize the appearance by editing this file. DefaultFileDialog.qml contains a Rectangle to hold the dialog's contents, because certain embedded systems do not support multiple top-level windows.

    So this is probably the DefaultFileDialog I'm seeing?
    If so, how do I customize it? I don't know where to find it.
    Help is appreciated!
    Thanks!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deleted415
      wrote on last edited by
      #2

      Is nobody able to help me on this one?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved