ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Qt5 C++ GUI Programming Cookbook

دانلود کتاب Qt5 C ++ GUI برنامه نویسی کتاب آشپزی

Qt5 C++ GUI Programming Cookbook

مشخصات کتاب

Qt5 C++ GUI Programming Cookbook

دسته بندی: Programming: Libraries API
ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 1783280271, 9781783280278 
ناشر: Packt Publishing 
سال نشر: 2016 
تعداد صفحات: 301 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

قیمت کتاب (تومان) : 55,000



کلمات کلیدی مربوط به کتاب Qt5 C ++ GUI برنامه نویسی کتاب آشپزی: برنامه نویسی، Qt5، C++، CPP، رابط کاربری گرافیکی، رابط کاربری



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 17


در صورت تبدیل فایل کتاب Qt5 C++ GUI Programming Cookbook به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Qt5 C ++ GUI برنامه نویسی کتاب آشپزی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Qt5 C ++ GUI برنامه نویسی کتاب آشپزی

با پیشرفت فناوری رایانه، بازار نرم افزار با هزاران انتخاب نرم افزاری برای کاربر در حال انفجار است و انتظارات آنها را از نظر عملکرد و ظاهر و ظاهر برنامه افزایش می دهد. بنابراین، بهبود کیفیت بصری برنامه شما برای غلبه بر رقابت در بازار و متمایز شدن از سایرین امری حیاتی است.

این کتاب به شما می آموزد که چگونه نرم افزار کاربردی و جذاب را با استفاده از Qt5 از طریق پروژه های متعدد توسعه دهید. جالب و سرگرم کننده این کتاب موضوعات مختلفی مانند سفارشی سازی ظاهر و احساس، انیمیشن GUI، رندر گرافیکی، پیاده سازی نقشه های گوگل و غیره را پوشش می دهد. شما هزاران اطلاعات مفید را یاد خواهید گرفت و از روند کار بر روی پروژه های خلاقانه ارائه شده در این کتاب لذت خواهید برد.


توضیحاتی درمورد کتاب به خارجی

With the advancement of computer technology, the software market is exploding with tons of software choices for the user, making their expectations higher in terms of functionality and the look and feel of the application. Therefore, improving the visual quality of your application is vital in order to overcome the market competition and stand out from the crowd.

This book will teach you how to develop functional and appealing software using Qt5 through multiple projects that are interesting and fun. This book covers a variety of topics such as look-and-feel customization, GUI animation, graphics rendering, implementing Google Maps, and more. You will learn tons of useful information, and enjoy the process of working on the creative projects provided in this book.



فهرست مطالب

1: Look and Feel Customization
Introduction
Use style sheets with Qt Designer
Basic style sheet customization
Creating a login screen using style sheets
Using resources in style sheets
Customizing properties and sub-controls
Styling in QML
Exposing QML object pointer to C++

2: States and Animations
Introduction
Property animation in Qt
Using easing curves to control property animation
Creating an animation group
Creating a nested animation group
State machines in Qt
States, transitions, and animations in QML
Animating widget properties using animators
Sprite animation

3: QPainter and 2D Graphics
Introduction
Drawing basic shapes on screen
Exporting shapes to SVG files
Coordinate transformation
Displaying images on screen
Applying image effects to graphics
Creating a basic paint program
2D canvas in QML

4: OpenGL Implementation
Introduction
Setting up OpenGL in Qt
Hello world!
Rendering 2D shapes
Render 3D shapes
Texturing in OpenGL
Lighting and texture filter in OpenGL
Moving an object using keyboard controls
3D canvas in QML

5: Building a Touch Screen Application with Qt5
Introduction
Setting up Qt for mobile applications
Designing a basic user interface with QML
Touch events
Animation in QML
Displaying information using Model View
Integrating QML and C++

6: XML Parsing Made Easy
Introduction
Processing XML data using stream reader
Writing XML data using Stream Writer
Processing XML data using the QDomDocument class
Writing XML data using the QDomDocument class
Using Google's Geocoding API

7: Conversion Library
Introduction
Data conversion
Image conversion
Video conversion
Currency conversion

8: Accessing Databases
Introduction
Connecting to a database
Writing basic SQL queries
Creating a login screen with Qt
Displaying information from a database on a model view
Advanced SQL queries

9: Developing a Web Application Using Qt Web Engine
Introduction
Introduction to Qt WebEngine
WebView and web settings
Embedding Google Maps in your project
Calling C++ functions from JavaScript
Calling JavaScript functions from C++




نظرات کاربران