FocusOverlay 0 0 350 102 0 0 350 80 350 102 Focus Session QWidget#FocusOverlay { background-color: rgba(50, 50, 50, 200); border-radius: 10px; border: 2px solid rgba(100, 100, 100, 255); } QLabel { color: white; } QPushButton { background-color: rgba(80, 80, 80, 255); color: white; border: 1px solid rgba(120, 120, 120, 255); border-radius: 5px; padding: 5px 10px; min-width: 60px; } QPushButton:hover { background-color: rgba(100, 100, 100, 255); } QPushButton:pressed { background-color: rgba(60, 60, 60, 255); } 10 15 15 15 15 2 0 0 0 0 14 true Session Oneliner Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter 12 Elapsed: 00:00:00 Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter Reset true false End Session