Skip to content
QtWS25 Last Chance
  • App freeze when gallery is opening on iPhone

    Unsolved Mobile and Embedded iphone ios gallery
    1
    0 Votes
    1 Posts
    427 Views
    No one has replied
  • Qt5 & iPhoneX, 2 useful workarounds

    Showcase ios iphone workaround qt5
    2
    6 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Thanks !
  • Qt & iPhone X & The Screen

    Solved Mobile and Embedded ios iphone 5.9
    6
    1 Votes
    6 Posts
    5k Views
    J.HilkJ
    A quick update on this. Someone got asigned to it, and theres a workaround, in the in the broader sense of the word. There's the Qt::WindowStates flag Qt::MaximizeUsingFullscreenGeometryHint that you can set: //QWidgets: { //e.g. Constructor setWindowFlag(Qt::MaximizeUsingFullscreenGeometryHint, true); } //QML: import QtQuick.Window 2.1 // Import needs to be higher than 2.0 Window{ flags: Qt.MaximizeUsingFullscreenGeometryHint id: window ..... } now the App fills the whole screen in Portrait-and Landscapemode. Tor Arne Vestbø, to whom the ticket was asigned to, says an automatic content margin is in the making, but untill than one has to adjust the UI oneself. Tor Arne Vestbø said in QTBUG-64574: If you set the Qt::MaximizeUsingFullscreenGeometryHint window flag, the window will also cover the area under the statusbar, etc. But we don't have any APIs to automatically add margins for the inner content, the stuff you don't want under the statusbar, so for now you have to do that manually. I'm working on the latter as we speak. I had no idea, that that window flag existed, or was not aktivated by default - on mobile apps. I can work with that. The ticket is still open but my problems are solved. I'll close this topic.
  • Get Image from Iphone library

    Solved Mobile and Embedded iphone ios imagem filedialog
    2
    0 Votes
    2 Posts
    1k Views
    R
    found the answer in: https://forum.qt.io/topic/47495/upload-ios-image-with-qt/8
  • Get Image FileList from FTP server

    Solved Mobile and Embedded widget mobile android iphone qt5.4
    13
    0 Votes
    13 Posts
    6k Views
    p3c0P
    @mkdh You're Welcome :) Also please surround your code with ``` (3 backticks) while posting it here. It looks more nicer. I have now added those in your previous post. Happy Coding ...
  • 0 Votes
    1 Posts
    902 Views
    No one has replied