c++ - Qt for Desktop and Mobile application -
this first time need make program runs on different platforms, i.e. windows 10 , android, ios , maybe sometime later on os x.
i discovered qt seems best solution problem. have never used before, so:
- can write code desktop application , compile windows, android, ios , os x (i know need xcode etc. apple platforms not question) , run fine on device?
- can make changes depending on platform on program gets started? example want blue background on windows, red 1 on ios?
you need aware of platform limitations, qt limitations of features available on platforms, , of course, specific features of each platform (i.e: display size different overall experience change, etc).
yes, can check current platform , make changes according. there's set of macros defined identify platform afaik if you're using qml macros not available, can send them qml using c++ class , integrating qml.
Comments
Post a Comment