ui: shortcut cheat sheet

Added a simple in-app shortcut list to the help section
This commit is contained in:
Manuel Dobusch
2017-01-27 19:11:14 +01:00
parent a78cb1d020
commit 85be119e7f
6 changed files with 339 additions and 2 deletions
@@ -0,0 +1,50 @@
/* General settings */
* {
font-size: <setting:font_size>px;
font-family: "<setting:font_name>";
}
QPushButton {
border: 2px;
border-style: solid;
border-color: #dadada;
background: #f6f6f6;
background-position: 15px 5px;
height: 30px;
width: 30px;
border-radius: 12px;
margin: 2px;
}
QPushButton:hover {
background: #2D3C86;
color: white;
}
QTableWidget {
margin: 16px;
margin-top: 4px;
alternate-background-color: #dadada;
background-color: #f6f6f6;
selection-background-color: 227abf;
selection-color: white;
border-color: #666666;
gridline-color: #666666;
}
#title {
font-size: <setting:font_size+2>px;
font-weight: bold;
margin: 16px;
margin-top: 30px;
}
#close_button {
margin: 16px;
}
#general_label, #code_label, #graph_label {
margin: 16px;
margin-top: 0px;
margin-bottom: 0px;
}