retype.ui.painting
Functions
|
|
|
|
|
Line from origin (0, 0) to (x2, y2) |
|
|
|
Classes
|
An enumeration. |
- class retype.ui.painting.Font(value)[source]
Bases:
EnumAn enumeration.
- BOLD = 3
- FIXED = 2
- GENERAL = 1
- retype.ui.painting.arcPixmap(w, h, fg=<PyQt5.QtGui.QColor object>, thickness=2, style=1, start_angle=0, span_angle=2880, antialiasing=True, cap=16)[source]
- retype.ui.painting.ellipsePixmap(w, h, fg=<PyQt5.QtGui.QColor object>, bg=<PyQt5.QtGui.QColor object>, thickness=2, style=1)[source]
- retype.ui.painting.linePixmap(x2, y2, colour=<PyQt5.QtGui.QColor object>, thickness=2, style=1)[source]
Line from origin (0, 0) to (x2, y2)