techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
161 stars 23 forks source link

Enabling QT will affect the capture of UI controls #105

Closed BUGProtectionAssociation closed 11 months ago

BUGProtectionAssociation commented 1 year ago

You cannot select multiple numeric boxes to edit at the same time

image

hannesdelbeke commented 11 months ago

Thanks you for reporting these 2 bugs.

Do you have more instructions on how to test the select multiple numeric boxes bug? I am not familiar with how to do this.

hannesdelbeke commented 11 months ago

Can we also move the window content distortion bug to a separate thread? This makes it easier to keep the discussion focused.

BUGProtectionAssociation commented 11 months ago

Thanks you for reporting these 2 bugs.

Do you have more instructions on how to test the select multiple numeric boxes bug? I am not familiar with how to do this.

I couldn't set the values of Input box more than one by once step if I enable qt addon. Iikes the xyz rgb hsv

hannesdelbeke commented 11 months ago

ok just foun out how to do it. so in normal blender you can click and hold the x cell. then drag down yhe mouse cursor over Y and Z cell, and it will select all 3 cells and make them active.

however when testing this in bqt blender, this still seems to work for me. and i am able to edit multiple cells at the same time.

image

can you give me more info on your problem and how to test it?

BUGProtectionAssociation commented 11 months ago

ok just foun out how to do it. so in normal blender you can click and hold the x cell. then drag down yhe mouse cursor over Y and Z cell, and it will select all 3 cells and make them active.

however when testing this in bqt blender, this still seems to work for me. and i am able to edit multiple cells at the same time.

can you give me more info on your problem and how to test it?

When you open a new sub window or switch between other apps. Some keys fail, such as Alt Ctrl. When you select a control, it automatically refreshes and you lose focus on that control. If you want to continue editing, you need to click on that control again. Sometimes normal, sometimes strange automatic refresh of UI content, resulting in loss of control focus and need to be reactivated with the mouse

hannesdelbeke commented 11 months ago

aha, that is a duplicate of this bug then

i'll close this issue and will follow up in there