How to create custom QML components

แชร์
ฝัง

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

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

    hi i am new the qt and i have a problem right now.I write basic code in qml file but when i starting the code its always gives me white mainwindow and it doesnt show up my rectangle how can i fix that?

  • @ragnarush6667
    @ragnarush6667 ปีที่แล้ว

    excellent , thanks much

  • @nepal5360
    @nepal5360 ปีที่แล้ว

    Nice

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

    MyComponent and MyOtherComponent are confusing names.. when you work on MyOhterComponent and say my other component I always think you may be talking about the component that you are not currently editing which is MyComponent. A better name would be component1 and component2 .

    • @Jonas.verhaegen
      @Jonas.verhaegen ปีที่แล้ว +1

      I'd love for people to name their objects more unambiguously as well. So it's clear when you're referring to A and not B, and also not C which is similar to A.

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

      100% especially since I still struggle with signal direction and what not this was confusing