C++ GUI Programming with Qt 3 (Bruce Perens' Open Source Series) 🔍
Jasmin Blanchette, Mark Summerfield Prentice Hall in association with Trolltech Press, Bruce Perens' Open source series, 1st edition, Place of publication not identified, 2004
英语 [en] · CHM · 3.1MB · 2004 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
描述
Many companies are facing problems with Windows development using traditional Windows tools such as Visual Studio. When they write applications, even just "single platform" applications for Windows, they often have to account for differences between different Windows versions, which adds hassle to development and maintenance. Qt works no matter the Windows versions. This book provides all the information needed to become a professional Qt developer. The book also covers cross platform GUI programming--programmers can be working on Windows, Linux, or Mac and the book will work for them. This is useful for commercial companies that use Qt, and for companies that are evaluating Qt. It will also be valuable to the vast number of open source developers who already use Qt since no other book of comparable quality or comprehensiveness is available. This book teaches Qt's idioms and how to use Qt to best advantage. The book is organized into four parts. The first part introduces the C++ necessary for the effective use of Qt. The second part covers basic Qt, starting with some very short examples, and quickly building up to a complete Graphical User Interface program. The second part provides coverage of key Qt features including signals. The third and fourth parts cover more advanced and specialized material.
备用文件名
lgrsnf/DVD-014/Blanchette_J.,_Summerfield_M._C++_GUI_Programming_with_Qt_3_(2004)(en)(464s).chm
备用文件名
nexusstc/C++ GUI Programming with Qt 3/4b2a260827e62406caf8e4fd263893a8.chm
备用文件名
zlib/Computers/Programming/Jasmin Blanchette, Mark Summerfield/C++ GUI Programming with Qt 3_459076.chm
备选标题
C plus plus programming with Qt3
备选作者
Blanchette, Jasmin, Summerfield, Mark
备选作者
Mark Summerfield; Jasmin Blanchette
备用出版商
Prentice Hall PTR ; Pearson Education
备用出版商
Globe Fearon Educational Publishing
备用出版商
Longman Publishing
备用出版商
Pearson P T R
备用出版商
Cengage Gale
备用版本
Bruce Perens' Open source series, Upper Saddle River, N.J, New Jersey, 2004
备用版本
United States, United States of America
备用版本
Upper Saddle River, N.J., London, 2004
元数据中的注释
mexmat -- 14
元数据中的注释
lg22798
元数据中的注释
{"isbns":["0131240722","9780131240728"],"last_page":465,"publisher":"Prentice Hall"}
元数据中的注释
类型: 图书
元数据中的注释
出版日期: 2004.01
元数据中的注释
出版社: Prentice Hall PTR
元数据中的注释
页码: 464
元数据中的注释
开本: $54.99
元数据中的注释
价格: 9.2 x 6.7 x 1.4 inches
元数据中的注释
出版日期: 2010
元数据中的注释
出版社: Prentice Hall
元数据中的注释
System requirements for accompanying CD-ROM: Windows 95, 98, NT 4, ME, 2000, XP, or Mac OS X, or Linus, or most versions of Unix; CD-ROM drive.
Includes index.
备用描述
<p><i>"...not only the best book on Qt I have ever seen, but also the best book presenting any programming framework. Every sentence appears to be carefully worded, and every chapter has a sound concept, and so does the work as a whole."</i> --Matthias Ettrich, Trolltech's lead developer, founder of the KDE project</p>
<p><i>"The 'Tao of Qt'.... The Qt system is a beautiful example of object oriented design, and the authors take advantage of this.... The authors have done an excellent job of presenting the subject in an interesting and engaging way...."</i> --Ron McCarty, Instructor and Chair of the Department of Computer Science, Penn State Erie, The Behrend College</p>
<p>The first official Trolltech guide to Qt 3.2 programming!</p>
<p>Straight from Trolltech, this book covers all you need to build industrial-strength applications with Qt 3.2.x and C++--applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux with no source code changes! The book teaches solid Qt programming practices; it is not a rehash of the documentation. You'll find start-to-finish coverage packed with examples, plus a CD with the Qt 3.2 toolset and Borland C++ compilers--including a non-commercial Qt 3.2 for Windows available nowhere else!</p>
<ul>
<li class="null1"><br>
</li>
<li>Build powerful C++ GUI applications quickly and easily</li>
<li class="null1"><br>
</li>
<li>Design dialogs and main windows visually and in code</li>
<li class="null1"><br>
</li>
<li>Learn Qt's innovative typesafe signals and slots mechanism</li>
<li class="null1"><br>
</li>
<li>Use layouts to create forms that automatically size and scale</li>
<li class="null1"><br>
</li>
<li>Create custom signals, slots, events, and controls</li>
<li class="null1"><br>
</li>
<li>Program the "Qt way" with techniques for Qt 3.2 that'll work with Qt 4</li>
<li class="null1"><br>
</li>
<li>Code applicationswith menus, toolbars, dialogs, and drag and drop</li>
<li class="null1"><br>
</li>
<li>Utilize 2D and 3D graphics, multithreading, and networking</li>
<li class="null1"><br>
</li>
<li>Write database and XML applications</li>
<li class="null1"><br>
</li>
<li>Internationalize to reach foreign markets</li>
<li class="null1"><br>
</li>
<li>Exploit platform-specific-features like ActiveX</li>
</ul>
<p>Already using Qt or just starting out? Evaluating Qt or managing it? Building open source applications--or commercial applications? Want to develop for Windows without buying an expensive compiler? Whatever your goal, this is the only book you need!</p>
<p>CD-ROM: Everything you need to write great GUI programs!</p>
<ul>
<li class="null1"><br>
</li>
<li>Qt 3.2 Non-Commercial Edition for Windows</li>
<li class="null1"><br>
</li>
<li>Borland C++ 5.5 Non-Commercial Edition</li>
<li class="null1"><br>
</li>
<li>Borland C++ 6.0 Trial Edition</li>
<li class="null1"><br>
</li>
<li>Qt 3.2 Free Editions for Unix/Linux/Mac OS X</li>
<li class="null1"><br>
</li>
<li>SQLite database</li>
<li class="null1"><br>
</li>
<li>The book's code examples</li>
</ul>
备用描述
"...Not only the best book on Qt I have ever seen, but also the best book presenting any programming framework. Every sentence appears to be carefully worded, and every chapter has a sound concept, and so does the work as a whole." --Matthias Ettrich, Trolltech's lead developer, founder of the KDE project "The 'Tao of Qt'.... The Qt system is a beautiful example of object oriented design, and the authors take advantage of this.... The authors have done an excellent job of presenting the subject in an interesting and engaging way...." --Ron McCarty, Instructor and Chair of the Department of Computer Science, Penn State Erie, The Behrend College The first official Trolltech guide to Qt 3.2 programming! Straight from Trolltech, this book covers all you need to build industrial-strength applications with Qt 3.2.x and C++--applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux with no source code changes! The book teaches solid Qt programming practices; it is not a rehash of the documentation. Build powerful C++ GUI applications quickly and easily Design dialogs and main windows visually and in code Learn Qt's innovative typesafe signals and slots mechanism Use layouts to create forms that automatically size and scale Create custom signals, slots, events, and controls Program the ''Qt way'' with techniques for Qt 3.2 that'll work with Qt 4 Code applications with menus, toolbars, dialogs, and drag and drop Utilize 2D and 3D graphics, multithreading, and networking Write database and XML applications Internationalize to reach foreign markets Exploit platform-specific-features like ActiveX Already using Qt or just starting out? Evaluating Qt or managing it? Building open source applications--or commercial applications? Want to develop for Windows without buying an expensive compiler? Whatever your goal, this is the only book you need!
开源日期
2009-07-20
更多信息……

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:Motrix
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。