time delta for time diff view is changeable
This commit is contained in:
@@ -544,7 +544,7 @@ class InnerBigText(QWidget):
|
||||
|
||||
painter.end()
|
||||
end_ns = time.process_time_ns()
|
||||
print(f"paint took {(end_ns - start_ns) / 1000000.0}")
|
||||
# print(f"paint took {(end_ns - start_ns) / 1000000.0}")
|
||||
|
||||
def draw_highlights(self, highlights: [HighlightedRange], painter: QPainter, y_line_offset: int):
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from PySide6.QtWidgets import QWidget, QHBoxLayout
|
||||
|
||||
|
||||
class HBox(QWidget):
|
||||
def __init__(self, *widgets: QWidget):
|
||||
super(HBox, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user