RESPONSIVE LAYOUT IN QML || QT QUICK || QML || LAYOUTITEMPROXY || Qt6

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Responsive application implementation done in Qt Quick utilizing Qt's LayoutItemProxy feature introduced in Qt 6.6
    GitHub Link: github.com/cod...
    Connect
    Twitter/X: x.com/codeartst...
    Instagram: / codeartstudios_

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

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

    thanks broo

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

    great tutorial, could you tell me what sort of stuff i would need to implement if i have to make a side bar like VS Code, a pop up open side menu bar, would i use a drawer and a rectangle?

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

      Thank you! Sure, there is a difference between a sidebar and a drawer of course. The VS Code one is a sidebar which can be implemented using a Rectangle with a fixed width whereas the drawer whch can be useful in showing menus in lets say mobile apps can be implemented using the Drawer control in QML. Ill have a video soon on this!

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

    bro i get compile error when i create project and select to use it with designer studio and keyboard option

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

      @@luckyyadav8627 Are you running this same project or something different? Note that normal QML files may not open directly in Qt Design Studio, you'll need to create a design studio QML file and copy it in or import it to the design studio.

    • @luckyyadav8627
      @luckyyadav8627 2 หลายเดือนก่อน +1

      @@codeartstudios Thanks

  • @mr.shredder5430
    @mr.shredder5430 3 หลายเดือนก่อน

    thanks for sharing tutorial, some tutorial dont cover this types of tutorial. Its great that you give for time to help others thank you

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

      Thanks for the feedback @mr.shredder5430, means a lot to hear that. We'll always do our best to bring more sessions on such topics.