|
21 | 21 | property url thumbnailIcon: "qrc:/tsc/SonosThumb.png" |
22 | 22 | property url spotifyEditUsersScreenUrl : "SpotifyEditUsersScreen.qml" |
23 | 23 | property url spotifyCredentialsScreenUrl : "SpotifyCredentialsScreen.qml" |
| 24 | + property url spotifyMusicSearchScreenUrl : "SpotifyMusicSearchScreen.qml" |
| 25 | + property SpotifyMusicSearchScreen spotifyMusicSearchScreen |
24 | 26 | property SpotifyEditUsersScreen spotifyEditUsersScreen |
25 | 27 | property SpotifyCredentialsScreen spotifyCredentialsScreen |
26 | 28 | property MenuScreen menuScreen |
@@ -122,6 +124,7 @@ App { |
122 | 124 | registry.registerWidget("screen", spotifySelectUserUrl, this, "spotifySelectUser"); |
123 | 125 | registry.registerWidget("screen", mediaSelectZoneUrl, this, "mediaSelectZone"); |
124 | 126 | registry.registerWidget("screen", spotifyEditUsersScreenUrl, this, "spotifyEditUsersScreen"); |
| 127 | + registry.registerWidget("screen", spotifyMusicSearchScreenUrl, this, "spotifyMusicSearchScreen"); |
125 | 128 | registry.registerWidget("screen", spotifyCredentialsScreenUrl, this, "spotifyCredentialsScreen"); |
126 | 129 | registry.registerWidget("menuItem", null, this, null, {objectName: "sonosMenuItem", label: qsTr("Sonos"), image: thumbnailIcon, screenUrl: menuScreenUrl, weight: 120}); |
127 | 130 | registry.registerWidget("tile", tileUrl, this, null, {thumbLabel: qsTr("Sonos"), thumbIcon: thumbnailIcon, thumbCategory: "general", thumbWeight: 30, baseTileWeight: 10, thumbIconVAlignment: "center"}); |
|
0 commit comments