mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
8 lines
62 B
QML
8 lines
62 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
color: "gray"
|
|
}
|