Mentions légales du service

Skip to content
Snippets Groups Projects

add external plugins in acquisition server

Merged CABEL Tristan requested to merge configParameters into qt6
Files
19
@@ -9,7 +9,7 @@ Control {
required property var param
implicitHeight: _label.implicitHeight + _switch.implicitHeight
width: OV.Style.smallPanelWidth
implicitWidth: OV.Style.smallPanelWidth
OV.ToolTip {
visible: _control.hovered && !_switch.pressed
@@ -43,8 +43,8 @@ Control {
Switch {
id: _switch
anchors.top: _label.bottom
anchors.left: _value.right
anchors.top: _control.top
anchors.right: _control.right
anchors.leftMargin: 16
onToggled: {
Loading