Results 1 to 5 of 5

Thread: Who has "C++ GUI Programming with Qt 3" ?

  1. #1
    Join Date
    Feb 2006
    Posts
    4
    Qt products
    Qt3
    Platforms
    MacOS X Windows

    Question Who has "C++ GUI Programming with Qt 3" ?

    Hello,

    I'm a student and I have to learn Qt for an school project so I decided to buy this book as it had very good reviews everywhere on the net.
    Problem was I live in France and this book was nowhere to be found... so I tried ebay, I paid and I received my book in only a week (whereas Amazon needed 1-3 weeks to send it).

    Now I have the book but the CD was lost by the seller (even if the book was new) so I didn't have the sources neither the famous "Qt 3.2 non-commercial edition" (for Windows).

    I know I'm new here and I don't want to be lame but it would be wonderfull if someone could upload these parts of the CD.

    Thank you very much

    theBrave

  2. #2
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Who has "C++ GUI Programming with Qt 3" ?

    Quote Originally Posted by theBrave
    Hello,

    I'm a student and I have to learn Qt for an school project so I decided to buy this book as it had very good reviews everywhere on the net.
    Problem was I live in France and this book was nowhere to be found... so I tried ebay, I paid and I received my book in only a week (whereas Amazon needed 1-3 weeks to send it).

    Now I have the book but the CD was lost by the seller (even if the book was new) so I didn't have the sources neither the famous "Qt 3.2 non-commercial edition" (for Windows).

    I know I'm new here and I don't want to be lame but it would be wonderfull if someone could upload these parts of the CD.

    Thank you very much

    theBrave
    Don't waste your time. Download the GPL version of QT4.1 and work with it, using the MinGW compiler if you are on Windows. There is an excellent ONLINE book on QT4 and C++ on OpenDocBook Wiki:
    http://cartan.cas.suffolk.edu/moin/OopDocbook
    "Object-Oriented Programming and Design Patterns in C++ with Qt 4"

    Or, burn a SimplyMEPIS-3.4.3 iso, install it and download QT4.1 from the repository. Then you can use Kate to edit your sources and gcc to compile your code. All of it free and effective. You can install PostgreSQL 8.1 for a backend, if you need one.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Who has "C++ GUI Programming with Qt 3" ?

    Quote Originally Posted by theBrave
    I know I'm new here and I don't want to be lame but it would be wonderfull if someone could upload these parts of the CD.
    Unfortunately it'd be illegal You could write to TrollTech and ask them for help. Maybe they'll send you the contents, it's only a couple of megabytes (24 per install).

  4. #4
    Join Date
    Jan 2006
    Location
    New Malden (near London)
    Posts
    32
    Thanks
    3
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Who has "C++ GUI Programming with Qt 3" ?

    Quote Originally Posted by theBrave
    I know I'm new here and I don't want to be lame but it would be wonderfull if someone could upload these parts of the CD.
    The software bundled with that book is two years old now; the Windows non-commercial edition in particular has "Non-commercial" branded on every window the library produces. I would do what the earlier poster suggested, and work with Qt 4.1 as you can use that on a genuinely Free basis. Most of what you learn for 3.x is still valid for v4; however, you will need to read the online or bundled HTML docs. In particular, the method for using Designer code has changed a lot.

  5. #5
    Join Date
    Feb 2006
    Posts
    4
    Qt products
    Qt3
    Platforms
    MacOS X Windows

    Default Re: Who has "C++ GUI Programming with Qt 3" ?

    Ok, I will try to install the version with the MinGW compiler. But I don't understand something: will end-users needs to install the whole set of libraries or is the resulting .exe an real (self contained) Windows application (like it was when I installed Qt 3.3.5 on my ibook with the --static parameter) ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.