Programming with QT

The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have...

Full description

Bibliographic Details
Main Author: Dalheimer, Matthias Kalle
Format: eBook
Language:English
Published: Sebastopol, Calif. O'Reilly 2002
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03808nmm a2200481 u 4500
001 EB001941165
003 EBX01000000000000001104067
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781449390938 
020 |a 1449391605 
020 |a 9781449391607 
050 4 |a QA76.9.U83 
100 1 |a Dalheimer, Matthias Kalle 
245 0 0 |a Programming with QT  |c Matthias Kalle Dalheimer 
250 |a 2nd ed 
260 |a Sebastopol, Calif.  |b O'Reilly  |c 2002 
300 |a 520 pages 
505 0 |a Includes bibliographical references and index 
653 |a Graphical user interfaces (Computer systems) / http://id.loc.gov/authorities/subjects/sh93002168 
653 |a Graphical user interfaces (Computer systems) / blmlsh 
653 |a Graphical user interfaces (Computer systems) / fast 
653 |a C++ (Langage de programmation) 
653 |a C++ (Computer program language) / http://id.loc.gov/authorities/subjects/sh87007505 
653 |a C++ (Computer program language) / fast 
653 |a Interfaces graphiques (Informatique) 
653 |a COMPUTERS / Software Development & Engineering / Systems Analysis & Design / bisacsh 
653 |a C++ (Computer program language) / blmlsh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 
776 |z 9781449390938 
776 |z 9780596000646 
776 |z 1449391605 
776 |z 9781449391607 
776 |z 0596000642 
776 |z 1449390935 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596000642/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.3 Q1 Dal 2002 [ONLINE] 
082 0 |a 620 
082 0 |a 745.4 
520 |a The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have written an application with Qt, all you have to do is recompile it to have a version that works on Windows. Qt also emulates the look and feel of Windows, so your users get native-looking interfaces. Platform independence is not the only benefit. Qt is flexible and highly optimized. You'll find that you need to write very little, if any, platform-dependent code because Qt already has what you need. And Qt is free for open source and Linux development. Although programming with Qt is straightforward and feels natural once you get the hang of it, the learning curve can be steep. Qt comes with excellent reference documentation, but beginners often find the included tutorial is not enough to really get started with Qt. That's where Programming with Qt steps inches You'll learn how to program in Qt as the book guides you through the steps of writing a simple paint application. Exercises with fully worked out answers help you deepen your understanding of the topics. The book presents all of the GUI elements in Qt, along with advice about when and how to use them, so you can make full use of the toolkit. For seasoned Qt programmers, there's also lots of information on advanced 2D transformations, drag-and-drop, writing custom image file filters, networking with the new Qt Network Extension, XML processing, Unicode handling, and more. Programming with Qt helps you get the most out of this powerful, easy-to-use, cross-platform toolkit. It's been completely updated for Qt Version 3.0 and includes entirely new information on rich text, Unicode/double byte characters, internationalization, and network programming