How to get IOS like look and feel in QML Style.
Unsolved
QML and Qt Quick
-
I'm trying to port an iPad application from QT 5.12.11 to QT 6.4.2, and I cant get the UI to look as it was before.
this is the look I want with native IOS styled dropdown and feel (which I am getting in Qt 5.12.11)
this is the look I currently have
I have tried
import QtQuick.Controls.iOS
but still my dropdown doesn't look like native IOS like [https://www.qt.io/blog/qt-quick-controls-2-ios-style]I have tried
import QtQuick.Controls.Material
andimport QtQuick.Controls.Universal
but still my dropdown doesn't look as expected.