zhuzichu520 / FluentUI

FluentUI for QML
MIT License
3.16k stars 422 forks source link

make GammaRay's QuickInspector happy #433

Closed maplefater closed 4 months ago

maplefater commented 4 months ago

GammaRay's QuickInspector try to get best candidate QuickItem under mouse position.

this pr changes FluWindow's resizeBorder's z stacking order, so resizeBorder Rectangle will be drawn under user content.

this pr also fix a minor bug in example InfoBar.

zhuzichu520 commented 4 months ago

非常感谢,不过这里的边框线条是要在用户内容上显示,不然的话就会被用户内容挡住,看不到边框线条。。

maplefater commented 4 months ago

容我想想怎么修,感觉放4个rectangle在四周是不是也能实现一样的效果?主要是想规避顶层覆盖导致inspector无法工作,我们会用inspector来获取控件的路径,用来做自动化测试.