mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
10 lines
253 B
QML
10 lines
253 B
QML
import QtQuick 2.7
|
|
|
|
// ===================================================================
|
|
// Bar which can contains ActionButtons.
|
|
// ===================================================================
|
|
|
|
Row {
|
|
property int iconSize
|
|
spacing: 8
|
|
}
|