Bild 1 von 1
![C++ GUI Programming with Qt 4 [With CDROM] - Bild 1 von 1](https://i.ebayimg.com/images/g/a~YAAOSw7GRZLozR/s-l500.jpg)
Galerie
Bild 1 von 1
![C++ GUI Programming with Qt 4 [With CDROM] - Bild 1 von 1](https://i.ebayimg.com/images/g/a~YAAOSw7GRZLozR/s-l500.jpg)
C++ GUI Programming with Qt 4 [With CDROM]
by Blanchette, Jasmin; Summerfield, Mark | PB | Good
ThriftBooks
(4149097)
Gewerblich
US $9,31
Ca.EUR 8,09
Artikelzustand:
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ”... Mehr erfahrenÜber den Artikelzustand
Letzter Artikel3 verkauft
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos Economy Shipping.
Lieferung zwischen Fr, 28. Nov und Di, 2. Dez nach 94104 bei heutigem Zahlungseingang
Standort: Aurora, Illinois, USA
Rücknahme:
30 Tage Rückgabe. Kostenloser Rückversand.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Info zum Artikel
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:374172241887
Artikelmerkmale
- Artikelzustand
- Gut
- Hinweise des Verkäufers
- Binding
- Paperback
- Book Title
- C++ GUI Programming with Qt 4 [With CDROM]
- Weight
- 2 lbs
- Product Group
- Book
- IsTextBook
- Yes
- ISBN
- 9780131872493
Über dieses Produkt
Product Identifiers
Publisher
Prentice Hall PTR
ISBN-10
0131872494
ISBN-13
9780131872493
eBay Product ID (ePID)
52762616
Product Key Features
Number of Pages
560 Pages
Language
English
Publication Name
C++ Gui Programming with Qt 4
Subject
Programming Languages / C++, Operating Systems / Linux
Publication Year
2006
Type
Textbook
Subject Area
Computers
Format
CD-ROM / Trade Paperback
Dimensions
Item Height
1.1 in
Item Weight
29 Oz
Item Length
9.2 in
Item Width
7.1 in
Additional Product Features
Intended Audience
Trade
LCCN
2006-013376
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.4/37
Table Of Content
Foreword ix Preface xi Acknowledgments xiii A Brief History of Qt xv Part I: Basic Qt 1. Getting Started 3 Hello Qt 3 Making Connections 5 Laying Out Widgets 6 Using the Reference Documentation 9 2. Creating Dialogs 13 Subclassing QDialog 13 Signals and Slots in Depth 20 Rapid Dialog Design 23 Shape-Changing Dialogs 29 Dynamic Dialogs 36 Built-in Widget and Dialog Classes 37 3. Creating Main Windows 43 Subclassing QMainWindow 44 Creating Menus and Toolbars 48 Setting Up the Status Bar 52 Implementing the File Menu 54 Using Dialogs 61 Storing Settings 67 Multiple Documents 68 Splash Screens 71 4. Implementing Application Functionality 73 The Central Widget 73 Subclassing QTableWidget 74 Loading and Saving 80 Implementing the Edit Menu 83 Implementing the Other Menus 87 Subclassing QTableWidgetItem 91 5. Creating Custom Widgets 101 Customizing Qt Widgets 101 Subclassing QWidget 103 Integrating Custom Widgets with Qt Designer 113 Double Buffering 116 Part II: Intermediate Qt 6. Layout Management 137 Laying Out Widgets on a Form 137 Stacked Layouts 143 Splitters 145 Scrolling Areas 148 Dock Widgets and Toolbars 150 Multiple Document Interface 152 7. Event Processing 163 Reimplementing Event Handlers 163 Installing Event Filters 168 Staying Responsive During Intensive Processing 171 8. 2D and 3D Graphics 175 Painting with QPainter 175 Painter Transformations 180 High-Quality Rendering with QImage 188 Printing 190 Graphics with OpenGL 198 9. Drag and Drop 205 Enabling Drag and Drop 205 Supporting Custom Drag Types 210 Clipboard Handling 215 10. Item View Classes 217 Using the Item View Convenience Classes 218 Using Predefined Models 225 Implementing Custom Models 230 Implementing Custom Delegates 244 11. Container Classes 251 Sequential Containers 252 Associative Containers 260 Generic Algorithms 263 Strings, Byte Arrays, and Variants 265 12. Input/Output 273 Reading and Writing Binary Data 274 Reading and Writing Text 279 Traversing Directories 285 Embedding Resources 286 Inter-Process Communication 287 13. Databases 293 Connecting and Querying 294 Presenting Data in Tabular Form 299 Implementing Master-Detail Forms 304 14. Networking 311 Writing FTP Clients 311 Writing HTTP Clients 320 Writing TCP Client-Server Applications 323 Sending and Receiving UDP Datagrams 333 15. XML 339 Reading XML with SAX 339 Reading XML with DOM 344 Writing XML 348 16. Providing Online Help 351 Tooltips, Status Tips, and "What''s This?" Help 351 Using QTextBrowser as a Simple Help Engine 353 Using Qt Assistant for Powerful Online Help 356 Part III: Advanced Qt 17. Internationalization 361 Working with Unicode 362 Making Applications Translation-Aware 365 Dynamic Language Switching 371 Translating Applications 376 18. Multithreading 381 Creating Threads 381 Synchronizing Threads 385 Communicating with the Main Thread 391 Using Qt''s Classes in Secondary Threads 396 19. Creating Plugins 399 Extending Qt with Plugins 400 Making Applications Plugin-Aware 408 Writing Application Plugins 412 20. Platform-Specific Features 415 Interfacing with Native APIs 415 Using ActiveX on Windows 419 Handling X11 Session Management 431 21. Embedded Programming 439 Getting Started with Qtopia 440 Customizing Qtopia Core 441 Appendix A. Installing Qt 447 Appendix B. Introduction to C++ for Java and C# Programmers 451 Index 493
Synopsis
Qt is the basis for the standard Linux desktop, KDE, and is used by around 150,000 open source developers worldwide. Qt 3.2 non-commercial for Windows is being produced specifically for this book, the authors of which are Qt pioneers and members of Trolltech., Straight from Trolltech, this book covers all one needs to build industrial-strength applications with Qt 3.2.x and C++--applications that run natively on Windows, Linux/UNIX, Mac OS X, and embedded Linux with no source code changes. Includes a CD with the Qt 3.2 toolset and Borland C++ compilers--including a noncommercial Qt 3.2 for Windows available nowhere else., The Only Official Best-Practice Guide to Qt 4.1 Programming Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1. Using C++ GUI Programming with Qt 4 you'll discover the most effective Qt 4 programming patterns and techniques as you master key technologies ranging from Qt's model/view architecture to Qt's powerful new 2D paint engine. The authors provide readers with unparalleled insight into Qt's event model and layout system. Then, using realistic examples, they introduce superior techniques for everything from basic GUI development to advanced database and XML integration. Includes new chapters on Qt 4's model/view architecture and Qt's new plugin support, along with a brief introduction to Qtopia embedded programming Covers all Qt fundamentals, from dialogs and windows to implementing application functionality Introduces best practices for layout management and event processing Shows how to make the most of Qt 4's new APIs, including the powerful new 2D paint engine and the new easy-to-use container classes Contains completely updated material in every chapter Presents advanced Qt 4 techniques covered in no other book, from creating both Qt and application plugins to interfacing with native APIs Contains an in-depth appendix on C++/Qt programming for experienced Java developers The accompanying CD-ROM includes the open source edition of Qt 4.1.1 for Windows, Mac, Linux, and many Unixes, as well as MinGW, a set of freely available development tools that can be used to build Qt applications on Windows, and also the source code for the book's examples.
LC Classification Number
QA76.9.U83B532 2006
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
EPR-Nummern (Extended Producer Responsibility):
Ein Verkäufer hat eine EPR-Nummer, wenn er sich bei der zuständigen Behörde als Hersteller einer bestimmten Art von Produkt angemeldet hat und die Verantwortung für die Entsorgung des durch dieses Produkt entstehenden Abfalls übernommen hat.
Info zu diesem Verkäufer
ThriftBooks
99,2% positive Bewertungen•20,1 Mio. Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Beliebte Kategorien in diesem Shop
Verkäuferbewertungen (5.997.166)
Dieser Artikel (1)
Alle Artikel (5.997.166)
- r***p (5288)- Bewertung vom Käufer.Vor über einem JahrBestätigter KaufThank You...
- e***a (272)- Bewertung vom Käufer.Letzter MonatBestätigter KaufOrdered from USA and arrived to me in UK about 10 days later. Book appropriately packaged and mostly as described. Was missing the cd as listed but communication with the seller was friendly and polite if not a little confusing - partial refunds are only offered after you start the formal eBay return request process, they aren't capable of giving refunds after simple messaging to customer service. All in all though, great value and a positive transaction. Would interact again 👍
- e***- (123)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufUnfortunately I received a damaged book, the item and the package both were damaged and it was clearly evident its appearance that it happened during transit. The seller was very understanding and gave me a full refund for the damaged book, though it was no fault of their own. Other than the damage, the book was as described, the quality and condition aside from the damaged spot was like new. The cost of the book was reasonable. I would definitely purchase from the seller again.
- 7***j (878)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufI recently purchased an item from this eBay seller, and I couldn't be happier with the experience. From the prompt communication to the fast shipping, everything was handled with utmost professionalism. The item arrived exactly as described and was well packaged to ensure its safety during transit. The seller was courteous and responsive, making the entire transaction smooth and hassle-free. I highly recommend this seller to anyone looking for quality products and excellent service.
Noch mehr entdecken:
- Bücher Sachbuch 4-8 Jahre Ab 2010,
- Ravensburger Bücher Sachbuch 4-8 Jahre,
- Bücher Sachbuch 4-8 Jahre,
- 4-8 Jahre Belletristik-Bücher,
- Bücher mit Kinder- & Jugendliteratur 4-8 Jahre,
- Abenteuer 4-8 Jahre Belletristik-Bücher,
- Ravensburger 4-8 Jahre Belletristik-Bücher,
- Kinder- & - Jugendliteratur-Ravensburger - 4-8 - Jahre Bücher,
- Bücher über Spiele Sachbuch 4-8 Jahre,
- Bücher über Freundschaft Belletristik 4-8 Jahre

