/home/shire3d/ARMOR/modules/laptop_dashboard.py:5:from PyQt5.QtCore import Qt, QRectF, QTimer /home/shire3d/ARMOR/modules/laptop_dashboard.py:11: QPainter, /home/shire3d/ARMOR/modules/laptop_dashboard.py:12: QPainterPath, /home/shire3d/ARMOR/modules/laptop_dashboard.py:18: QFrame, /home/shire3d/ARMOR/modules/laptop_dashboard.py:54:class VoicePrivacyBanner(QFrame): /home/shire3d/ARMOR/modules/laptop_dashboard.py:57: def __init__(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:87: self.timer = QTimer(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:123: QFrame#voicePrivacyBanner {{ /home/shire3d/ARMOR/modules/laptop_dashboard.py:149:class LaptopRuneButton(QPushButton): /home/shire3d/ARMOR/modules/laptop_dashboard.py:152: def __init__( /home/shire3d/ARMOR/modules/laptop_dashboard.py:209:class PresenceCard(QFrame): /home/shire3d/ARMOR/modules/laptop_dashboard.py:210: def __init__(self, title, accent=PURPLE): /home/shire3d/ARMOR/modules/laptop_dashboard.py:215: QFrame#presenceCard {{ /home/shire3d/ARMOR/modules/laptop_dashboard.py:238:class ShireCenterCore(QWidget): /home/shire3d/ARMOR/modules/laptop_dashboard.py:265: def __init__(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:332: self.blink_timer = QTimer(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:345: self.timer = QTimer(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:503: def paintEvent(self, event): /home/shire3d/ARMOR/modules/laptop_dashboard.py:506: painter = QPainter(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:508: QPainter.Antialiasing, /home/shire3d/ARMOR/modules/laptop_dashboard.py:512: QPainter.SmoothPixmapTransform, /home/shire3d/ARMOR/modules/laptop_dashboard.py:634: clip_path = QPainterPath() /home/shire3d/ARMOR/modules/laptop_dashboard.py:788:class VoiceOrb(QWidget): /home/shire3d/ARMOR/modules/laptop_dashboard.py:791: def __init__(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:801: self.timer = QTimer(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:805: def paintEvent(self, event): /home/shire3d/ARMOR/modules/laptop_dashboard.py:816: painter = QPainter(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:817: painter.setRenderHint(QPainter.Antialiasing, True) /home/shire3d/ARMOR/modules/laptop_dashboard.py:929:class LaptopDashboard(QWidget): /home/shire3d/ARMOR/modules/laptop_dashboard.py:932: def __init__(self, stack): /home/shire3d/ARMOR/modules/laptop_dashboard.py:973: def _build_greeting_card(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1002: def _build_status_card(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1038: def _build_thought_card(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1078: def _build_next_card(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1101: def _build_station_drawer(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1102: drawer = QFrame() /home/shire3d/ARMOR/modules/laptop_dashboard.py:1107: QFrame#stationDrawer { /home/shire3d/ARMOR/modules/laptop_dashboard.py:1146: def build_ui(self): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1200: left_column.addWidget(self._build_status_card(), 2) /home/shire3d/ARMOR/modules/laptop_dashboard.py:1296: def paintEvent(self, event): /home/shire3d/ARMOR/modules/laptop_dashboard.py:1299: painter = QPainter(self) /home/shire3d/ARMOR/modules/laptop_dashboard.py:1300: painter.setRenderHint(QPainter.Antialiasing, True)