Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
b6fbd644
Commit
b6fbd644
authored
Mar 30, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Interface for pixel cropping. Ref #1400
parent
3337f1c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
0 deletions
+89
-0
modules/gui/qt4/ui/video_effects.ui
modules/gui/qt4/ui/video_effects.ui
+89
-0
No files found.
modules/gui/qt4/ui/video_effects.ui
View file @
b6fbd644
...
...
@@ -327,6 +327,95 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3" >
<attribute name="title" >
<string>_("Crop")</string>
</attribute>
<layout class="QGridLayout" >
<item row="0" column="2" >
<widget class="QLabel" name="label_10" >
<property name="text" >
<string>_("top")</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QSpinBox" name="cropTopPx" >
<property name="suffix" >
<string> px</string>
</property>
<property name="maximum" >
<number>4095</number>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_11" >
<property name="text" >
<string>_("left")</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSpinBox" name="cropLeftPx" >
<property name="suffix" >
<string> px</string>
</property>
<property name="maximum" >
<number>4095</number>
</property>
</widget>
</item>
<item row="1" column="4" >
<widget class="QLabel" name="label_12" >
<property name="text" >
<string>_("right")</string>
</property>
</widget>
</item>
<item row="1" column="5" >
<widget class="QSpinBox" name="cropRightPx" >
<property name="suffix" >
<string> px</string>
</property>
<property name="maximum" >
<number>4095</number>
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<string>_("bottom")</string>
</property>
</widget>
</item>
<item row="2" column="3" >
<widget class="QSpinBox" name="cropBotPx" >
<property name="suffix" >
<string> px</string>
</property>
<property name="maximum" >
<number>4095</number>
</property>
</widget>
</item>
<item row="3" column="0" colspan="6" >
<widget class="QCheckBox" name="topBotCropSync" >
<property name="text" >
<string>_("Synchronize top and bottom")</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="6" >
<widget class="QCheckBox" name="leftRightCropSync" >
<property name="text" >
<string>_("Synchronize left and right")</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_5" >
<attribute name="title" >
<string>_("Geometry")</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment