videodownloader/gui/downloadwidget.ui

32 lines
713 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::DownloadWidget</class>
<widget class="QWidget" name="QtGui::DownloadWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>314</width>
<height>163</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="titleLabel">
<property name="text">
<string>Download title</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>