Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. windows phone
    Log in to post

    • SOLVED How to integrate winrt native code to the qt application for windows phone
      Mobile and Embedded • qt 5.5.1 windows phone windows 8.1 windows rt native code • • kranthiT  

      9
      0
      Votes
      9
      Posts
      3313
      Views

      @kranthiT Hi, Do you have any example of ".pro" file on how you imported required libraries and headers? I'm trying for some times to implement Push notification on Windows Phone, but i'm still stuck on allowing access of WinRT C++ classes from Qt Thank yoy
    • SOLVED Qt 5.5 for Windows Phone/RT: unknown modules in Qt
      Mobile and Embedded • windows phone windows rt printsupport unknown module • • Wickie  

      5
      0
      Votes
      5
      Posts
      2195
      Views

      I am stupid... I included another project file that requires printsupport as module. Since it doesnt exist for Windows Phone/RT the error is shown. So this is solved... Thanks anyway
    • Qt is native on Android/Ios/Windows Phone?
      Mobile and Embedded • android ios mobile windows phone • • scrolling  

      2
      0
      Votes
      2
      Posts
      1171
      Views

      Hi, No, no container here. Qt uses plugins to talk to the underlying platform. Each has it's own specificity like e.g. Objective C/C++ for iOS or Java for android. But for you basically it doesn't change anything, you write code either in C++ and/or QML (unless you need some platform specific stuff in which case you'll do write e.g. a bit of Objective C/C++ for iOS). You don't have to worry about the underlying stuff. Hope it helps
    • Windows Phone prepopulated db
      Mobile and Embedded • sqlite windows phone bundle • • marco.paglia  

      6
      0
      Votes
      6
      Posts
      1768
      Views

      I opened the project in Visual Studio. Now I have my files in the "Distribution Files". I think I should be able to access it with the QStandardPaths class. If I'm right I do not know which variable corresponds to that folder
    • Opening webpages in WinRT/Windows Phone
      Mobile and Embedded • qt5 winrt msvc2013 windows phone • • APJP  

      1
      0
      Votes
      1
      Posts
      617
      Views

      No one has replied

    • How to access Music folder in Windows Phone 8.1?
      Mobile and Embedded • windows phone sd card 8.1 access file • • lemta2000  

      6
      0
      Votes
      6
      Posts
      1726
      Views

      I have not used Qt on WinRT for a while but as far as I remember direct access (without using a file picker) will not work due to sandboxing. WinRT uses StorageFile objects (instead of FILE stuff known from C) and Qt caches these StorageFile handlers internally but only after using a picker.
    • WindowsPhone : "This API is not supported for this application type"
      Mobile and Embedded • windows phone • • martial  

      5
      0
      Votes
      5
      Posts
      2050
      Views

      After doing cleaning, removing unused dlls, and modifying the visual vcxproj it finally works, i'm not quiet sure why... But it's ok now!
    • Websocket in WinRT (Windows Phone)
      Mobile and Embedded • qml websocket windows phone • • Zondar  

      2
      0
      Votes
      2
      Posts
      1159
      Views

      Does it work in the latest release? Might be that websockets have not been packaged for WinRT in a previous version.
    • Can QtMultimedia play video on WinRT and Windows Phone?
      Mobile and Embedded • qtmultimedia video winrt windows phone • • lagner  

      4
      0
      Votes
      4
      Posts
      1673
      Views

      QtMultimedia's backends uses the platform API so AVFoundation on OS X, WMF/DirectX on windows etc. The GStreamer backend is used on non-android non-mac unix variants.
    • [Qt 5.4] Windows Phone release compilation error
      Mobile and Embedded • error visual studio windows phone 5.4.1 custombuild • • kolegs  

      3
      0
      Votes
      3
      Posts
      1191
      Views

      That was a long time ago, but I was using Visual Studio. Anyway the release for Windows Phone was postponed, so maybe in a new Qt version it works, not sure. Did you compile release version with no problem?
    • [SOLVED] Building Qt for WinRT with DBus support
      Mobile and Embedded • dbus windows phone windows rt • • ashishbansal  

      7
      0
      Votes
      7
      Posts
      2064
      Views

      @SGaist Okay, thanks :)
    • Windows Rt, Windows Phone 8.1. Various errors.
      Mobile and Embedded • windows phone windows rt • • johnc  

      1
      0
      Votes
      1
      Posts
      788
      Views

      No one has replied