hi all
is is possible to create a window without caption bar using python qt designer.
i've gone through some pyqt examples, and found that it is possible using "FramelessWindowHint" method
but i didnt find how can i create it in qt designer.
reason i m using qt designer is, i can directly load .ui file into maya.
i tried loading pyqt examples in maya, those are running fine, but i want run those examples without importing python modules.
correct me if i m wrong
i found another solution (except qt designer) is converting .py file to .ui (.xml) and load it in maya
i dont have any solution how to convert .py to .ui (vice versa is possible in python qt designer)
any idea ?
regards
mossin