mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] Max available memory exposed for Sequence Player
This commit is contained in:
parent
277b9643b0
commit
a60dc8a5e2
1 changed files with 9 additions and 5 deletions
|
@ -347,17 +347,17 @@ FloatingPane {
|
|||
}
|
||||
|
||||
MaterialToolButton {
|
||||
id: syncButton
|
||||
id: infoButton
|
||||
|
||||
text: MaterialIcons.sync
|
||||
text: MaterialIcons.settings
|
||||
font.pointSize: 11
|
||||
padding: 2
|
||||
onClicked: syncViewerMenu.open()
|
||||
onClicked: infoMenu.open()
|
||||
checkable: true
|
||||
checked: syncViewerMenu.visible
|
||||
checked: infoMenu.visible
|
||||
|
||||
Menu {
|
||||
id: syncViewerMenu
|
||||
id: infoMenu
|
||||
width: 270
|
||||
y: parent.height
|
||||
x: -width + parent.width
|
||||
|
@ -396,6 +396,10 @@ FloatingPane {
|
|||
ToolTip.visible: hovered
|
||||
ToolTip.delay: 100
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: "Max Available Memory : " + viewer.maxAvailableRam + " GB"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue