diff --git a/README.md b/README.md
index c2bfdb1..8991695 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
-# yremote
+# Easy Shutdown 2
+========
-Simple PC remote for yamaha recievers.
+new and improved easy shutdown tool
-
-
-
-Only tested with RX-V475.
\ No newline at end of file
diff --git a/mainwindow.ui b/mainwindow.ui
index e1f79ac..381f6a8 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -6,8 +6,8 @@
0
0
- 359
- 361
+ 283
+ 254
@@ -20,12 +20,12 @@
false
-
+
5
- 5
+ 10
5
@@ -33,20 +33,13 @@
5
-
- 5
+
+ 0
- -
-
-
-
-
-
- false
-
-
-
- -
+
+ 10
+
+
-
@@ -54,9 +47,15 @@
0
+
+
+ 0
+ 40
+
+
- 18
+ 10
@@ -70,7 +69,7 @@
-
-
+
0
0
@@ -97,10 +96,529 @@
+ -
+
+
+
+
+
+ Qt::AlignCenter
+
+
+
+ 5
+
+
+ 0
+
+
+ 5
+
+
+ 5
+
+
+ 5
+
+
-
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 90 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 22 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 60 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 11 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 45 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 30 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ 120 min
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ QLayout::SetFixedSize
+
+
+ 10
+
+
+ 0
+
+
+ 10
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+ 999
+
+
+
+
+
+ -
+
+
+ 10
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 10
+
+
+
+
+
+
+ true
+
+
+
+ -
+
+
+
+ 2
+ 1
+
+
+
+ Now
+
+
+
+
+
+
+
+
+
+
+
+ r_0
+ r_11
+ r_22
+ r_30
+ r_45
+ r_74
+ r_90
+ r_120
+ spinBox
+ btn_startstop
+
diff --git a/style.css b/style.css
index 13d4c1f..2fa19ed 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,28 @@ QPushButton:hover {
border: 1px solid #edf2f4;
}
+QRadioButton {
+ color: #edf2f4;
+ background-color: #404040;
+}
+
+QSpinBox {
+ color: #edf2f4;
+ background-color: #404040;
+}
+
+QSpinBox::up-button {
+ color: #404040;
+}
+
+QSpinBox::down-button {
+ color: #404040;
+}
+
+QSpinBox:hover {
+ border: 1px solid #0077fd;
+}
+
QLineEdit {
background-color: #404040;
color: #edf2f4;
@@ -33,7 +55,6 @@ QLineEdit {
}
QLineEdit:hover {
- border: 1px solid #edf2f4;
}
QLabel {