First semi-working version of coin

This commit is contained in:
2024-03-21 23:47:23 -04:00
parent 42ce7aa21e
commit 13f7bf6f07
4 changed files with 193 additions and 24 deletions

13
coin.ui
View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1280</width>
<width>1695</width>
<height>720</height>
</rect>
</property>
@ -58,7 +58,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>594</width>
<width>802</width>
<height>644</height>
</rect>
</property>
@ -101,7 +101,14 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="saveButton">
<widget class="QPushButton" name="saveFileButton">
<property name="text">
<string>Save to file</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveDbButton">
<property name="text">
<string>Save to database</string>
</property>