Qt Tutorials For Beginners 7 - Layouts in QT (Horizontal, Vertical, Grid and Form)

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 63

  • @entertainmentoverloaded5700
    @entertainmentoverloaded5700 3 місяці тому +1

    wOw JUST WOW...EVEN IN 2024 NOT any other videos are as much useful as these videos.. even after 8 years this playlist rocks

  • @Ranakade
    @Ranakade 5 років тому +2

    After struggling looking through the internet for a good free QT course. You have come to save the day. Much much thanks!

  • @zikermu
    @zikermu 3 роки тому +2

    This course is essential for a beginner like me . Thanks a lot for this useful and educational course .

  • @mtp_gaming2023
    @mtp_gaming2023 5 років тому +3

    Thank you! I'm tracing your Qt Playlist. That's awesome. Thank you for create this tutorials.

  • @friedbertmoessner2625
    @friedbertmoessner2625 3 роки тому +1

    Also this part, well explained. All practiced on MX Linux, thank you

  • @pulkitgaur
    @pulkitgaur 3 роки тому +1

    This video helped me out. Thanks!

  • @prasannakumar6916
    @prasannakumar6916 Рік тому

    Thank You. Really Helped

  • @mA-pg4wu
    @mA-pg4wu Рік тому

    Thank you so much!

  • @bareeq5969
    @bareeq5969 Рік тому

    Cant thank u enough!

  • @TheDirk1337
    @TheDirk1337 7 років тому

    Had a problem with auto resize of widgets. Now I know it.
    You saved my day :)

  • @steve_ukg6739
    @steve_ukg6739 2 роки тому

    Thanks man! i'm starting to learn QT

  • @victorgreen5597
    @victorgreen5597 3 роки тому

    Thanks

  • @mradaChris
    @mradaChris 4 роки тому

    That was very helpful. I typically go back and put layouts in but your approach of doing the layouts as you go makes a lot more sense and things get repositioned the way you want them right now I keep fighting making the wrong selections for size policy and things start looking weird on my Android versus the desktop

  • @actfxxl
    @actfxxl Рік тому

    thank god indian coders exist

  • @q8sian
    @q8sian 7 років тому +1

    Thank you this is really very good tutorial , all the best

  • @TheRazor6996
    @TheRazor6996 7 років тому +26

    yesterday set speed to 1.5
    today even didn't recognize it

  • @ateequrrehman5121
    @ateequrrehman5121 3 роки тому

    exactly what I wanted to know!

  • @educontents4u302
    @educontents4u302 3 роки тому

    You could discuss on size policy enum and stretch too which are very much pertinent to this tutorial. BTE Good tutoral. Thank you.

  • @patrykkuniczak2516
    @patrykkuniczak2516 3 роки тому

    Thanks a lot

  • @tanujaSangwan
    @tanujaSangwan 4 роки тому

    Amazing explanation..You are equivalent to God

  • @paulodiorgenes6259
    @paulodiorgenes6259 4 роки тому

    Very good, thx

  • @jimmyzero31
    @jimmyzero31 8 років тому +2

    Thanks for this tutorial!

  • @yulianloaiza
    @yulianloaiza 5 років тому

    Great Video!!! Thanks

  • @meghanask6042
    @meghanask6042 4 роки тому

    please do videos on unit testing and gui testing of widget application

  • @escire
    @escire 5 років тому

    Thank you for tutorials.

  • @zakariachahboun
    @zakariachahboun 7 років тому

    شكرا لك
    Merci
    Thank you :)

  • @Matamune87
    @Matamune87 8 років тому +9

    Thank you for your tutorials. They are very useful and easily understandable. However, I have two questions: what are vertical and horizontal stretch (size policy)? When I drop the "horizontal layout" into the form layout (as you do at the end of the video), a very small "red box" appears, but I can't put anything into it. How can I use it?

    • @BboyFTW1
      @BboyFTW1 8 років тому

      true

    • @mooruka
      @mooruka 7 років тому

      I guess it doesn't fit into another layout, you have to drop it at the end of some of the other layout sides

  • @thickFruitJuice
    @thickFruitJuice 6 років тому

    Great advice. Thanx

  • @noweare1
    @noweare1 6 років тому

    thank you, useful tutorial

  • @autovisiontech4478
    @autovisiontech4478 3 роки тому

    your article is great, but i try it on android, in different phones it doesn't adjust size automatically please help me !

  • @SyncStream
    @SyncStream 8 років тому

    First Thanks.
    Could you please Inventory & Accounts management project tutorial please...

  • @nishantsingh653
    @nishantsingh653 2 роки тому +1

    how to do it using code?

  • @el07694
    @el07694 4 роки тому +1

    Thanks for the video.
    Question: How to manage to margin/padding spacing between widgets?
    I mean if i put a QFrame inside MainWindow and then apply Horizontal Layout, there is some space between MainWindow (left top side) and QFrame (left top side).

    • @el07694
      @el07694 4 роки тому +2

      I found a code solution:
      self.gridLayout.setContentsMargins(0,0,0,0)
      self.gridLayout.setSpacing(0)
      How can i do this in QtDesigner?

  • @seyyedhosseini1998
    @seyyedhosseini1998 7 років тому +1

    thank you, right ? :)

  • @cabji
    @cabji 4 роки тому

    How do you deal with adding widgets to the window layouts at runtime? I am writing a program where user can click a button to add a "row" of widgets. The number of "rows" added is unknown, it's done as the user wishes at runtime.
    I have the centralWidget, on that I place a QVBoxLayout that houses the "row" widgets. The "row" widgets are built in code as a class so they can be created at runtime. They can be added to the QVBoxLayout no problem using QVBoxLayout::addWidget() but after you add multiple rows, the space for the widgets is too small and they end up disappearing outside the bottom of the QVBoxLayout's boundary, and/or they end up overlapping each other inside the QVBoxLayout's area.
    How can I make the row widgets demand enough height to fit, and how can I make the QVBoxLayout's area grow as the user adds more "row" widgets?
    Edit: Actually, even if I could add the row widgets to a widget that supports having a scroll bar would probably work for me. I'll have a look for that too.

  • @armuc6941
    @armuc6941 3 роки тому

    how to regroup the different elements of Qt ?

  • @YT-Leo
    @YT-Leo 5 років тому

    Dear chief, i am developing embedded device based on QT,, I have created a sql table and able to read the data.. but i wanted to display the data dynamically with creating pushbuttons for the same. Is there any way for this . plz help me..

  • @b.g.1112
    @b.g.1112 3 роки тому

    Very good tutorial, but horrible sound. Disturbing bass rumble is very annoying.

  • @TurtoralzalyBlogspot
    @TurtoralzalyBlogspot 5 років тому

    i have problem with convert of QT5 to py (Unknown Qt widget: QKeySequenceEdit) can you help me

  • @angel_machariel
    @angel_machariel 3 роки тому

    What's the purpose of a central layout?

  • @rahulps7386
    @rahulps7386 4 роки тому

    How do i resize a button (make it bigger or any size i want) inside a layout(eg grid layout)

  • @DungVu-di7dz
    @DungVu-di7dz 9 місяців тому

    we are still learn Qt c++, pls update

  • @literature.lover123
    @literature.lover123 2 роки тому

    What about tab layout?

  • @achmadbauravindah
    @achmadbauravindah 3 роки тому

    09:45

  • @thepowercareers
    @thepowercareers 7 років тому

    Videos are good... but there are these TreeHouse Ads which are really irritating. As after skipping the ad, the video won't load and I have to start the video all over again for being able to see it.

  • @ChristopherPisz
    @ChristopherPisz 4 роки тому

    Every time he says, "right?" you have to take a shot. Otherwise, good video.

    • @richardsherburn4816
      @richardsherburn4816 2 роки тому +1

      Thanks for drawing my attention to that Christopher; now I can't un-hear it.

  • @97kos
    @97kos 6 років тому

    Hey everyone!
    Is somebody here who knows - how to disable a moving an application made with layouts? I want always have it on center of the desktop :)
    Here is an unifinished project if somebody is interested of this topic: github.com/Programtica/PrimeNumbers

  • @VireaxDesigner
    @VireaxDesigner 3 роки тому

    1337

  • @Zack-xz1ph
    @Zack-xz1ph 7 років тому

    This guy sounds exactly like the indian voice on ownage pranks

  • @alfgit8784
    @alfgit8784 6 років тому +2

    Thank you for saying 'que-tee' instead of 'cute'. Now please stop saying 'goo-eee' and say 'jee-yoo-eye' instead. Also, there is no need to say 'right?' after almost sentence. We can't answer you.

    • @hippoeug
      @hippoeug 5 років тому +1

      He cant helb it, rite? He iz indian you know, rite??

    • @CutterCo
      @CutterCo 5 років тому

      Not everyone has to speak the queen's English. I bet there's a good chance that you don't speak that either.

  • @elijahw.6144
    @elijahw.6144 4 роки тому

    Thank you! I'm tracing your Qt Playlist. That's awesome. Thank you for create this tutorials.

  • @mojtabasardarmehni453
    @mojtabasardarmehni453 4 роки тому

    Thanks

  • @furkanturkal8414
    @furkanturkal8414 6 років тому

    Thank you! I'm tracing your Qt Playlist. That's awesome. Thank you for create this tutorials.