st-ten-1/src/ui/editor/editor.ui

21 lines
427 B
Plaintext
Raw Normal View History

2022-06-01 16:37:19 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2022-07-19 09:59:00 +00:00
<class>Editor</class>
<widget class="QWidget" name="Editor">
2022-06-01 16:37:19 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-07-27 15:09:17 +00:00
<width>94</width>
<height>18</height>
2022-06-01 16:37:19 +00:00
</rect>
</property>
2022-07-25 09:16:14 +00:00
<property name="windowTitle">
<string>Editor</string>
</property>
2022-07-27 15:09:17 +00:00
<layout class="QGridLayout" name="gridLayout"/>
2022-06-01 16:37:19 +00:00
</widget>
<resources/>
<connections/>
</ui>