Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. how to craet pdf in android qt
Forum Updated to NodeBB v4.3 + New Features

how to craet pdf in android qt

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 222 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mdsrad
    wrote on last edited by
    #1

    1-----

    Hi,I’m working on a Qt app whose target may be Windows desktop or Android. QDesktopServices::openUrl works nicely on Windows. i have a problem with QDesktopServices::openUrl on android.

    i add necessary permission .

    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
    <uses-permission android:name="android.permission.WRITE_PROFILE"/>
    <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
    

    2------
    how access auto permission to file during or after install app
    (must after install manual access to file in setting mobile)
    please help me

    1 Reply Last reply
    0
    • jsulmJ jsulm referenced this topic on

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved