Code By Arsh
Code By Arsh
  • 18
  • 2 744
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! 🔔
มุมมอง: 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

ความคิดเห็น

  • @engineer4475
    @engineer4475 11 ชั่วโมงที่ผ่านมา

    Make video on how to make exe file of the project, means release the project as executable file for easy to use

  • @pawankumarthakur272
    @pawankumarthakur272 2 วันที่ผ่านมา

    😺chaloo fir sa shuru karta ha

  • @animehubforkids3489
    @animehubforkids3489 3 วันที่ผ่านมา

    good work bro

  • @m-rehanamjad2185
    @m-rehanamjad2185 4 วันที่ผ่านมา

    well explained Thank u Sir

  • @JamilKhan-z3r4w
    @JamilKhan-z3r4w 7 วันที่ผ่านมา

    keep it up

  • @RehanAbdullah-jz4uo
    @RehanAbdullah-jz4uo 8 วันที่ผ่านมา

    Thanks bro.

  • @ibrarsaeed8947
    @ibrarsaeed8947 8 วันที่ผ่านมา

    Qt totorials of such quality are not available on TH-cam in hindhi, So we all are together in this journey ❤

  • @piyushgaikwad2805
    @piyushgaikwad2805 9 วันที่ผ่านมา

  • @EDU2k5
    @EDU2k5 13 วันที่ผ่านมา

    Keep it up 👍

    • @Code.ByArsh
      @Code.ByArsh 8 วันที่ผ่านมา

      Thank you, I will

  • @piyushgaikwad2805
    @piyushgaikwad2805 13 วันที่ผ่านมา

    Sir keep Moving, Keep Posting.. Waiting for New Videos

    • @Code.ByArsh
      @Code.ByArsh 8 วันที่ผ่านมา

      Thank you, I will

  • @piyushsingh5566
    @piyushsingh5566 13 วันที่ผ่านมา

    waiting for new video sir 😅

    • @Code.ByArsh
      @Code.ByArsh 8 วันที่ผ่านมา

      Glad to hear that! I'm currently working on new videos. 👍

  • @programminghacks
    @programminghacks 20 วันที่ผ่านมา

    Good Job 👍 Love from Gilgit Baltistan ♥

  • @niamatullah3052
    @niamatullah3052 หลายเดือนก่อน

    Sir I am new follower

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Thanks and Welcome to Code By Arsh

  • @niamatullah3052
    @niamatullah3052 หลายเดือนก่อน

    Sir please GUI course complete karo stop nahi karna

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      I’m currently busy with exams, but I’ll be back right after they’re done. Stay tuned!

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

    sir action editor open nhi ho rha..please help

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      1. Open the Design tab(UI File). 2. Right-click on the middle screen. 3. A menu will appear. 4. Select Action Editor.

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

    wellcome back sir

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Welcome Back

  • @CodeNCoffe
    @CodeNCoffe หลายเดือนก่อน

    nice video

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Thank you so much

    • @CodeNCoffe
      @CodeNCoffe หลายเดือนก่อน

      @@Code.ByArsh You deserve it nice work.. keep it up and keep uploading next parts of your series. Best of luck

  • @CodeNCoffe
    @CodeNCoffe หลายเดือนก่อน

    Nice Video really ...🎉🎉🎉🎉

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Thank you so much

  • @CodeNCoffe
    @CodeNCoffe หลายเดือนก่อน

    Really Nice to see someone from my college ... keep the good work ..👍👍👍👍

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Thank you, I will

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

    sir waiting for new videos

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      Very soon

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

    really helpfull

  • @ibrarsaeed8947
    @ibrarsaeed8947 หลายเดือนก่อน

    amazing experience

  • @IbrarSaeed-f8d
    @IbrarSaeed-f8d หลายเดือนก่อน

    really helpfull content

  • @IbrarSaeed-f8d
    @IbrarSaeed-f8d หลายเดือนก่อน

    I'm learning QT for my semester project and I found this realy interesting and helpful, simple and easy explination..

  • @animehubforkids3489
    @animehubforkids3489 2 หลายเดือนก่อน

    brother can you make a dedicated video to run SFML on QT creator

    • @Code.ByArsh
      @Code.ByArsh หลายเดือนก่อน

      At the end of the Qt C++ series, I will create a video.

  • @animehubforkids3489
    @animehubforkids3489 2 หลายเดือนก่อน

    appreciated

  • @animehubforkids3489
    @animehubforkids3489 2 หลายเดือนก่อน

    good work

    • @Code.ByArsh
      @Code.ByArsh 2 หลายเดือนก่อน

      Thanks

  • @shubanalishahfaiz4296
    @shubanalishahfaiz4296 2 หลายเดือนก่อน

    final found a best playlist on Qt c++ . I will suggest to all my friends to learn Qt c++ from @code By Arsh

  • @pawankumarthakur272
    @pawankumarthakur272 2 หลายเดือนก่อน

    Yoooo

  • @fearlessadventure6093
    @fearlessadventure6093 2 หลายเดือนก่อน

    Ma QT apky channel Sy seekhna Chahta ho

    • @Code.ByArsh
      @Code.ByArsh 2 หลายเดือนก่อน

      Thank you so much 😊! You can learn Qt C++ tutorials in Hindi on my channel. Keep Learning ! Keep Coding !

  • @fearlessadventure6093
    @fearlessadventure6093 2 หลายเดือนก่อน

    Good dear your way is professional

    • @Code.ByArsh
      @Code.ByArsh 2 หลายเดือนก่อน

      Thank you so much 😊 ! Keep Learning ! Keep Coding

  • @ShahmeerKhan-tg5mj
    @ShahmeerKhan-tg5mj 2 หลายเดือนก่อน

    bhai aur videos chahiye plz 10 20 subscribers main la du ga semester project hy 1.5 months time

    • @Code.ByArsh
      @Code.ByArsh 2 หลายเดือนก่อน

      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.

  • @animehubforkids3489
    @animehubforkids3489 2 หลายเดือนก่อน

    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

    • @Code.ByArsh
      @Code.ByArsh 2 หลายเดือนก่อน

      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.

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    First comment 🎉

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    3rd comment 💐💐

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    First comment

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    First comment 🎉🎉🎉🎉🎉

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    Noice

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    👀✨✨✨✨ bahutt eassy sa samjhaya thankyou sir

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    Letttttsssss goooooooo✨

  • @pawankumarthakur272
    @pawankumarthakur272 3 หลายเดือนก่อน

    Chaloo abb hum bhi shuru karenge 🎉

  • @createrkaran677
    @createrkaran677 3 หลายเดือนก่อน

    Complete this playlist Sir 🎉❤

    • @Code.ByArsh
      @Code.ByArsh 3 หลายเดือนก่อน

      Sure I will complete this playlist as soon as possible

  • @sensei_edits2930
    @sensei_edits2930 4 หลายเดือนก่อน

    nice👍

  • @msdians1753
    @msdians1753 4 หลายเดือนก่อน

    please complete the playlist

    • @Code.ByArsh
      @Code.ByArsh 4 หลายเดือนก่อน

      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!👍📚

  • @pawankumarthakur272
    @pawankumarthakur272 4 หลายเดือนก่อน

    👀✅✨✨✨✨

    • @Code.ByArsh
      @Code.ByArsh 4 หลายเดือนก่อน

      Thanks bro