Changeset View
Changeset View
Standalone View
Standalone View
src/qml/ElisaMainWindow.qml
| Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Line(s) | 150 | Loader { | |||
|---|---|---|---|---|---|
| 154 | sourceComponent: PlatformIntegration { | 154 | sourceComponent: PlatformIntegration { | ||
| 155 | id: platformInterface | 155 | id: platformInterface | ||
| 156 | 156 | | |||
| 157 | playListModel: elisa.mediaPlayList | 157 | playListModel: elisa.mediaPlayList | ||
| 158 | audioPlayerManager: elisa.audioControl | 158 | audioPlayerManager: elisa.audioControl | ||
| 159 | player: elisa.audioPlayer | 159 | player: elisa.audioPlayer | ||
| 160 | headerBarManager: elisa.manageHeaderBar | 160 | headerBarManager: elisa.manageHeaderBar | ||
| 161 | manageMediaPlayerControl: elisa.playerControl | 161 | manageMediaPlayerControl: elisa.playerControl | ||
| 162 | showProgressOnTaskBar: elisa.showProgressOnTaskBar | ||||
| 163 | | ||||
| 162 | onRaisePlayer: { | 164 | onRaisePlayer: { | ||
| 163 | mainWindow.show() | 165 | mainWindow.show() | ||
| 164 | mainWindow.raise() | 166 | mainWindow.raise() | ||
| 165 | mainWindow.requestActivate() | 167 | mainWindow.requestActivate() | ||
| 166 | } | 168 | } | ||
| 167 | 169 | | |||
| 168 | } | 170 | } | ||
| 169 | } | 171 | } | ||
| ▲ Show 20 Lines • Show All 170 Lines • Show Last 20 Lines | |||||