This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/gui/qml/mainwindow.qml

13 lines
190 B
QML

import QtQuick 2.10
import QtQuick.Controls 2.10
import QtQuick.Layouts 1.10
ApplicationWindow
{
id: win_main
title: "FediPotato"
visible: true
width: 400
height: 500
}