Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
732ff9dc
Commit
732ff9dc
authored
Feb 21, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: black magic for logo-transparency -> logo-opacity
parent
2c1bb9ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+1
-1
modules/gui/qt4/ui/video_effects.ui
modules/gui/qt4/ui/video_effects.ui
+2
-2
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
732ff9dc
...
...
@@ -203,7 +203,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION
(
logoFileText
,
editingFinished
()
)
SETUP_VFILTER_OPTION
(
logoYSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
logoXSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
logo
Transparenc
ySlider
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
logo
Opacit
ySlider
,
valueChanged
(
int
)
)
if
(
module_exists
(
"atmo"
)
)
{
...
...
modules/gui/qt4/ui/video_effects.ui
View file @
732ff9dc
...
...
@@ -1120,7 +1120,7 @@
</widget>
</item>
<item
row=
"3"
column=
"1"
colspan=
"2"
>
<widget
class=
"QSlider"
name=
"logo
Transparenc
ySlider"
>
<widget
class=
"QSlider"
name=
"logo
Opacit
ySlider"
>
<property
name=
"maximum"
>
<number>
255
</number>
</property>
...
...
@@ -1329,7 +1329,7 @@
<tabstop>
logoFileText
</tabstop>
<tabstop>
logoYSpin
</tabstop>
<tabstop>
logoXSpin
</tabstop>
<tabstop>
logo
Transparenc
ySlider
</tabstop>
<tabstop>
logo
Opacit
ySlider
</tabstop>
</tabstops>
<resources/>
<connections/>
...
...
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