QSpinBox isn't looks like Native on Android
-
I've heard that QWidget base applications will Looks native on android devices but QSpinBox is very similar to Desktop QSpinBox what I expect is something like " NumberPicker! ":http://developer.android.com/reference/android/widget/NumberPicker.html"
-
Hi, where did you hear that from? AFAIK, QWidgets have not been given native styles on Android yet.
-
Sorry for late reply. I cound't find the video but I found this new Blog post also spot the same thing.
bq. UI: Making your Qt app look like Android: as Artem mentioned in his comment, you can build an interface with Qt Widgets which will mimic the native Android UI. There are a couple of issues with system level dialogs here or there, but mostly it should just work.