mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[qt6][qml] Clean-up code and harmonize comments
This commit is contained in:
parent
b12d1fed06
commit
5a0b1c0c95
85 changed files with 575 additions and 538 deletions
|
@ -5,6 +5,7 @@ import QtQuick.Layouts
|
|||
/**
|
||||
* A custom GroupBox with predefined header.
|
||||
*/
|
||||
|
||||
GroupBox {
|
||||
id: root
|
||||
|
||||
|
@ -20,13 +21,14 @@ GroupBox {
|
|||
background: Item {}
|
||||
|
||||
label: Pane {
|
||||
padding: 2
|
||||
width: root.width
|
||||
background: Rectangle {
|
||||
id: labelBg
|
||||
color: palette.base
|
||||
opacity: 0.8
|
||||
}
|
||||
padding: 2
|
||||
width: root.width
|
||||
|
||||
RowLayout {
|
||||
width: parent.width
|
||||
Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue