C++ GUI Programming with Qt4
Title | C++ GUI Programming with Qt4 PDF eBook |
Author | Jasmin Blanchette |
Publisher | Pearson Education |
Pages | 945 |
Release | 2008-02-04 |
Genre | Computers |
ISBN | 0132703009 |
The Only Official, Best-Practice Guide to Qt 4.3 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 source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3. Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible. Completely updated throughout, with significant new coverage of databases, XML, and Qtopia embedded programming Covers all Qt 4.2/4.3 changes, including Windows Vista support, native CSS support for widget styling, and SVG file generation Contains separate 2D and 3D chapters, coverage of Qt 4.3's new graphics view classes, and an introduction to QPainter's OpenGL back-end Includes new chapters on look-and-feel customization and application scripting Illustrates Qt 4's model/view architecture, plugin support, layout management, event processing, container classes, and much more Presents advanced techniques covered in no other book—from creating plugins to interfacing with native APIs Includes a new appendix on Qt Jambi, the new Java version of Qt
C User Interface Library
Title | C User Interface Library PDF eBook |
Author | Ted Pugh |
Publisher | Coronet Books |
Pages | 360 |
Release | 1993 |
Genre | Computers |
ISBN |
Cross-platform GUI Programming with WxWidgets
Title | Cross-platform GUI Programming with WxWidgets PDF eBook |
Author | Julian Smart |
Publisher | Prentice Hall |
Pages | 700 |
Release | 2006 |
Genre | Computers |
ISBN | 9780131473812 |
Describes how to use wxWidgets, an open-source C++ API, to write GUI applications.
An Introduction to C and GUI Programming
Title | An Introduction to C and GUI Programming PDF eBook |
Author | Simon Long |
Publisher | |
Pages | 0 |
Release | 2022 |
Genre | Computer programming |
ISBN | 9781912047451 |
User Interface Design for Programmers
Title | User Interface Design for Programmers PDF eBook |
Author | Avram Joel Spolsky |
Publisher | Apress |
Pages | 152 |
Release | 2008-01-01 |
Genre | Computers |
ISBN | 1430208570 |
Most programmers' fear of user interface (UI) programming comes from their fear of doing UI design. They think that UI design is like graphic design—the mysterious process by which creative, latte-drinking, all-black-wearing people produce cool-looking, artistic pieces. Most programmers see themselves as analytic, logical thinkers instead—strong at reasoning, weak on artistic judgment, and incapable of doing UI design. In this brilliantly readable book, author Joel Spolsky proposes simple, logical rules that can be applied without any artistic talent to improve any user interface, from traditional GUI applications to websites to consumer electronics. Spolsky's primary axiom, the importance of bringing the program model in line with the user model, is both rational and simple. In a fun and entertaining way, Spolky makes user interface design easy for programmers to grasp. After reading User Interface Design for Programmers, you'll know how to design interfaces with the user in mind. You'll learn the important principles that underlie all good UI design, and you'll learn how to perform usability testing that works.
Wireless Game Development in C/C++ with BREW
Title | Wireless Game Development in C/C++ with BREW PDF eBook |
Author | Ralph Barbagallo |
Publisher | Wordware Publishing, Inc. |
Pages | 417 |
Release | 2003 |
Genre | Computers |
ISBN | 1556229054 |
Book & CD. Targeted for intermediate programmers with experience in C/C++ and the basics of game programming, this book illustrates a variety of development techniques in the new and cutting-edge field of wireless games using Qualcomm's hot new BREW development environment. Barbagallo goes through the fundamentals of the API including graphics, sound, input, and general programming tips. Brought together with complete examples of working games, the book also features information on the burgeoning wireless gaming market.
Programming with Curses
Title | Programming with Curses PDF eBook |
Author | John Strang |
Publisher | "O'Reilly Media, Inc." |
Pages | 82 |
Release | 1986 |
Genre | Computers |
ISBN | 9780937175026 |
Understanding windows; Terminal independence; The curses library; Sample program; Quick reference.