[vlc-devel] commit: Remove buttons since they aren't implemented. (Antoine Cellerier )
git version control
git at videolan.org
Tue Sep 9 19:52:05 CEST 2008
vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Tue Sep 9 19:53:51 2008 +0200| [81f77b79a054b0b8495e5c19c7fcf5e1742393f8] | committer: Antoine Cellerier
Remove buttons since they aren't implemented.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81f77b79a054b0b8495e5c19c7fcf5e1742393f8
---
modules/gui/qt4/ui/video_effects.ui | 82 ++++++++++++++++++++++++++++-------
1 files changed, 66 insertions(+), 16 deletions(-)
diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index b68a4e6..59e6de3 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -10,9 +10,17 @@
</rect>
</property>
<property name="currentIndex" >
- <number>0</number>
+ <number>7</number>
</property>
<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" >
<string>_("Basic")</string>
</attribute>
@@ -225,6 +233,14 @@
</layout>
</widget>
<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" >
<string>_("Color fun")</string>
</attribute>
@@ -325,6 +341,14 @@
</layout>
</widget>
<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" >
<string>_("Crop")</string>
</attribute>
@@ -419,7 +443,7 @@
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>40</height>
@@ -430,6 +454,14 @@
</layout>
</widget>
<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" >
<string>_("Geometry")</string>
</attribute>
@@ -535,6 +567,14 @@
</layout>
</widget>
<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" >
<string>_("Image modification")</string>
</attribute>
@@ -660,6 +700,14 @@
</layout>
</widget>
<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" >
<string>_("Vout/Overlay")</string>
</attribute>
@@ -832,6 +880,14 @@
</layout>
</widget>
<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" >
<string>_("Logo")</string>
</attribute>
@@ -952,6 +1008,14 @@
</layout>
</widget>
<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" >
<string>_("Advanced video filter controls")</string>
</attribute>
@@ -983,20 +1047,6 @@
</property>
</widget>
</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" >
<widget class="QLineEdit" name="voutFilterText" />
</item>
More information about the vlc-devel
mailing list