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: 4px 8px;
min-width: 50px;
}
QPushButton:hover {
background-color: rgba(100, 100, 100, 255);
}
QPushButton:pressed {
background-color: rgba(60, 60, 60, 255);
}
8
10
8
10
8
-
2
0
0
0
0
-
12
true
Session Oneliner
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
10
Elapsed: 00:00:00
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
-
Reset
true
false
-
End Session