基于qt,msvc2017-64bits,ffmpeg.opengl的播放器
zhangmeng
2021-03-03 4a6d9312cc1c9d62d66c4def71246d9faae29edb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<RCC>
    <qresource prefix="/">
        <file>image/open_focus.png</file>
        <file>image/open_normal.png</file>
        <file>image/pause_focus.png</file>
        <file>image/pause_normal.png</file>
        <file>image/pause1_normal.png</file>
        <file>image/start_focus.png</file>
        <file>image/start_normal.png</file>
        <file>image/start1_normal.png</file>
        <file>image/close_normal.png</file>
        <file>image/showmaxsizebtn.png</file>
        <file>image/showminisizebtn.png</file>
        <file>image/shownormalbtn.png</file>
        <file>image/stop_focus.png</file>
        <file>image/stop_normal.png</file>
        <file>image/stop1_normal.png</file>
        <file>image/volume_mute.png</file>
        <file>image/volume_normal.png</file>
        <file>image/audio.png</file>
    </qresource>
</RCC>