How QWidget.layout method works? #1007
Replies: 2 comments
-
|
You're missing nothing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I just fixed this in 0.59.2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys! Need your help to understand how things work here (TLDR cannot find implementation of "layout()" method of QWidget)
When i am looking into
src/lib/QtWidgets/QWidget.tsi can see method:which is using
this.native.layout()call, wherenativewas created asnative = new addon.QWidgetBut
addon.QWidgetdo not exportlayoutmethod (src/cpp/include/nodegui/QtWidgets/QWidget/qwidget_macro.h)there is "setLayout" method but no "layout" method.
What do i miss here?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions