UI: Remove properties window UI file (not needed)

The properties window UI file has no point at this time.  It's just a
window with a widget inside of it.
This commit is contained in:
jp9000
2015-07-20 19:09:55 -07:00
parent 4001767355
commit 66f7330a58
4 changed files with 18 additions and 61 deletions

View File

@@ -1,48 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OBSBasicProperties</class>
<widget class="QDialog" name="OBSBasicProperties">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>664</width>
<height>562</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="OBSQTDisplay" name="preview" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>OBSQTDisplay</class>
<extends>QWidget</extends>
<header>qt-display.hpp</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>