mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 05:38:12 +00:00
10 lines
203 B
QML
10 lines
203 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property QtObject checkBox: QtObject {
|
|
property int width: 300
|
|
}
|
|
}
|