Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. LGPL Licence and Submitting Changes
Forum Updated to NodeBB v4.3 + New Features

LGPL Licence and Submitting Changes

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.2k 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.
  • Q Offline
    Q Offline
    QBall
    wrote on 22 Aug 2010, 22:47 last edited by
    #1

    Hi,

    I am new to Qt and had a question regarding making changes to the Qt source Code.

    In order to allow for using the QPrinter to print a pdf to a QBuffer I altered some code in the Qt Framework (4.6.3). Now I believe I need to 'publish' my changes to it for the given license, What is the best way of doing this (I had to change three files).

    To set the QBuffer you would use

    @p.printEngine()->setProperty(QPrintEngine::PPK_OutputBuffer,QVariant::fromValue<void *> (b));@

    Where QPrintEngine::PPK_OutputBuffer is a new value in the enum and b is a QBuffer*

    Any help is appreciated

    Thanks

    Quinton

    1 Reply Last reply
    0
    • V Offline
      V Offline
      viswesr
      wrote on 23 Aug 2010, 01:07 last edited by
      #2

      Hi,

      1.As per LGPL you need to provide the sourcecode of the library (i.e your modified QT) to the users who recieves your application.

      2.If you think the changes that you made are relevant to QT upstream version, you can contribute the changes to QT. Refer http://developer.qt.nokia.com/contribute for details.

      1 Reply Last reply
      0

      1/2

      22 Aug 2010, 22:47

      • Login

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