feat: add reusable AppWindow with theme defaults
This will simplify setup for any application without having to specify palette.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import DesignSystem
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
ApplicationWindow {
|
||||
AppWindow {
|
||||
id: window
|
||||
width: 640
|
||||
height: 480
|
||||
|
||||
Reference in New Issue
Block a user