Moved refresh button out of HexViewerWidget, to MemoryInspectionPaneWidget
Added auto-refresh configuration menu Added checked/unchecked icons
This commit is contained in:
@@ -69,6 +69,18 @@ QMenu::separator {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
QMenu::indicator {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked {
|
||||
image: url(":/compiled/src/Insight/UserInterfaces/InsightWindow/Images/checked-action-icon.svg");
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked {
|
||||
image: url(":/compiled/src/Insight/UserInterfaces/InsightWindow/Images/unchecked-action-icon.svg");
|
||||
}
|
||||
|
||||
QMenu#help-menu::separator {
|
||||
margin: 1px 0;
|
||||
}
|
||||
@@ -174,7 +186,16 @@ QPushButton:disabled {
|
||||
color: #8d8d90;
|
||||
}
|
||||
|
||||
QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
Bloom--Widgets--LabeledSeparator {
|
||||
qproperty-lineColor: #454545;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
|
||||
Bloom--Widgets--SvgToolButton QMenu::item {
|
||||
padding-left: 10px;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user