I'm having a i.mx35 board on which the windows CE 6.0 present. need to know
will it run or debug the Qt application? or should i port the embedded Linux on the board for development, cause Qt does not support windows CE directly and i don't have any SDK to develop app for it.
will it support instrument cluster type graphics, created in Qt Quick (which having qml Flies)?
any idea on this.
Related
I would like to deploy my Qt app on my remote tablet (Galaxy Book with Windows 10) from my Windows 10 PC. Visual Studio provides this functionality with the Remote Tools for Visual Studio and allows to directly run the app on the tablet using the local network. I would like to do the same thing with Qt Creator. I can see in the documentation that this might not be possible, but that page could be outdated. So is there way to remotely debug and deploy Qt applications on remote PCs without manually creating an installer?
I have already created Qt based application which uses some third-party open source library like OpenCV, I have looked Windows Dev Center and seems the all the reference is using Visual Studios and other Windows tool. I have created my App using Qt creator. Is it possible to submit such an application on Windows App store?
Any help will be appreciated,
Thanks
Haris
Bad news: Microsoft does not support Win32 apps on AppStore yet (but it has been announced, currently under development as "Project Centennial"). It looks like an "old-school" desktop applications cannot be submitted to the Windows App store.
Good news: Qt has support for WinRT (complete in Qt 5.6 which is currently in Beta and will be released in a few weeks). And qmake can generate a Visual Studio solution from your project (in case you need it for deployment or debugging; VS Community edition is free).
Qt WinRT tutorial: http://doc.qt.io/qt-5/winrt-support.html
OpenCV in WinRT: https://msopentech.com/blog/2014/03/20/easily-build-opencv-powered-apps-for-windows-store/
I'm using Qt 5.4.1 (for WinRT and Android) on same windows 8.1 host and project using GUI (such as QListView). I see the application running on Windows runtime (built by Qt creator for both WinRT and Android) very different in terms of performance (WinRT build is slower than the Android one about 2-3 times).
How can I solve this? Thanks!
P.S.: I'm trying to use QListView (deploying to windows phone 8.1) and QScroller but is not as fast as listview in Windows phone (Maybe something's not optimized because app running in windows 8.1 (target = host) is slow too).
I have an application running on Windows and OSX that I am considering porting to Qt.
Currently the application uses the native certificate detail dialogs CryptUIDlgViewCertificate on Windows and SFCertificatePanel on OSX.
Is there any way I can these native dialogs from a Qt application or will I need to roll my own Qt certificate details dialog?
I found QWinHost as a possible solution for Windows, but this seems to have been dropped from Qt5.
I am curious about the qt version used on Blackberry 10 momemtics IDE. Can I use QT5 for blackberry 10 development ?
Directly from the documentation you can find here.
The current release of the BlackBerry 10 Gold NDK
[developer.blackberry.com] includes Qt 4.8 for both the simulator
target (x86) and device targets (arm) available for development.
Compared to the development for the PlayBook, Qt is integrated in the
BlackBerry 10 device firmware and so can be used by Qt applications as
shared libraries.
The page is quite detailed. Have a look at it.
However, Qt5 can still be considered. You can find more information on how to use this Qt version in this other page, which states:
Currently, Qt5 is neither included in the BlackBerry 10 device
software nor in the BlackBerry 10 SDK. However, Qt5 on BlackBerry 10
has reached a excellent level of quality and can be used for
developing and publishing applications to BlackBerry World.
BlackBerry 10 supplies only Qt 4 libraries.
You can use Qt 5 as long as you bundle your application with self-built Qt libraries.
Here you can find detailed information.