Tuesday, 15 April 2014

make a borderless app without a controlbox on Qt -



make a borderless app without a controlbox on Qt -

is possible create borderless window on qt? know possible in visual studio alter value in properties window. qt doesnt have formborderstyle property.

also possible not display icon on taskbar

i think not possible suppress taksbar entry. each top level window without parent one.

it certainly possible create frameless window. 1 time used plain qwidget similar purpose , add together following:

setwindowflags(qt::dialog|qt::framelesswindowhint);

qt

No comments:

Post a Comment