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. QPrinter for Android.
Qt 6.11 is out! See what's new in the release blog

QPrinter for Android.

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 2.9k Views 1 Watching
  • 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.
  • DominusDRRD Offline
    DominusDRRD Offline
    DominusDRR
    wrote on last edited by
    #1

    Hi.

    I am learning how to use QT Creator on my own to make Android applications.

    I am trying to verify the operation of the example called fontsampler to print, but I have found that printer management is disabled for android.

    qtHaveModule(printsupport): QT += printsupport
    
    #if! Defined (QT_NO_PRINTER) &&! Defined (QT_NO_PRINTDIALOG)
    

    Researching the internet I found the following:

    FYI: I got a response from Bogdan, and he said that basically it was just
    disabled to get it to compile in hurrying to get Android support working
    in Qt5.2. However, he did say that with Android 4.4 (KitKat) having proper
    print support, he's hoping to have print support in Qt5.3/Android...

    link text

    The Qt Creator is:

    Qt Creator 4.1.1
    Based on Qt 5.8.0 (MSVC 2013, 32 bit)

    My questions are:

    Is there any way to use QPrinter on Android?

    Should I wait for Qt someday to manage an Android printer?

    Any suggestions or comments are welcome.

    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      That's a question you should rather bring to the Qt Android development mailing list. You'll find there Qt's Android port developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • DominusDRRD Offline
        DominusDRRD Offline
        DominusDRR
        wrote on last edited by
        #3

        Hi.

        Thanks for answering.

        My question was poorly explained.

        What happens is that I want to work a bluetooth printer and it has nothing to do with QPrinter.

        I found information here:

        link text

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Great !

          Thanks for sharing your findings ! :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

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