59 lines
1.2 KiB
XML
59 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>customlogo2</class>
|
|
<widget class="QWidget" name="customlogo2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QPushButton" name="loadfont_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>90</y>
|
|
<width>100</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load Font</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="loadcsv_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>90</y>
|
|
<width>100</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load CSV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="export_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>220</y>
|
|
<width>100</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Export</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|