69 lines (68 with data), 1.5 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ManageTemplateList</class>
<widget class="QDialog" name="ManageTemplateList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>214</height>
</rect>
</property>
<property name="windowTitle">
<string>Manage logo templates</string>
</property>
<widget class="QListWidget" name="templateList">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>256</width>
<height>192</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="upButton">
<property name="geometry">
<rect>
<x>270</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Up</string>
</property>
</widget>
<widget class="QPushButton" name="downButton">
<property name="geometry">
<rect>
<x>270</x>
<y>40</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Down</string>
</property>
</widget>
<widget class="QPushButton" name="deleteButton">
<property name="geometry">
<rect>
<x>270</x>
<y>70</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Delete</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>