Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
900 stars 203 forks source link

`Add Segment/Section` dialog UI is broken after updateing to Qt 6.4.3 #4216

Closed xusheng6 closed 1 year ago

xusheng6 commented 1 year ago

image

I tried to fix it, but I cannot figure out what went wrong. I have a dialog that is very similar to the broken dialog, but its UI still works fine: https://github.com/Vector35/debugger/blob/2a6a56193a70ec9922603d0059cf9d73fbc7556c/ui/debugserversetting.cpp. I compared the code and could not figure out any major difference.

blue-devil commented 1 year ago

Possible duplicate of #4175

xusheng6 commented 1 year ago

Duplicate of https://github.com/Vector35/binaryninja-api/issues/4175. Thanks @blue-devil