This repository has been archived on 2023-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
athnos/resources/export.ui

33 lines
655 B
Plaintext
Raw Permalink Normal View History

2022-04-28 19:27:52 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Export</string>
</property>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>110</x>
<y>180</y>
<width>88</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Inclue files</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>