To-Do App in Qt C++ - Qt Widgets Crash Course

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 32

  • @pkop4
    @pkop4 11 месяцев назад +3

    A convenient way to access the Qt documentation from inside Creator, is put the cursor on a class or member-function name you have typed, like QListWidgetItem and press F1. The docs for that widget will show inside the editor. Good way to learn the API while coding.

  • @goswami_himanshu
    @goswami_himanshu Год назад +4

    You are one of the best explainers i saw on RUclips. Can you try to make a slightly complex project, I won't mind watching a 2-3 hours video

    • @wearesciber
      @wearesciber  Год назад +2

      Thank you. This means a lot. I will try. :)

  • @patrick.miharisoa
    @patrick.miharisoa 7 месяцев назад +1

    what's really great about this tutorial is that you are also showing us how did you manage to implement the desired behavior. very nice 👍

  • @peterwooldridge7285
    @peterwooldridge7285 Год назад +1

    What a very friendly approach you have.
    I've watched a number of your videos and find them very informative. What I particularly like is your use UI's rather than the console for demonstration purposes...a far more practical approach.
    What I'd really like to see you build is an app that comprises multiple userforms connected to a database from which checking for completion, reports generation etc etc., can be generated.
    In any event thank you so much for sharing your knowledge with me and I look forward to your next tutorial

  • @adamploof3528
    @adamploof3528 10 месяцев назад

    Just getting started with Qt and looking for a good intro to it. This was perfect. Thank you!

  • @Joe-Statistics
    @Joe-Statistics Год назад +2

    Keep going with qt c++

  • @komaljamal85
    @komaljamal85 Год назад +1

    Excellent teaching skills.....

  • @shreyaagrawal9592
    @shreyaagrawal9592 8 месяцев назад +1

    I am getting the following error:
    expected unqualified-id before string constant
    in the following line of code:
    QFile file(QStandardPaths::writableLocation(QStandardPaths:: DocumentsLocation) . "\\toDoFile.txt");
    Can you please tell me how to resolve this error?

    • @wearesciber
      @wearesciber  8 месяцев назад +1

      Check the syntax again

  • @3bdo3id
    @3bdo3id 7 месяцев назад

    Thanks for this
    I followed your impedimentation thanks a lot

  • @victorverlysdonk3321
    @victorverlysdonk3321 Год назад +3

    Your remove/remove all was not saved to the file after it has been executed. The text was still there on next run of the program

    • @wearesciber
      @wearesciber  Год назад +1

      Can you send your project file via telegram:
      t.me/wearesciber

    • @delonmeau
      @delonmeau 9 месяцев назад +1

      That’s because he is writing into the file after deleting the ui. The line “delete ui” should be after “file.close();”

    • @Miguel_ECL
      @Miguel_ECL Месяц назад

      This was a problem for me too, what I ended up doing was using the file.remove() method before the file.close() in the constructor, this makes it so the document is removed before it is written again, although this may come at the disadvantage that the file could be lost if the program is not closed correctly, although a simple workaround is to keep a backup of this file.

  • @Lejlaaaaaaa
    @Lejlaaaaaaa Месяц назад +1

    Thank u so much

  • @rajithlahiru5580
    @rajithlahiru5580 2 месяца назад

    Wow what a great explanation

  • @gob0
    @gob0 19 дней назад

    Hi!
    I use the Qt VS Tools extension in Visual Studio 2022, but I don’t see the "Go to Slot" button. I’ve been trying to fix this for a while. How can I resolve this issue? I would appreciate any help! :)

    • @gob0
      @gob0 18 дней назад

      I found on StackOverflow that the "Go to Slot" button doesn't exist in the Qt VS Tools extension for Visual Studio.

  • @RobinSingh-gv2if
    @RobinSingh-gv2if Год назад

    Thanks Man, m looking for this project

  • @fatimaamin8314
    @fatimaamin8314 Год назад +1

    Awesome tutorial! Do you use a plugin for autocomplete?

    • @wearesciber
      @wearesciber  Год назад +1

      Thanks. No i dont use a plugin, its the built in one i think :)

  • @spiffjekey-green4034
    @spiffjekey-green4034 11 месяцев назад

    Thank you for what you do

  • @mr.builder1225
    @mr.builder1225 Год назад +1

    What is the use of Qt designer

    • @wearesciber
      @wearesciber  Год назад +1

      It is used to create more sophisticated UIs

  • @psynim
    @psynim Год назад +1

    kute

    • @wearesciber
      @wearesciber  Год назад +2

      Ah yes the cute framework 😚

  • @RandyArellano-c4d
    @RandyArellano-c4d 10 дней назад

    Dicki Burg

  • @ncrx7
    @ncrx7 Год назад +3

    Keep going with qt c++