Qt Tutorials For Beginners 4 - First Qt GUI widget Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 92

  • @johndubchak
    @johndubchak 7 ปีที่แล้ว +9

    Having coded GUIs using another Widget toolkit in C++ for a number of years, your tutorials give me enough of an overview to start being productive almost immediately. These are a great asset to those wanting to learn Qt!
    Thank you!

  • @user10cool
    @user10cool 4 ปีที่แล้ว +67

    For anyone having issues with ui->label not appearing, build the project first and then it'll show up

  • @Shahzaib786ik
    @Shahzaib786ik 8 ปีที่แล้ว +5

    Finally Now i understand QT !!!!
    Thanx Man.

  • @ShaJianmni
    @ShaJianmni 11 วันที่ผ่านมา

    Good tutorials that never out of date!

  • @ProgrammingKnowledge
    @ProgrammingKnowledge  8 ปีที่แล้ว +1

    Code for this video - www.codebind.com/c-tutorial/qt-tutorials-for-beginners-first-qt-gui-widget-application/

  • @friedbertmoessner2625
    @friedbertmoessner2625 3 ปีที่แล้ว +2

    Thanks a lot, works well here on MX-Linux

  • @postfixnotation9829
    @postfixnotation9829 6 ปีที่แล้ว +2

    Just wanted to say 'Thank you!' Great video tutorials showing how to use Qt/C++ :-)

  • @joshuabenjestorf8565
    @joshuabenjestorf8565 4 ปีที่แล้ว

    This was very helpful! Keep making these tutorials.

  • @jimmys8685
    @jimmys8685 5 ปีที่แล้ว

    YOU ARE THE BEST...

  • @crusaderanimation6967
    @crusaderanimation6967 3 ปีที่แล้ว

    A yes, the famous helpful Indian guy.

  • @eshaan200
    @eshaan200 4 ปีที่แล้ว

    Really nice session

  • @epiccmax1734
    @epiccmax1734 4 ปีที่แล้ว

    Really cool tutorial! I hate WINAPI and I am glad, that Qt exists!

  • @andrewtechful
    @andrewtechful 7 ปีที่แล้ว +1

    Very good tutorial series, Thanks for sharing the knowledge!

  • @godnonamesleft
    @godnonamesleft 4 ปีที่แล้ว

    This was great. Thank you!

  • @davidhcefx
    @davidhcefx 8 ปีที่แล้ว

    Great teaching !!
    I love Qt

  • @S0L4RE
    @S0L4RE 4 ปีที่แล้ว +1

    To the people having trouble accessing any UI member, you must compile it before referencing it.

  • @bobslave7063
    @bobslave7063 5 ปีที่แล้ว

    You are amazing! Thanks a ton!

  • @yanngueron9228
    @yanngueron9228 8 ปีที่แล้ว

    Great tuto for beginners.

  • @Manas-co8wl
    @Manas-co8wl 4 ปีที่แล้ว

    Thanks man. I've done this before but I'm revisiting this in Visual Studio. VS (Qt Designer) doesn't let me use "go to" but I like to make my connections explicit anyway.

  • @DatGoodSir
    @DatGoodSir 3 ปีที่แล้ว

    Thank you so much for this tutorial!

  • @y.i.7371
    @y.i.7371 2 ปีที่แล้ว

    watch it 1.5x speed or play a drinking game, whenever he says 'right' you drink. You cant bear it any other way. Other than that, it is a good tutorial.

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

    BRO THANK U SO MUCH !!

  • @Metalpete13
    @Metalpete13 8 ปีที่แล้ว

    Really informational, thank you for making this!

  • @snowbergstream1636
    @snowbergstream1636 8 ปีที่แล้ว +10

    good video. i gave you a click.

  • @hirenmodhvadia
    @hirenmodhvadia 8 ปีที่แล้ว

    Love your tutorials brother :)

  • @mimoid7862
    @mimoid7862 8 ปีที่แล้ว

    Very nice tutorial!

  • @jiren8991
    @jiren8991 5 ปีที่แล้ว +1

    Zbr10 i m gonna use QT for my semester project

  • @andresmtz9405
    @andresmtz9405 6 ปีที่แล้ว

    thank you is very useful

  • @DavidAldrich59
    @DavidAldrich59 6 ปีที่แล้ว +1

    Fixed it by adding ui->label->repaint(); after posting setText().

    • @xilosstube
      @xilosstube 6 ปีที่แล้ว

      ahahhahah

    • @christiandwyer4040
      @christiandwyer4040 4 ปีที่แล้ว

      This was also needed on my version of QT Creator (Mac OS). Should be included in the tutorial!

  • @larry1285
    @larry1285 5 ปีที่แล้ว

    great tutorial thank you

  • @ATS3788
    @ATS3788 2 ปีที่แล้ว

    Thx so much

  • @PramodKumarTrueFriend
    @PramodKumarTrueFriend 3 ปีที่แล้ว

    Interesting :)

  • @АлеАле-ч2й
    @АлеАле-ч2й 7 ปีที่แล้ว

    СПАСИБО!! братишка!! красавчег!

  • @hicham3341
    @hicham3341 8 ปีที่แล้ว +2

    جزاك الله خيرا
    سلام عليك

  • @이근혁-t5g
    @이근혁-t5g 5 ปีที่แล้ว

    thanks!

  • @zakariachahboun
    @zakariachahboun 8 ปีที่แล้ว

    thank you :) ♥

  • @Chakoti
    @Chakoti 6 ปีที่แล้ว

    Thnak you Thank you
    Thank you

  • @josephdepont434
    @josephdepont434 4 ปีที่แล้ว

    The *ui is not an object is a pointer to object which will be created in the heap after the creation of th eobject

  • @codebyuk2210
    @codebyuk2210 7 ปีที่แล้ว

    Would you recommend some documentations for qt programming, thanks!

  • @優さん-n7m
    @優さん-n7m ปีที่แล้ว

    I can assign Cmake or qmake, the qmake gives the .pro file but the other option does not.
    Do you plan to update your tutorials? If you have a course on coursera or somewhere, I will pay.

  • @mohammadhejazi7426
    @mohammadhejazi7426 8 ปีที่แล้ว

    Hi
    Thanks for your nice videos. I have problem with Qt creator. Once I run the code that you taught in this video, I get this error: "SetProcessDpiAwarness(2) failed: COM erroe etc." I tried both MSVC and Mingw versions and I'm getting the same error. Do you know what is the problem?
    P.S. I'm using Windows 10 if this information is relevant.
    Thanks,

  • @joshuasusanto4258
    @joshuasusanto4258 4 ปีที่แล้ว

    Go to settings > playback > 1.5
    You're welcome

  • @DavidAldrich59
    @DavidAldrich59 6 ปีที่แล้ว

    Qualification: A resize window will force update. There seems to be a window invalidate issue.

  • @vineethkumar6169
    @vineethkumar6169 7 ปีที่แล้ว

    I need to do my project in python...what to do after selecting python file in new project????pl help me out

  • @zakariajerbouai4207
    @zakariajerbouai4207 7 ปีที่แล้ว

    Hello, i would like to ask you about how we can associate a database with our Cpp programe ....

  • @chanyanhan7791
    @chanyanhan7791 3 ปีที่แล้ว

    How to do when click button it show a whole layout(which include label inside) ?

  • @DavidAldrich59
    @DavidAldrich59 6 ปีที่แล้ว

    Interesting. Works on PC, but MAC OSX 10.13.5, QT 5.11 will only work when the ui->label->setText("Clicked"); has a breakpoint set. There seems to be slot/signal issues with the release at least on some configurations. Anyone else seeing this?

    • @Knuckler
      @Knuckler 6 ปีที่แล้ว +1

      Yes, I just dealt with this a few minutes ago, also on OSX. As you said below, a window resize will update the label. Also you can do a ui->label->repaint() after the setting the text.

    • @LV-ei1ce
      @LV-ei1ce 4 ปีที่แล้ว

      @@Knuckler Thank you very much !

  • @smaranil
    @smaranil 7 ปีที่แล้ว

    how to create a Blended Title bar using QT?

  • @christiandwyer4040
    @christiandwyer4040 4 ปีที่แล้ว

    Text would not refresh properly. FIX: After line ui->label->setText("blah blah"), add line ui->label->repaint(), otherwise text does not refresh immediately. BTW, update() did not work, neither did rebulding, deleting .pro.user, etc. (Running QT Creator on Mac OS.)

  • @優さん-n7m
    @優さん-n7m ปีที่แล้ว

    I am only getting menu bar and status bar by default, there is no tool bar there. What could be the reason for this?

  • @muhammadasadiqbal5548
    @muhammadasadiqbal5548 7 ปีที่แล้ว

    hi could you make tutorial on application Rotation in qt

  • @artteaparty
    @artteaparty 8 ปีที่แล้ว

    ?Tnx for tutorial, but I get an error: cannot open include file: 'QMainWindow' . Any idea?

  • @fiorellabellatrix7400
    @fiorellabellatrix7400 4 ปีที่แล้ว

    How to make the setText contain more words?

  • @mohitarora5843
    @mohitarora5843 6 ปีที่แล้ว +1

    I am getting so many errors on running my simple application with a push button

  • @R3mag3r
    @R3mag3r 8 ปีที่แล้ว

    How do I create a kit? I do not have anyone to choose.

  • @amanuel2135
    @amanuel2135 8 ปีที่แล้ว +3

    Mispelled Title.... Its not 3 .. "Qt Tutorials For Beginners 3 - First Qt GUI widget Application"

    • @jeanquadvandamage9211
      @jeanquadvandamage9211 6 ปีที่แล้ว +1

      You misspelled "misspelled". And it's "it's", not "its" in that context. But by all means, keep correcting other people's spelling and grammar.

    • @its0xFUL
      @its0xFUL 6 ปีที่แล้ว +3

      What the fuck, man. He was talking about the number being incorrect. What has THAT got to do with grammar. :D

  • @martipardo.404
    @martipardo.404 5 ปีที่แล้ว

    How do I change button size to be a square?

  • @nathandavis2266
    @nathandavis2266 7 ปีที่แล้ว

    Hpw would you save this as an exe?

  • @polisbaba
    @polisbaba 5 ปีที่แล้ว

    ui cannot find label. ui->label does not work

  • @vikku_19
    @vikku_19 3 ปีที่แล้ว

    I don't know why my GUI application doesn't have any toolbar.

  • @testingbeta7169
    @testingbeta7169 2 ปีที่แล้ว

    info is great, those mic pops are quite irritating. ph ph

  • @klewyk
    @klewyk 2 ปีที่แล้ว

    i have a lot of errors, once i create project

  • @cristianramirezfonseca8567
    @cristianramirezfonseca8567 6 ปีที่แล้ว

    da gooee libraree

  • @applepie8143
    @applepie8143 4 ปีที่แล้ว

    You need a pop filter man

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

    our .pro files contens is very different

  • @asphalt_therapy
    @asphalt_therapy 5 ปีที่แล้ว

    you keep saying that ui is an object. ui is not an object. ui is a pointer an object.

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

    Where Is .exe file 😢

  • @nicolasbecker3876
    @nicolasbecker3876 5 ปีที่แล้ว

    The sound qualitiy is horrible