Book Image

GUI Programming with C++ [Video]

By : Jeganathan Swaminathan
Book Image

GUI Programming with C++ [Video]

By: Jeganathan Swaminathan

Overview of this book

<p><span id="description" class="sugar_field">C++ has come a long way and has now been adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications. The C++ 17 release will change the way developers write code, and this video course will help you master your developing skills with C++. With real-world, practical examples explaining each concept, the course will begin by introducing you to the latest features in C++ 17. It encourages clean code practices in C++ in general and demonstrates GUI app-development options in C++. </span></p> <p><span id="description" class="sugar_field">By the end of the course, you'll have an in-depth understanding of the language and its various facets.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This straightforward guide will help you level up your skills in C++ programming, whether for enterprise software or for low-latency applications such as games. Filled with real-world, practical examples, this video course will help you negotiate—at your own pace— the steep learning curve that is C++. </span></span></p>
Table of Contents (3 chapters)
Chapter 2
Developing GUI Application Using Layout
Content Locked
Section 1
Writing a GUI Application with a Horizontal Layout
In this video, we will write a Qt application that has a couple of buttons in the dialog. - Create a single instance of QApplication - Create a custom dialog by inheriting QDialog - Create a horizontal box layout