Moved refresh button out of HexViewerWidget, to MemoryInspectionPaneWidget

Added auto-refresh configuration menu
Added checked/unchecked icons
This commit is contained in:
Nav
2022-07-17 18:26:07 +01:00
parent c01fbcc99c
commit 6fd926b9bb
13 changed files with 394 additions and 156 deletions

View File

@@ -284,27 +284,34 @@ QScrollBar::sub-line:vertical {
color: #afb1b3;
}
#target-memory-inspection-pane #lh-side-bar {
border-right: 1px solid #41423f;
#target-memory-inspection-pane #top-bar {
border-bottom: 1px solid #41423f;
}
#target-memory-inspection-pane #rh-side-bar {
border-left: 1px solid #41423f;
}
#target-memory-inspection-pane #lh-side-bar QToolButton,
#target-memory-inspection-pane #rh-side-bar QToolButton {
#target-memory-inspection-pane #top-bar QToolButton {
background-color: transparent;
border: none;
padding: 0;
qproperty-buttonWidth: 23;
qproperty-buttonWidth: 24;
qproperty-buttonHeight: 20;
}
#target-memory-inspection-pane #top-bar QToolButton:hover {
background-color: #454541;
border: none;
}
#target-memory-inspection-pane #top-bar #manage-memory-regions-btn {
qproperty-buttonWidth: 26;
qproperty-buttonHeight: 21;
}
#target-memory-inspection-pane #lh-side-bar QToolButton:hover,
#target-memory-inspection-pane #rh-side-bar QToolButton:hover {
background-color: #454541;
border: none;
#target-memory-inspection-pane #top-bar #separator {
background-color: transparent;
border-right: 1px solid #41423f;
padding: 0;
min-width: 1px;
max-width: 1px;
}
#hex-viewer-container #tool-bar,