- 18
- 2 744
Code By Arsh
เข้าร่วมเมื่อ 17 ส.ค. 2024
🚀 Welcome to Code By Arsh! 🚀
Your go-to destination for everything tech! Whether you're diving into web development 🌐, exploring software development 💻, or discovering the latest in technology, we’ve got you covered.
What You’ll Find Here :
- 📚 In-Depth Tutorials : Clear, step-by-step guides for mastering web and software development.
- 🌟 Tech Insights : Stay ahead of the curve with the latest trends and innovations.
- 🔧 Hands-On Projects : Practical projects to apply your skills and build real-world experience.
- 💡 Expert Tips : Essential advice to overcome challenges and enhance your workflow.
Join our community of tech enthusiasts and developers. Hit that Subscribe button and embark on your tech journey with us!
Your go-to destination for everything tech! Whether you're diving into web development 🌐, exploring software development 💻, or discovering the latest in technology, we’ve got you covered.
What You’ll Find Here :
- 📚 In-Depth Tutorials : Clear, step-by-step guides for mastering web and software development.
- 🌟 Tech Insights : Stay ahead of the curve with the latest trends and innovations.
- 🔧 Hands-On Projects : Practical projects to apply your skills and build real-world experience.
- 💡 Expert Tips : Essential advice to overcome challenges and enhance your workflow.
Join our community of tech enthusiasts and developers. Hit that Subscribe button and embark on your tech journey with us!
Qt C++ | Tutorial 16 | QFileDialog | Hindi
🖥️ Welcome to Code by Arsh! In this tutorial, we dive into *QFileDialog* in Qt as part of our C++ series. You'll learn how to use QFileDialog to open and save files through a user-friendly dialog interface in your Qt applications.
📂 In this video, we’ll cover:
✔️ Introduction to *QFileDialog* and its usage
✔️ How to use *QFileDialog to open and save* files
✔️ Customizing the file dialog appearance and functionality
✔️ Handling file paths selected through the dialog
✔️ Practical examples of file opening and saving operations
📽️ Missed our previous video? Check out our earlier tutorials in the *Qt C++* series to enhance your skills!
*QT C++ || QFileDialog || HINDI Playlist*
th-cam.com/play/PLBcRQYUuUM4jre_nTyKujCapKSIcAwVsY.html&si=OO-qHMPuZDlHMTkS
If you find this video helpful, don't forget to like, share, and subscribe! 🔔
📂 In this video, we’ll cover:
✔️ Introduction to *QFileDialog* and its usage
✔️ How to use *QFileDialog to open and save* files
✔️ Customizing the file dialog appearance and functionality
✔️ Handling file paths selected through the dialog
✔️ Practical examples of file opening and saving operations
📽️ Missed our previous video? Check out our earlier tutorials in the *Qt C++* series to enhance your skills!
*QT C++ || QFileDialog || HINDI Playlist*
th-cam.com/play/PLBcRQYUuUM4jre_nTyKujCapKSIcAwVsY.html&si=OO-qHMPuZDlHMTkS
If you find this video helpful, don't forget to like, share, and subscribe! 🔔
มุมมอง: 37
วีดีโอ
Qt C++ | Tutorial 15 | QFile | Hindi
มุมมอง 2519 ชั่วโมงที่ผ่านมา
🖥️ Welcome to Code by Arsh! In this video, we will explore *QFile* in Qt as part of our C tutorial series. You'll learn how to work with files in your Qt applications and manage file reading, writing, and handling errors effectively. 📂 In this video, we’ll cover: ✔️ Introduction to *QFile* and its usage ✔️ How to *open, read, and write* files with *QFile* ✔️ Working with *QTextStream* for handl...
Qt C++ | Tutorial 14 | QDir | Hindi
มุมมอง 12721 ชั่วโมงที่ผ่านมา
🖥️ Welcome to Code by Arsh! In this video, we dive into QDir as part of our Qt C tutorial series in Hindi. You'll learn how to efficiently work with directories and file management in Qt applications. 📂 In this tutorial, we’ll cover: ✔️ How to use QDir for navigating and managing directories ✔️ Exploring Standard Locations for accessing common system paths ✔️ Techniques for creating, removing, ...
Qt C++ | Tutorial 13 | QStatusBar | Hindi
มุมมอง 78หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will dive into QStatusBar, a powerful widget in Qt used to show status information in your application. This tutorial is part of our C series, aimed at enhancing your Qt GUI development skills. 📂 In this video, we’ll cover: ✔️ How to create and customize a QStatusBar in Qt ✔️ Displaying different types of status messages using QStatusBar ✔️ Adding w...
Qt C++ | Tutorial 12 | Display Image Using QLabel | Hindi
มุมมอง 63หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will learn how to Display images in your Qt applications using QLabel. This tutorial is part of our C series to help you enhance your GUI development skills. 📂 In this video, we’ll cover: ✔️ How to use QLabel to display images in your Qt application ✔️ Loading images from local files using QPixmap ✔️ Adjusting image size and alignment within the lab...
Qt C++ | Tutorial 11 | QAction, QMenu, QToolbar | Hindi
มุมมอง 51หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will explore the powerful QAction, QMenu, and QToolbar features in Qt as part of our C tutorial series. You'll learn how to create interactive menus and toolbars for your Qt applications. 📂 In this video, we’ll cover: ✔️ Understanding the role of QAction in handling user interactions ✔️ How to create and manage QMenu for building dynamic menus ✔️ Im...
Qt C++ | Tutorial 10 | Resource Collection File (.qrc) | Hindi
มุมมอง 692 หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will dive into Resource Collection Files (.qrc) in Qt as part of our C tutorial series. You'll learn how to manage resources efficiently and enhance your application's functionality. 📂 In this video, we’ll cover: ✔️ Understanding the structure and purpose of a .qrc file ✔️ How to add various resources like images, icons, and other files ✔️ Compiling...
Qt C++ | Mini Project | Login Software | Hindi
มุมมอง 952 หลายเดือนก่อน
👨💻 Welcome to our Qt C Hindi Tutorial! In this project-based video, we'll develop a Login Software using Qt C . You'll learn to create a simple login interface with username and password fields. We’ll cover how to validate user inputs and handle errors when incorrect credentials are entered. 📂 In this video, we’ll cover: ✔️ Designing a login form with labels, input fields, and buttons ✔️ Valid...
Qt C++ | Tutorial 9 | Input Widgets | Hindi
มุมมอง 752 หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will explore Input Widgets in Qt as part of our C tutorial series. You'll learn how to effectively use various input widgets to enhance user interaction in your Qt applications. 📂 In this video, we’ll cover: ✔️ How to implement Combo Box and Font Combo Box ✔️ Capturing user input with Line Edit and Text Edit ✔️ Utilizing Spin Box and Double Spin Box...
Qt C++ | Tutorial 8 | Open Another Window | Hindi
มุมมอง 682 หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will focus on "Qt Open Another Window" as part of our C tutorial series. We’ll learn how to open a new window from the main window using pointers in your Qt application. 📂 In this video, we’ll cover: ✔️ The process of creating a new window ✔️ How to manage multiple windows ✔️ Sharing data between different windows 📽️ Missed our previous video? Check...
Qt C++ | Tutorial 7 | Qt QMessageBox | Hindi
มุมมอง 1182 หลายเดือนก่อน
🖥️ Welcome to Code by Arsh! In this video, we will focus on Qt QMessageBox as part of our C tutorial series. We’ll learn how to create effective message dialogs in your Qt applications. 📩 In this video, we’ll cover: ✔️ How to display messages using QMessageBox ✔️ Using QMessageBox::question for user confirmations ✔️ Customizing message box buttons 📽️ Missed our previous video? Check out our tut...
How Code Signing Protect Us
มุมมอง 1643 หลายเดือนก่อน
🔍 In this video, we explore the fascinating history of software security, highlighting the vulnerabilities that plagued the 90s and the revolutionary introduction of code signing. Discover how code signing has transformed the way we trust and verify software, ensuring authenticity and integrity in our digital world. We’ll break down: ⚠️ Security Issues: The major challenges faced in the 90s 🔒 W...
Qt C++ | Tutorial 6 | Learn Signals and Slots | Hindi
มุมมอง 1773 หลายเดือนก่อน
In this tutorial, we will explore the concept of Signals and Slots in Qt C . This tutorial is in Hindi and will provide you with a comprehensive understanding of how to implement this powerful feature for communication between objects in your applications. In this tutorial, you will learn: -🔊 What are Signals and Slots? -🔗 How to define and connect Signals and Slots -💻 Practical examples demons...
Qt C++ | Tutorial 5 | Learn Layout Grid | In Hindi
มุมมอง 1163 หลายเดือนก่อน
In this tutorial, we will explore the concept of Signals and Slots in Qt C . This tutorial is in Hindi and will provide you with a comprehensive understanding of how to implement this powerful feature for communication between objects in your applications. In this tutorial, you will learn: - 🔊 What are Signals and Slots? - 🔗 How to define and connect Signals and Slots - 💻 Practical examples dem...
Qt C++ | Tutorial 4 | Widgets Ui: Layouts Horizontal, Vertical, Grid
มุมมอง 2274 หลายเดือนก่อน
Description: 🌟 Qt Widgets UI: Layouts Horizontal, Vertical, Grid - Horizontal Layouts: Learn how to align widgets side-by-side for a streamlined design. - Vertical Layouts: Discover how to stack widgets on top of each other for a clean, organized look. - Grid Layouts: Master arranging widgets in a grid pattern for complex, flexible layouts. - UI Organization: Tips and tricks to effectively mana...
Qt C++| Tutorial 3 |Creating Your First Qt Application
มุมมอง 3404 หลายเดือนก่อน
Qt C | Tutorial 3 |Creating Your First Qt Application
Qt C++ | Tutorial 2 | Installation of Qt
มุมมอง 3624 หลายเดือนก่อน
Qt C | Tutorial 2 | Installation of Qt
Qt C++ | Tutorial 1 | Introduction to QT C++ | Hindi
มุมมอง 6264 หลายเดือนก่อน
Qt C | Tutorial 1 | Introduction to QT C | Hindi
Make video on how to make exe file of the project, means release the project as executable file for easy to use
😺chaloo fir sa shuru karta ha
good work bro
well explained Thank u Sir
keep it up
Thanks bro.
Qt totorials of such quality are not available on TH-cam in hindhi, So we all are together in this journey ❤
Keep it up 👍
Thank you, I will
Sir keep Moving, Keep Posting.. Waiting for New Videos
Thank you, I will
waiting for new video sir 😅
Glad to hear that! I'm currently working on new videos. 👍
Good Job 👍 Love from Gilgit Baltistan ♥
Sir I am new follower
Thanks and Welcome to Code By Arsh
Sir please GUI course complete karo stop nahi karna
I’m currently busy with exams, but I’ll be back right after they’re done. Stay tuned!
sir action editor open nhi ho rha..please help
1. Open the Design tab(UI File). 2. Right-click on the middle screen. 3. A menu will appear. 4. Select Action Editor.
wellcome back sir
Welcome Back
nice video
Thank you so much
@@Code.ByArsh You deserve it nice work.. keep it up and keep uploading next parts of your series. Best of luck
Nice Video really ...🎉🎉🎉🎉
Thank you so much
Really Nice to see someone from my college ... keep the good work ..👍👍👍👍
Thank you, I will
sir waiting for new videos
Very soon
really helpfull
amazing experience
really helpfull content
I'm learning QT for my semester project and I found this realy interesting and helpful, simple and easy explination..
brother can you make a dedicated video to run SFML on QT creator
At the end of the Qt C++ series, I will create a video.
appreciated
good work
Thanks
final found a best playlist on Qt c++ . I will suggest to all my friends to learn Qt c++ from @code By Arsh
Yoooo
Ma QT apky channel Sy seekhna Chahta ho
Thank you so much 😊! You can learn Qt C++ tutorials in Hindi on my channel. Keep Learning ! Keep Coding !
Good dear your way is professional
Thank you so much 😊 ! Keep Learning ! Keep Coding
bhai aur videos chahiye plz 10 20 subscribers main la du ga semester project hy 1.5 months time
Don't worry Due to some reasons, I was unable to continue posting videos recently. However, I will resume regular video uploads. Thank you for your understanding and continued support.
Bro i am a college student and i want to study QT on my own your videos are really helpful. Why you stop uploading. Your work is nice.Kindly upload more video or mention a platform from which i study QT c++ in 2024
Don't worry Due to some reasons, I was unable to continue posting videos recently. However, starting Monday, I will resume regular video uploads. Thank you for your understanding and continued support.
First comment 🎉
3rd comment 💐💐
First comment
First comment 🎉🎉🎉🎉🎉
Noice
👀✨✨✨✨ bahutt eassy sa samjhaya thankyou sir
Letttttsssss goooooooo✨
Chaloo abb hum bhi shuru karenge 🎉
Complete this playlist Sir 🎉❤
Sure I will complete this playlist as soon as possible
nice👍
please complete the playlist
Thanks for your comment! 😊 I'm glad you're enjoying the content. I'm working on completing the playlist as soon as possible. Stay tuned for more updates and tutorials!👍📚
👀✅✨✨✨✨
Thanks bro