First files added

This commit is contained in:
BarsTiger
2023-02-01 17:03:14 +02:00
commit 2a189cc689
19 changed files with 1446 additions and 0 deletions

26
gui/gui.ui Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>460</height>
</rect>
</property>
<property name="windowTitle">
<string>D0CXUN7R4C3</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
<normaloff>:/img/img/icon.ico</normaloff>:/img/img/icon.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget"/>
</widget>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>