7 lines
65 B
QML
7 lines
65 B
QML
|
pragma Strict
|
||
|
import QtQuick 6
|
||
|
|
||
|
Item {
|
||
|
property bool a: !x
|
||
|
}
|