C
RowLayout QML Type
GridLayout と同じですが、1行しかありません。詳細...
| Import Statement: | import QtQuick.Layouts |
| Since: | Qt Quick Ultralite 2.8 |
| Inherits: | |
| Inherited By: |
プロパティ
- layoutDirection : Qt::LayoutDirection
- spacing : int
詳細説明
RowLayout は、Qt Quick Layouts の同じ QML タイプの動作に従います。Qt Quick Layouts モジュールの一般的な仕組みについては、Qt Quick Layouts Overviewをご覧ください。
RowLayoutは開発者の便宜のために用意されたものです。
RowLayoutのアイテムは、これらの付属プロパティをサポートしています:
- Layout.minimumWidth
- Layout.minimumHeight
- Layout.preferredWidth
- Layout.preferredHeight
- Layout.maximumWidth
- Layout.maximumHeight
- Layout.fillWidth
- Layout.fillHeight
- Layout.alignment
- Layout.margins
- Layout.leftMargin
- Layout.rightMargin
- Layout.topMargin
- Layout.bottomMargin
ColumnLayout 、GridLayout 、Rowも参照してください 。
プロパティの説明
layoutDirection : Qt::LayoutDirection |
このプロパティは行レイアウトのレイアウト方向を保持し、アイテムが左から右にレイアウトされるか、右から左にレイアウトされるかを制御します。Qt.RightToLeft が指定された場合、左揃えの項目は右揃えになり、右揃えの項目は左揃えになります。
GridLayout::layoutDirection とColumnLayout::layoutDirectionも参照してください 。
spacing : int |
このプロパティは、各セルの間隔を保持します。
特定の Qt ライセンスの下で利用可能です。
詳細を見る。