Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dalheimer, Matthias Kalle
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2002.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm66144252
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 060410s2002 cau ob 001 0 eng d
010 |z  2002284351 
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCQ  |d CEF  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCO  |d CNNAI  |d OCLCF  |d OCLCQ  |d OCLCE  |d CUSER  |d N$T  |d TEFOD  |d OCLCQ  |d YDXCP  |d OCLCQ  |d INARC  |d WYU  |d VT2  |d CNCEN  |d ERF  |d UKBTH  |d UHL  |d OCLCO  |d OCLCQ  |d FZL  |d OCLCQ  |d OCLCO 
019 |a 326952124  |a 606547819  |a 658219368  |a 759520618  |a 779173683  |a 1036792782  |a 1062922490  |a 1100908047  |a 1103278628  |a 1105772916  |a 1112577518  |a 1112978282  |a 1113082345  |a 1129362231  |a 1202552431  |a 1240528206  |a 1351594036  |a 1380768566 
020 |a 9781449391607  |q (electronic bk.) 
020 |a 1449391605  |q (electronic bk.) 
020 |a 9781449390938  |q (electronic bk.) 
020 |a 1449390935  |q (electronic bk.) 
020 |z 0596000642 
020 |z 9780596000646 
024 8 |a 0596000642 
029 1 |a DEBSZ  |b 355369311 
029 1 |a GBVCP  |b 785346708 
029 1 |a HEBIS  |b 291441041 
029 1 |a AU@  |b 000067111315 
035 |a (OCoLC)66144252  |z (OCoLC)326952124  |z (OCoLC)606547819  |z (OCoLC)658219368  |z (OCoLC)759520618  |z (OCoLC)779173683  |z (OCoLC)1036792782  |z (OCoLC)1062922490  |z (OCoLC)1100908047  |z (OCoLC)1103278628  |z (OCoLC)1105772916  |z (OCoLC)1112577518  |z (OCoLC)1112978282  |z (OCoLC)1113082345  |z (OCoLC)1129362231  |z (OCoLC)1202552431  |z (OCoLC)1240528206  |z (OCoLC)1351594036  |z (OCoLC)1380768566 
037 |a CL0500000001  |b Safari Books Online 
037 |a 1B1B05ED-6309-4C88-BAF5-6A577AD59DDE  |b OverDrive, Inc.  |n http://www.overdrive.com 
042 |a dlr 
050 4 |a QA76.9.U83  |b D35 2002 
060 4 |a QA 76.9 U83  |b D34 2002 
072 7 |a COM  |x 051240  |2 bisacsh 
082 0 4 |a 005.3 Q1 Dal 2002 [ONLINE] 
049 |a UAMI 
100 1 |a Dalheimer, Matthias Kalle. 
245 1 0 |a Programming with QT /  |c Matthias Kalle Dalheimer. 
250 |a 2nd ed. 
260 |a Sebastopol, Calif. :  |b O'Reilly,  |c 2002. 
300 |a 1 online resource (520 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [S.l.] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |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.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
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. 
542 |f Copyright © O'Reilly Media, Incorporated  |g 2002 
542 |f Copyright © O'Reilly Media, Inc.  |g 2002 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Graphical user interfaces (Computer systems) 
650 0 |a C++ (Computer program language) 
650 6 |a Interfaces graphiques (Informatique) 
650 6 |a C++ (Langage de programmation) 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Systems Analysis & Design.  |2 bisacsh 
650 7 |a Graphical user interfaces (Computer systems)  |2 blmlsh 
650 7 |a C++ (Computer program language)  |2 blmlsh 
650 7 |a C++ (Computer program language)  |2 fast 
650 7 |a Graphical user interfaces (Computer systems)  |2 fast 
776 0 8 |i Print version:  |a Dalheimer, Matthias Kalle.  |t Programming with Qt.  |b 2nd ed.  |d Sebastopol [CA] : O'Reilly, ©2002  |w (DLC) 2002284351  |w (OCoLC)48935673 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596000642/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 415080 
938 |a YBP Library Services  |b YANK  |n 7489303 
938 |a YBP Library Services  |b YANK  |n 7501426 
938 |a Internet Archive  |b INAR  |n programmingwithq00dalh 
994 |a 92  |b IZTAP