Frameless Window Widget (framelesswindow)¶
A frameless window widget
-
class
orangecanvas.gui.framelesswindow.FramelessWindow(parent=None, **kwargs)¶ Bases:
PyQt5.QtWidgets.QWidgetA basic frameless window widget with rounded corners (if supported by the windowing system).
-
setRadius(radius)¶ Set the window rounded border radius.
-
radius()¶ Return the border radius.
-
radius_¶ Window border radius
-