mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-02 05:10:14 -05:00
8 lines
62 B
QML
8 lines
62 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
color: "gray"
|
|
}
|