Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
96f6e5a5
Commit
96f6e5a5
authored
Jun 15, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: try to improve the win7 taskbar buttons.
This is not ready yet
parent
3d2ef5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
modules/gui/qt4/main_interface_win32.cpp
modules/gui/qt4/main_interface_win32.cpp
+6
-6
No files found.
modules/gui/qt4/main_interface_win32.cpp
View file @
96f6e5a5
...
...
@@ -87,17 +87,17 @@ void MainInterface::createTaskBarButtons()
{
p_taskbl
->
vt
->
HrInit
(
p_taskbl
);
if
(
himl
=
ImageList_Create
(
15
,
//cx
18
,
//cy
if
(
himl
=
ImageList_Create
(
20
,
//cx
20
,
//cy
ILC_COLOR
,
//flags
4
,
//initial nb of images
0
//nb of images that can be added
))
{
QPixmap
img
=
QPixmap
(
":/
toolbar/previous_b
"
);
QPixmap
img2
=
QPixmap
(
":/
toolbar/pause_b
"
);
QPixmap
img3
=
QPixmap
(
":/
toolbar/play_b
"
);
QPixmap
img4
=
QPixmap
(
":/
toolbar/next_b
"
);
QPixmap
img
=
QPixmap
(
":/
win7/prev
"
);
QPixmap
img2
=
QPixmap
(
":/
win7/pause
"
);
QPixmap
img3
=
QPixmap
(
":/
win7/play
"
);
QPixmap
img4
=
QPixmap
(
":/
win7/next
"
);
QBitmap
mask
=
img
.
createMaskFromColor
(
Qt
::
transparent
);
QBitmap
mask2
=
img2
.
createMaskFromColor
(
Qt
::
transparent
);
QBitmap
mask3
=
img3
.
createMaskFromColor
(
Qt
::
transparent
);
...
...
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