chore(_init): upload static files

This commit is contained in:
Eshan Roy
2024-11-27 13:23:14 +05:30
commit 3e13b374a1
471 changed files with 222 additions and 0 deletions

31
snigdhaosfalcon.ui Normal file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SnigdhaOSFalcon</class>
<widget class="QMainWindow" name="SnigdhaOSFalcon">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>SnigdhaOSFalcon</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>