mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] always enable outputAttribute ComboBox
This commit is contained in:
parent
f899e24bd6
commit
44c0086f40
1 changed files with 1 additions and 3 deletions
|
@ -1081,17 +1081,15 @@ FocusScope {
|
|||
|
||||
ComboBox {
|
||||
id: outputAttribute
|
||||
property var activeNode: root.oiioPluginAvailable ? _reconstruction.activeNodes.get('allDepthMap').node : null
|
||||
clip: true
|
||||
Layout.minimumWidth: 0
|
||||
Layout.preferredWidth: 3.0 * Qt.application.font.pixelSize
|
||||
flat: true
|
||||
|
||||
property var names: []
|
||||
property string name: (enabled && names[currentIndex]) ? names[currentIndex] : "";
|
||||
property string name: names[currentIndex] ? names[currentIndex] : ""
|
||||
|
||||
model: names
|
||||
enabled: activeNode
|
||||
|
||||
FontMetrics {
|
||||
id: fontMetrics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue