About px in qss file and QSize(x,y) in cpp file
-
wrote on 15 Feb 2017, 08:33 last edited by
Hi,
who can tell me what's the uint in QSize(x,y)?For example, I set one's width 36 in qss file by "px",but in cpp file,I set width 36 by cpp methods, they are not the same size. -
Hi,
AFAIK, it's pixels.
What difference do you have ?
2/2