FocusOverlay
0
0
400
120
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
-
14
75
true
Session Oneliner
Qt::AlignCenter
-
12
Elapsed: 00:00:00
Qt::AlignCenter
-
-
Reset
-
End Session