- 30
- 2 403
The Qt Developer
United States
เข้าร่วมเมื่อ 13 เม.ย. 2024
Good Day Everyone! Welcome to the Qt Developer! I am the Qt Developer. I'm a Qt C++ software engineer and artist.
I will play in the world of Qt development using C++. Qt is a powerful and versatile framework that lets you build cross-platform applications for desktop, embedded systems, and even mobile devices.
I started this Qt C++ channel to improve my Qt C++ skills and of course make some fun videos.
Get ready to unleash the full potential of C++ with Qt. I will experiment with everything.
Lets explore the fundamentals of Qt development, including advanced topics like building custom widgets, and working with signals and slots.
These Qt C++ videos are intended to have fun. I will be happy to participate in Qt C++ questions and suggestions anyone may have to improve code.
Write in the comments what types of videos you would like to see on the Qt Developer channel in the future, and give a thumbs up to the existing ones that you do like.
Happy Coding
The Qt Developer :)
I will play in the world of Qt development using C++. Qt is a powerful and versatile framework that lets you build cross-platform applications for desktop, embedded systems, and even mobile devices.
I started this Qt C++ channel to improve my Qt C++ skills and of course make some fun videos.
Get ready to unleash the full potential of C++ with Qt. I will experiment with everything.
Lets explore the fundamentals of Qt development, including advanced topics like building custom widgets, and working with signals and slots.
These Qt C++ videos are intended to have fun. I will be happy to participate in Qt C++ questions and suggestions anyone may have to improve code.
Write in the comments what types of videos you would like to see on the Qt Developer channel in the future, and give a thumbs up to the existing ones that you do like.
Happy Coding
The Qt Developer :)
Qt CandlestickSeries Tutorial Step by Step
Welcome back to the Qt Developer channel. In today's video I will showcase Qt CandlestickSeries Tutorial Step by Step
I am a Qt C++ Software engineer and artist that enjoys the Qt framework immensely. I thought it would be fun to share some ideas and knowledge with the community. Please engage and participate in the coding experience. Share your thoughts in the comments section and press the thumbs up for videos you like and thumbs down for videos that I may improve upon.
Qt Candlestick Chart Tutorial - Learn how to visualize financial data with Qt Charts! This tutorial will teach you how to create beautiful and informative candlestick charts. We'll cover:
Qt Charts basics
CandlestickSeries class
Data binding and plotting
Chart customization
Interactive features
Learn how to create visually appealing candlestick charts in your Qt applications with this easy-to-follow tutorial. We'll cover everything from setting up the Qt project to customizing the appearance of your candlestick charts.
Setting Up the Qt Project:
Create a new Qt Widgets Application project.
Add the necessary Qt Charts module to your project.
Design the user interface with a QChartView to display the chart.
Creating the Candlestick Series:
Instantiate a QChart and add it to the QChartView.
Create a QCandlestickSeries object to hold the candlestick data.
Populate the series with data points, including open, high, low, and close prices.
Customizing the Candlestick Appearance:
Adjust the color scheme for up and down candlesticks.
Modify the width of the candlesticks.
Customize the appearance of the wicks (lines extending from the candlesticks).
Adding Axis and Titles:
Create QValueAxis objects for the x-axis (time) and y-axis (price).
Set the axis ranges and labels.
Add chart titles and axis labels.
Interacting with the Chart:
Explore options for zooming, panning, and selecting data points.
Implement custom interactions, such as displaying tooltips or highlighting specific candlesticks.
Qt developers who want to visualize financial data.
Beginners to intermediate Qt users.
Learn to create professional-looking candlestick charts.
Understand the fundamentals of Qt Charts.
Gain practical skills for data visualization in Qt applications.
Subscribe to the channel for more Qt tutorials.
Like and share the video to support the content creator.
Leave comments with questions or suggestions.
I am a Qt C++ Software engineer and artist that enjoys the Qt framework immensely. I thought it would be fun to share some ideas and knowledge with the community. Please engage and participate in the coding experience. Share your thoughts in the comments section and press the thumbs up for videos you like and thumbs down for videos that I may improve upon.
Qt Candlestick Chart Tutorial - Learn how to visualize financial data with Qt Charts! This tutorial will teach you how to create beautiful and informative candlestick charts. We'll cover:
Qt Charts basics
CandlestickSeries class
Data binding and plotting
Chart customization
Interactive features
Learn how to create visually appealing candlestick charts in your Qt applications with this easy-to-follow tutorial. We'll cover everything from setting up the Qt project to customizing the appearance of your candlestick charts.
Setting Up the Qt Project:
Create a new Qt Widgets Application project.
Add the necessary Qt Charts module to your project.
Design the user interface with a QChartView to display the chart.
Creating the Candlestick Series:
Instantiate a QChart and add it to the QChartView.
Create a QCandlestickSeries object to hold the candlestick data.
Populate the series with data points, including open, high, low, and close prices.
Customizing the Candlestick Appearance:
Adjust the color scheme for up and down candlesticks.
Modify the width of the candlesticks.
Customize the appearance of the wicks (lines extending from the candlesticks).
Adding Axis and Titles:
Create QValueAxis objects for the x-axis (time) and y-axis (price).
Set the axis ranges and labels.
Add chart titles and axis labels.
Interacting with the Chart:
Explore options for zooming, panning, and selecting data points.
Implement custom interactions, such as displaying tooltips or highlighting specific candlesticks.
Qt developers who want to visualize financial data.
Beginners to intermediate Qt users.
Learn to create professional-looking candlestick charts.
Understand the fundamentals of Qt Charts.
Gain practical skills for data visualization in Qt applications.
Subscribe to the channel for more Qt tutorials.
Like and share the video to support the content creator.
Leave comments with questions or suggestions.
มุมมอง: 20
วีดีโอ
Qt C++ Alpha Advantage API part 3
มุมมอง 1014 วันที่ผ่านมา
Welcome to the Qt Developer TH-cam Channel. In today's video, lets explore the Alpha Vantage API . How to populate the daily stock data from the JSON file into the vector of candles. Lets review how to parse the json file acquired from Alpha Vantage and fill the vector of candles. I am a Qt C Software engineer and artist that enjoys the Qt framework immensely. I thought it would be fun to share...
Qt C++ Alpha Advantage API part 2
มุมมอง 1514 วันที่ผ่านมา
Welcome to the Qt Developer TH-cam Channel. In today's video, lets explore the Alpha Vantage API . How to read the daily stock data from the JSON file. Lets review how to read and parse the json file acquired from Alpha Vantage. I am a Qt C Software engineer and artist that enjoys the Qt framework immensely. I thought it would be fun to share some ideas and knowledge with the community. Please ...
Qt C++ Alpha Advantage API part 1
มุมมอง 2621 วันที่ผ่านมา
Welcome to the Qt Developer TH-cam Channel. In today's video, lets explore the Alpha advantage API . How to find the daily stock data, where to find the daily stock data. Lets review the formatting of the stock daily bar data as well as coming up with a plan to read and store the daily stock market data in a container. I am a Qt C Software engineer and artist that enjoys the Qt framework immens...
Qt C++ console application
มุมมอง 55หลายเดือนก่อน
Welcome back to the Qt Developer TH-cam channel. In today's video I will showcase Learning how to build your first Qt C console application from scratch! In this comprehensive tutorial, we'll guide you through the entire process, starting from setting up your development environment to writing and running your first Qt console program. The TH-cam video titled "Create Your First Qt C Console App...
OpenGL Triangle in Qt C++ Part 3
มุมมอง 383 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video I will showcase OpenGL Triangle in Qt C Part 3 In this tutorial, you'll dive into the world of OpenGL graphics programming by building a simple yet foundational project: drawing a triangle using Qt C . We'll cover the essential steps from setting up your Qt project to understanding OpenGL fundamentals. Topics covered: Setting up a Qt pr...
Basic OpenGL Triangle in Qt C++ Part 2
มุมมอง 253 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video I will showcase Learn to Create a Basic OpenGL Triangle in Qt C Part 2 In this tutorial, you'll dive into the world of OpenGL graphics programming by building a simple yet foundational project: drawing a triangle using Qt C . We'll cover the essential steps from setting up your Qt project to understanding OpenGL fundamentals. Topics cov...
Learn to Create a Basic OpenGL Triangle in Qt C++
มุมมอง 483 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video I will showcase Learn to Create a Basic OpenGL Triangle in Qt C In this tutorial, you'll dive into the world of OpenGL graphics programming by building a simple yet foundational project: drawing a triangle using Qt C . We'll cover the essential steps from setting up your Qt project to understanding OpenGL fundamentals. Topics covered: S...
How to Build a Calendar App with Qt C++
มุมมอง 1084 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video I will showcase How to Build a Calendar App with Qt C Build a Calendar Application from Scratch with Qt C ! Take Control of Your Time: Build a Calendar App with Qt C Want to ditch the generic calendar and create a powerful, personalized tool? This video is your roadmap! We'll guide you through building a fully functional calendar applic...
How to Build a Clock in Qt C++
มุมมอง 404 หลายเดือนก่อน
Welcome to the Qt Developer TH-cam Channel. In today's video I will showcase How to Build a Digital Clock in Qt C Build a Sleek Digital Clock in Qt C (Step-by-Step Tutorial) Want to create a modern digital clock with Qt C ? This video is your one-stop guide! We'll walk you through the entire process, from setting up your Qt project to displaying the current time in a stylish format. In this tut...
Build a Calculator App with Qt C++ Part 2
มุมมอง 274 หลายเดือนก่อน
Welcome to the Qt Developer TH-cam Channel. Build a Calculator App with Qt C Part 2 This is the second part to the first one, 'How to Build a Calculator App with Qt C ' I am a Qt C Software engineer and artist that enjoys the Qt framework immensly. I thought it would be fun to share some ideas and knowledge with the community. Please engage and participate in the coding experience. Share your t...
How to Build a Calculator App with Qt C++
มุมมอง 1804 หลายเดือนก่อน
Welcome to the Qt Developer TH-cam Channel. How to Build a Calculator App with Qt C Build a Calculator App from Scratch with Qt C ! In this video, you'll learn how to create a calculator application using the powerful Qt framework and C . Whether you're new to Qt or just looking for a fun project, this tutorial will guide you step-by-step through the entire process. We'll cover everything from:...
Unleash the Power of QMultiHash in Qt C++ A Beginner's Guide
มุมมอง 55 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video, Unleash the Power of QMultiHash in Qt C A Beginner's Guide. Unleash the power of QMultiHash in Qt C ! It is time to break down everything you need to know about this powerful container class, designed to store multiple key-value pairs with the same key. Whether you're new to Qt or a seasoned C programmer, this video will equip you with...
Unleash the Power of QHash Efficient Data Storage in Qt C++
มุมมอง 226 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video, Unleash the Power of QHash Efficient Data Storage in Qt C . In this video, you'll discover the potential of QHash, a powerful data structure in Qt C for efficient key-value storage. Master Key-Value Lookups Understand the fundamentals of QHash and its role in optimizing data retrieval. Explore how to implement QHash in your Qt C projec...
Duplicate Keys Using QMultiMap in Qt C++ for Organized Data
มุมมอง 266 หลายเดือนก่อน
Welcome back to the Qt Developer channel. In today's video, Conquer Duplicate Keys Using QMultiMap in Qt C for Organized Data. Lets conquer the challenge of duplicate keys in your Qt C application! We'll delve into the power of QMultiMap, a container specifically designed to handle keys with associated values. Through practical examples, you'll discover how to effectively store and manage data ...
Demystifying QMap in Qt C++ A Step-by-Step Tutorial
มุมมอง 496 หลายเดือนก่อน
Demystifying QMap in Qt C A Step-by-Step Tutorial
Qt C++ for Beginners Add Remove and Checking Elements in QSet
มุมมอง 126 หลายเดือนก่อน
Qt C for Beginners Add Remove and Checking Elements in QSet
Qt C++ for Beginners Demystifying QVarLengthArray
มุมมอง 116 หลายเดือนก่อน
Qt C for Beginners Demystifying QVarLengthArray
C++ for Beginners Mastering Qt's Powerful QList
มุมมอง 1086 หลายเดือนก่อน
C for Beginners Mastering Qt's Powerful QList
Qt for Finance Create Stock Market Charts (Zoom & Pan Included)
มุมมอง 1076 หลายเดือนก่อน
Qt for Finance Create Stock Market Charts (Zoom & Pan Included)
Build Your Own Stock Market Simulator with C++ and Qt
มุมมอง 1266 หลายเดือนก่อน
Build Your Own Stock Market Simulator with C and Qt
Unleash the Power of Qt: Stock Charts with Price & Time Labels
มุมมอง 1276 หลายเดือนก่อน
Unleash the Power of Qt: Stock Charts with Price & Time Labels
Interactive Brokers API Charting Drawing Candlesticks in Qt C++
มุมมอง 1387 หลายเดือนก่อน
Interactive Brokers API Charting Drawing Candlesticks in Qt C
Build Your Own Interactive Brokers Trading App with Qt and C++
มุมมอง 2167 หลายเดือนก่อน
Build Your Own Interactive Brokers Trading App with Qt and C
Qt C++ Window Events Demystified Ultimate Guide to UI
มุมมอง 887 หลายเดือนก่อน
Qt C Window Events Demystified Ultimate Guide to UI
C++ Logging Made Easy: Supercharge Your Code with spdlog
มุมมอง 4177 หลายเดือนก่อน
C Logging Made Easy: Supercharge Your Code with spdlog
Beginner's Guide Choosing Between GLFW and Qt for Your Next Project
มุมมอง 1777 หลายเดือนก่อน
Beginner's Guide Choosing Between GLFW and Qt for Your Next Project
Interactive Brokers API Tutorial for Beginners
มุมมอง 1307 หลายเดือนก่อน
Interactive Brokers API Tutorial for Beginners
Thanks for the video will there be a part 4?
My Pleasure. Yes, I will work on another series.
Nice I am ready for part 3 to see the data in a candle stick chart.
Thanks for the Video, I am doing the same right now with the Alpha Advantage API
Man your voice is so relaxing and calm I absolutely love it!!
Thank you, I appreciate that. I hope these videos are helpful.
@TheQtDeveloper they absolutely are, been helping me learn Qt
Hey QT Developer thank you for the series. Is it possible to get in touch with you. I want to create a similar project with the AlphaVantage API, or with yahoo finance. I want to do it like you, but I'm having trouble because I'm not very experienced with QT and C++ yet. It would really appreciate it. Thank you! :)
Good video :)
Thank you. I am pleased you enjoyed it.
To be honest, it's hard to follow. I'm trying to do the same with QT, but I'm getting 100 errors. If I could get an overview of all the header and CPP files, it would be easier to understand. =( Also, I'm finding a lot of things difficult, especially in the CMakeLists.txt.
Very cool, is it possible to get access to the code? Trying to do the same charts with the Alpha Vantage API
Thanks for your video! Please tell me how correct it would be to use QQueue for QThread in which the file is downloaded and recorded? At the moment I am trying to organize a mass download of files, the Filedownloader class is called in the foreach loop, and with a lot of files the program breaks, I hope with the help of QQueue it will be possible to organize a sequential download. Thanks!
Good day, Yes, a QQueue may be used. One challenge you face is for each file downloaded, there should be a mechanism to determine when that download has been completed. Perhaps the reason for the application breaking, I believe this is a crash, is due to the inability for the application to know when the file has completed downloading. The loop may be iterating so quickly it crashes due to insufficient resources.
This is like Bob Ross for Qt Development.... I love it.
Hey man, great tutorial . Looking forward for more.
Thank you. If you have suggestions for anything you would like to learn please let me know.
the end. I watched your video from one of the villages of Iran, it was so useful for me. thank you
You're welcome, I am pleased it was helpful.
40
23:32:00
Thank you very much. project-based tutorials like this are great. Keep up the good work.
Thank you. I will make more. I appreciate your feedback.
Very interesting, is it possible to make the code available?