Are all QtWidgets available when doing Qt Mobile Development?
-
Hi,
Yes, all widgets are available on mobile platforms too. The look-and-feel depend on the platform.
What mobile platform are you interested in? Qt 5.4 introduced native look-and-feel to Android: http://blog.qt.digia.com/blog/2014/12/03/native-android-style-in-qt-5-4/
-
-
Neither are supported because of the current restriction imposed by their respective platform. For iOS, it's a rule of the AppStore to use Apple's webkit. For Android I don't currently remember. Anyway for basic web usage you have now the new "QtWebView":https://qt.gitorious.org/qt/qtwebview/ module that provides an interface to the native web views for both