cambios desconocidos

This commit is contained in:
snt 2023-09-05 17:47:35 +02:00
parent 5f27d17d8a
commit 0b958b5fd8
18 changed files with 289 additions and 94 deletions

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LayerSettingsWidget</class>
<widget class="QWidget" name="LayerSettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>194</width>
<height>59</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QSpinBox" name="universe">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>52</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="address">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>52</width>
<height>31</height>
</rect>
</property>
<property name="accessibleDescription">
<string>Address</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>