|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

Erweiterte Qt-Programmierung: Erstellen großartiger Software... von Summerfield, Mark Hardcover-

Ursprünglicher Text
Advanced Qt Programming: Creating Great Softwar... by Summerfield, Mark Hardback
Artikelzustand:
Sehr gut
Preis:
US $8,00
Ca.EUR 7,37
Versand:
US $4,87 (ca. EUR 4,49) Sparversand. Weitere Detailsfür Versand
Standort: Colorado Springs, Colorado, USA
Lieferung:
Lieferung zwischen Mo, 20. Mai und Do, 23. Mai nach 43230 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als privater Verkäufer; verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:224814485525
Zuletzt aktualisiert am 29. Jän. 2024 16:58:59 MEZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut: Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand ...
Artist
Summerfield, Mark
Brand
N/A
Date of Publication
20100722
EAN
9780321635907
ISBN
0321635906
Book Title
Advanced Qt Programming: Creating Great Software with C++ and ...
Release Title
Advanced Qt Programming: Creating Great Software with C++ and ...
City of Publication
Upper Saddle River
Level
Advanced
Country of Publication
United States
Colour
N/A
Publication Name
Advanced Qt Programming : Creating Great Software with C++ and Qt 4
Item Length
9.5in
Publisher
Addison Wesley Professional
Publication Year
2010
Type
Textbook
Format
Hardcover
Language
English
Item Height
1.3in
Author
Mark Summerfield
Features
Revised
Item Width
7.4in
Item Weight
37 Oz
Number of Pages
560 Pages

Über dieses Produkt

Product Information

Master Qt's Most Powerful APIs, Patterns, and Development Practices Qt has evolved into a remarkably powerful solution for cross-platform desktop, Web, and mobile development. However, even the most experienced Qt programmers only use a fraction of its capabilities. Moreover, practical information about Qt's newest features has been scarce--until now. Advanced Qt Programming shows developers exactly how to take full advantage of Qt 4.5's and Qt 4.6's most valuable new APIs, application patterns, and development practices. Authored by Qt expert Mark Summerfield, this book concentrates on techniques that offer the most power and flexibility with the least added complexity. Summerfield focuses especially on model/view and graphics/view programming, hybrid desktop/Web applications, threading, and applications incorporating media and rich text. Throughout, he presents realistic, downloadable code examples, all tested on Windows, Mac OS X, and Linux using Qt 4.6 (and most tested on Qt 4.5) and designed to anticipate future versions of Qt. The book Walks through using Qt with WebKit to create innovative hybrid desktop/Internet applications Shows how to use the Phonon framework to build powerful multimedia applications Presents state-of-the-art techniques for using model/view table and tree models, QStandardItemModels, delegates, and views, and for creating custom table and tree models, delegates, and views Explains how to write more effective threaded programs with the QtConcurrent module and with the QThread class Includes detailed coverage of creating rich text editors and documents Thoroughly covers graphics/view programming: architecture, windows, widgets, layouts, scenes, and more Introduces Qt 4.6's powerful animation and state machine frameworks

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0321635906
ISBN-13
9780321635907
eBay Product ID (ePID)
80550558

Product Key Features

Author
Mark Summerfield
Publication Name
Advanced Qt Programming : Creating Great Software with C++ and Qt 4
Format
Hardcover
Language
English
Features
Revised
Publication Year
2010
Type
Textbook
Number of Pages
560 Pages

Dimensions

Item Length
9.5in
Item Height
1.3in
Item Width
7.4in
Item Weight
37 Oz

Additional Product Features

Lc Classification Number
Qa76.9.U83s88 2010
Edition Description
Revised Edition
Reviews
"A good book on advanced Qt programming has been missing in the arsenal of Qt programmers. I'm very happy that Mark has written one. He is a fantastic technical writer with all the necessary background to write authoritatively about Qt programming. ... In other words: You are in for a treat! You are holding in your hands an excellent opportunity to expand on your knowledge of all the cool stuff you can do with Qt." Eirik Chambe-Eng, cocreator of Qt, "A good book on advanced Qt programming has been missing in the arsenal of Qt programmers. I'm very happy that Mark has written one. He is a fantastic technicalwriter with all the necessary background to write authoritatively about Qt programming. ... In other words: You are in for a treat! You are holding in your hands an excellent opportunity to expand on your knowledge of all the cool stuff you can do with Qt." -Eirik Chambe-Eng, cocreator of Qt, "A good book on advanced Qt programming has been missing in the arsenal of Qt programmers. I'm very happy that Mark has written one. He is a fantastic technical writer with all the necessary background to write authoritatively about Qt programming. ... In other words: You are in for a treat! You are holding in your hands an excellent opportunity to expand on your knowledge of all the cool stuff you can do with Qt." --Eirik Chambe-Eng, cocreator of Qt, "A good book on advanced Qt programming has been missing in the arsenal of Qt programmers. I'm very happy that Mark has written one. He is a fantastic technical writer with all the necessary background to write authoritatively about Qt programming. ... In other words: You are in for a treat! You are holding in your hands an excellent opportunity to expand on your knowledge of all the cool stuff you can do with Qt." -Eirik Chambe-Eng, cocreator of Qt
Table of Content
List of Tables xiii Foreword xv Introduction 1 Chapter 1: Hybrid Desktop/Internet Applications 5 Internet-Aware Widgets 6 Using WebKit 21 Chapter 2: Audio and Video 53 Using QSound and QMovie 54 The Phonon Multimedia Framework 60 Chapter 3: Model/View Table Models 87 Qt's Model/View Architecture 88 Using QStandardItemModels for Tables 90 Creating Custom Table Models 113 Chapter 4: Model/View Tree Models 129 Using QStandardItemModels for Trees 130 Creating Custom Tree Models 151 Chapter 5: Model/View Delegates 185 Datatype-Specific Editors 186 Datatype-Specific Delegates 188 Model-Specific Delegates 201 Chapter 6: Model/View Views 207 QAbstractItemView Subclasses 208 Model-Specific Visualizing Views 224 Chapter 7: Threading with QtConcurrent 245 Executing Functions in Threads 248 Filtering and Mapping in Threads 261 Chapter 8: Threading with QThread 287 Processing Independent Items 287 Processing Shared Items 302 Chapter 9: Creating Rich Text Editors 317 Introducing QTextDocument 318 Creating Custom Text Editors 320 A Rich Text Single Line Editor 342 Multi-line Rich Text Editing 353 Chapter 10: Creating Rich Text Documents 359 Exported QTextDocument File Quality 361 Creating QTextDocuments 364 Exporting and Printing Documents 371 Painting Pages 379 Chapter 11: Creating Graphics/View Windows 389 The Graphics/View Architecture 390 Graphics/View Widgets and Layouts 392 Introducing Graphics Items 399 Chapter 12: Creating Graphics/View Scenes 409 Scenes, Items, and Actions 411 Enhancing QGraphicsView 439 Creating a Dock Widget Toolbox 440 Creating Custom Graphics Items 447 Chapter 13: The Animation and State Machine Frameworks 469 Introducing the Animation Framework 469 Introducing the State Machine Framework 474 Combining Animations and State Machines 481 Epilogue 491 Selected Bibliography 495 Index 499
Copyright Date
2011
Target Audience
Scholarly & Professional
Topic
Programming / General, Programming Languages / C++, Operating Systems / Linux
Lccn
2010-019289
Dewey Decimal
005.1/13
Dewey Edition
22
Illustrated
Yes
Genre
Computers

Artikelbeschreibung des Verkäufers

pedal_strike_force

pedal_strike_force

100% positive Bewertungen
839 Artikel verkauft

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
5.0
Angemessene Versandkosten
4.9
Lieferzeit
5.0
Kommunikation
5.0
Angemeldet als privater Verkäufer
Daher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.

Verkäuferbewertungen (387)

l***r (805)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Thanks
u***a (3)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Fast shipping, item was as described
k***p (516)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Worked great thank you