added spacebar support to start timer

This commit is contained in:
2019-10-14 20:04:40 +02:00
parent 83dc8913ba
commit 2f40f91d79
3 changed files with 25 additions and 6 deletions

View File

@@ -46,6 +46,8 @@ QComboBox::drop-down {
background-color: #999999;
margin: 2px;
padding: 5px;
subcontrol-origin: padding;
subcontrol-position: top right;
width: 15px;
@@ -54,8 +56,8 @@ QComboBox::drop-down {
QComboBox::down-arrow
{
image: url(:/mwicon.png);
width: 48px;
height: 48px;
width: 64px;
height: 64px;
}
QComboBox QAbstractItemView{