css - qtoxygen style without shadow frame -


i'm using qtoxygen style. know how disable shadow frame on qplaintextedit? if customise css { border: none } shadow still painting.(((

solved via css qabstractscrollarea { qproperty-frameshape: noframe; }


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -