Commit 81f77b79 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove buttons since they aren't implemented.

parent 1b1c1a73
...@@ -10,9 +10,17 @@ ...@@ -10,9 +10,17 @@
</rect> </rect>
</property> </property>
<property name="currentIndex" > <property name="currentIndex" >
<number>0</number> <number>7</number>
</property> </property>
<widget class="QWidget" name="tab" > <widget class="QWidget" name="tab" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>468</width>
<height>262</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Basic")</string> <string>_("Basic")</string>
</attribute> </attribute>
...@@ -225,6 +233,14 @@ ...@@ -225,6 +233,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_2" > <widget class="QWidget" name="tab_2" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Color fun")</string> <string>_("Color fun")</string>
</attribute> </attribute>
...@@ -325,6 +341,14 @@ ...@@ -325,6 +341,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_3" > <widget class="QWidget" name="tab_3" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Crop")</string> <string>_("Crop")</string>
</attribute> </attribute>
...@@ -419,7 +443,7 @@ ...@@ -419,7 +443,7 @@
<property name="sizeType" > <property name="sizeType" >
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
...@@ -430,6 +454,14 @@ ...@@ -430,6 +454,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_5" > <widget class="QWidget" name="tab_5" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Geometry")</string> <string>_("Geometry")</string>
</attribute> </attribute>
...@@ -535,6 +567,14 @@ ...@@ -535,6 +567,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_7" > <widget class="QWidget" name="tab_7" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Image modification")</string> <string>_("Image modification")</string>
</attribute> </attribute>
...@@ -660,6 +700,14 @@ ...@@ -660,6 +700,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_9" > <widget class="QWidget" name="tab_9" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Vout/Overlay")</string> <string>_("Vout/Overlay")</string>
</attribute> </attribute>
...@@ -832,6 +880,14 @@ ...@@ -832,6 +880,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_8" > <widget class="QWidget" name="tab_8" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Logo")</string> <string>_("Logo")</string>
</attribute> </attribute>
...@@ -952,6 +1008,14 @@ ...@@ -952,6 +1008,14 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_6" > <widget class="QWidget" name="tab_6" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>468</width>
<height>262</height>
</rect>
</property>
<attribute name="title" > <attribute name="title" >
<string>_("Advanced video filter controls")</string> <string>_("Advanced video filter controls")</string>
</attribute> </attribute>
...@@ -983,20 +1047,6 @@ ...@@ -983,20 +1047,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2" >
<widget class="QPushButton" name="filtersResetButton" >
<property name="text" >
<string>_("Reset")</string>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QPushButton" name="filtersUpdateButton" >
<property name="text" >
<string>_("Update")</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" > <item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="voutFilterText" /> <widget class="QLineEdit" name="voutFilterText" />
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment