[vlc-devel] [PATCH 3/3] Freeze: Freeze filter - GUI
Vianney Boyer
vlcvboyer at gmail.com
Thu Jul 25 23:48:30 CEST 2013
---
modules/gui/qt4/components/extended_panels.cpp | 2 ++
modules/gui/qt4/ui/video_effects.ui | 49
+++++++++++++++-----------
2 files changed, 30 insertions(+), 21 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp
b/modules/gui/qt4/components/extended_panels.cpp
index 532e811..ecafac6 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -228,6 +228,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf,
QTabWidget *_parent ) :
SETUP_VFILTER( anaglyph )
+ SETUP_VFILTER( freeze )
+
#undef SETUP_VFILTER
#undef SETUP_VFILTER_OPTION
diff --git a/modules/gui/qt4/ui/video_effects.ui
b/modules/gui/qt4/ui/video_effects.ui
index e6ad2b3..4fa7117 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -735,26 +735,6 @@
<bool>false</bool>
</property>
<layout class="QGridLayout" name="_5">
- <item row="0" column="0">
- <widget class="QLabel" name="label_31">
- <property name="text">
- <string>Rows</string>
- </property>
- <property name="buddy">
- <cstring>wallRowsSpin</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_30">
- <property name="text">
- <string>Columns</string>
- </property>
- <property name="buddy">
- <cstring>wallColsSpin</cstring>
- </property>
- </widget>
- </item>
<item row="1" column="1">
<widget class="QSpinBox" name="wallColsSpin">
<property name="alignment">
@@ -781,6 +761,26 @@
</property>
</widget>
</item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_30">
+ <property name="text">
+ <string>Columns</string>
+ </property>
+ <property name="buddy">
+ <cstring>wallColsSpin</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_31">
+ <property name="text">
+ <string>Rows</string>
+ </property>
+ <property name="buddy">
+ <cstring>wallRowsSpin</cstring>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -808,7 +808,14 @@
</layout>
</widget>
</item>
- <item row="2" column="0" rowspan="2">
+ <item row="4" column="1">
+ <widget class="QCheckBox" name="freezeEnable">
+ <property name="text">
+ <string>Freeze an area selected by mouse pointer</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" rowspan="4">
<widget class="QGroupBox" name="rotateEnable">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
--
1.8.1.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130725/d507348c/attachment.html>
More information about the vlc-devel
mailing list