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?
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 .
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.
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?
excellent , thanks much
Nice
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 .
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.
100% especially since I still struggle with signal direction and what not this was confusing