Qt: Correct implementation of floating widgets -


i've inherited class qwidget. no code, changes editor.

the way use it:

focuswidget = new focuswidget(this); //this points mainwindow focuswidget->show(); focuswidget->hide(); 

now widget appears (it looks ugly because of bad 4k scaling), @ top left corner of mainwindow. intend use application full screen.

tool widget

is usage correct?

how can make floating widget?

if want multiple widgets that, how can control position?


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -