You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bidseditor GUI opens with a windowsize that is too small to properly see the table contents. I fiddled around with adjustSize, ResizeToContents and sizeAdjustPolicy, but I can't get it to work. It's probably just one or two lines, so if you have a good understanding of the Qt5 toolkit, I would be happy to get some help here :-)
The text was updated successfully, but these errors were encountered:
Yes, it must be something like that, I tried several settings but I just failed to get it to work properly. At some point I should also port the code to Qt6, perhaps it will be solved then...
The
bidseditor
GUI opens with a windowsize that is too small to properly see the table contents. I fiddled around withadjustSize
,ResizeToContents
andsizeAdjustPolicy
, but I can't get it to work. It's probably just one or two lines, so if you have a good understanding of the Qt5 toolkit, I would be happy to get some help here :-)The text was updated successfully, but these errors were encountered: