ui: shortcut cheat sheet
Added a simple in-app shortcut list to the help section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user