|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn899245800 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150106s2014 enka o 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d DEBBG
|d DEBSZ
|d EBLCP
|d E7B
|d S4S
|d COO
|d TEFOD
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d CEF
|d OCLCQ
|d OCLCO
|d FEM
|d IDEBK
|d YDXCP
|d REB
|d N$T
|d OCLCQ
|d OCLCO
|d UAB
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 897508840
|a 897645518
|a 968000335
|a 969065775
|a 1026467607
|
020 |
|
|
|a 9781784399221
|q (electronic bk.)
|
020 |
|
|
|a 1784399221
|q (electronic bk.)
|
020 |
|
|
|a 1784398675
|
020 |
|
|
|a 9781784398675
|
020 |
|
|
|z 1784399221
|
020 |
|
|
|z 1784398675
|
020 |
|
|
|z 9781784398675
|
024 |
3 |
|
|a 9781784398675
|
029 |
1 |
|
|a CHNEW
|b 000708933
|
029 |
1 |
|
|a CHNEW
|b 000889495
|
029 |
1 |
|
|a CHVBK
|b 374482144
|
029 |
1 |
|
|a DEBBG
|b BV042490535
|
029 |
1 |
|
|a DEBBG
|b BV043614286
|
029 |
1 |
|
|a DEBSZ
|b 434837148
|
035 |
|
|
|a (OCoLC)899245800
|z (OCoLC)897508840
|z (OCoLC)897645518
|z (OCoLC)968000335
|z (OCoLC)969065775
|z (OCoLC)1026467607
|
037 |
|
|
|a CL0500000522
|b Safari Books Online
|
037 |
|
|
|a B3BB4193-B113-457F-B221-0EE35D946B14
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Rischpater, Ray,
|e author.
|
245 |
1 |
0 |
|a Application development with Qt creator :
|b design and build dazzling cross-platform applications using Qt and Qt Quick /
|c Ray Rischpater.
|
246 |
3 |
0 |
|a Design and build dazzling cross-platform applications using Qt and Qt Quick
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c [2014]
|
264 |
|
4 |
|c ©2014
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
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
|2 rda
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed December 18, 2014).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Qt Creator; Downloading Qt and Qt Creator; Finding your way around Qt Creator; Your first application -- Hello World; Hello World using the QtGUI library; Hello World using Qt Quick; Summary; Chapter 2: Building Applications with Qt Creator; Getting started -- our sample library; Learning the landscape -- the Build menu and the .pro files; Linking against our sample library; Getting lost and found again -- debugging.
|
505 |
8 |
|
|a Setting breakpoints and stepping through your programExamining variables and memory; Examining the call stack; The Projects pane and building your project; A review -- running and debugging your application; Summary; Chapter 3: Designing Your Application with Qt Designer; Code interlude -- signals and slots; Creating forms in Qt Designer; Creating the main form; Using application resources; Instantiating forms, message boxes, and dialogs in your application; Wiring the Qt Widgets application logic; Learning more about Qt Widgets ; Code interlude -- Qt Quick and the QML syntax.
|
505 |
8 |
|
|a Creating Qt Quick applications in Qt DesignerCreating a reusable button; The calculator's main view; Learning more about Qt Quick and QML; Summary; Chapter 4: Qt Foundations; Representing data using Qt's core classes; Working with key-value pairs; Multithreading in Qt; Accessing files using Qt; Accessing HTTP resources using Qt; Performing HTTP requests; Parsing XML using Qt; Using XML parsing with HTTP; Implementing WorkerThread; Summary; Chapter 5: Developing Applications with Qt Widgets; Your main application and its menus; Simple Qt Widgets; Managing the widget layout with layouts.
|
505 |
8 |
|
|a Model-view-controller programming with QtAnalyzing a concrete model subclass; Rendering web content with QWebView; Summary; Chapter 6: Drawing with Qt; What we need to start drawing with Qt; Drawing with QPainter on QPaintDevice instances; Drawing off screen; Creating custom widgets; The Graphics View Framework; Summary; Chapter 7: Doing More with Qt Quick; Fundamental concepts of Qt Quick; States and transitions in Qt Quick; Integrating Qt Quick and C++; Putting it all together -- an image gallery application; Summary; Chapter 8: Multimedia and Qt Quick; Multimedia in Qt.
|
505 |
8 |
|
|a Playing audio clips and sound effectsPlaying video clips; Accessing the camera; Summary; Chapter 9: Sensors and Qt Quick; Sensors in Qt; Determining device location; Obtaining a device's position -- a simple example; Summary; Chapter 10: Localizing Your Application with Qt Linguist; Understanding the task of localization; Marking strings for localization; Localizing your application with QLinguist; Including localized strings in your application; Localizing special parameters -- currencies and dates with QLocale; Summary; Chapter 11: Optimizing Performance with Qt Creator.
|
520 |
|
|
|a This book is great for developers who are new to Qt and Qt Creator and who are interested in harnessing the power of Qt for cross-platform development. If you have basic experience programming in C++, you have what it takes to create engaging cross-platform applications using Qt and Qt Creator!
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Qt (Electronic resource)
|
630 |
0 |
7 |
|a Qt (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Rischpater, Ray.
|t Application Development with Qt Creator.
|d Birmingham : Packt Publishing, ©2014
|z 9781784398675
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781784398675/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1876335
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10992765
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 919353
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30194166
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12188202
|
994 |
|
|
|a 92
|b IZTAP
|