You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
302 B
QML

5 years ago
import QtQuick 2.15
import QtQuick.Window 2.15
import FishUI 1.0 as FishUI
FishUI.Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
TextEditor {
anchors.fill: parent
fileUrl: "file:///home/reion/Cutefish/core/notificationd/view.cpp"
}
}