Files
pyqcrm/Gui/Employees/AddApplicant.qml
2025-04-03 14:46:36 +02:00

17 lines
303 B
QML

import QtQuick
import QtQuick.Layouts
import TeroStyle
ColumnLayout {
anchors.fill: parent
spacing: Dimensions.l
ColumnLayout {
Layout.fillHeight: true
Layout.verticalStretchFactor: 1
spacing: Dimensions.l
}
RowLayout {
spacing: Dimensions.l
}
}