| 434 | } |
| 435 | |
| 436 | void PlaybackController::loadButtonIcons() |
| 437 | { |
| 438 | this->iconPlay = functionsGui::convertIcon(":img_play.png"); |
| 439 | this->iconStop = functionsGui::convertIcon(":img_stop.png"); |
| 440 | this->iconPause = functionsGui::convertIcon(":img_pause.png"); |
| 441 | this->iconRepeatOff = functionsGui::convertIcon(":img_repeat.png"); |
| 442 | this->iconRepeatAll = functionsGui::convertIcon(":img_repeat_on.png"); |
| 443 | this->iconRepeatOne = functionsGui::convertIcon(":img_repeat_one.png"); |
| 444 | } |
| 445 | |
| 446 | void PlaybackController::updatePlayPauseButtonIcon() |
| 447 | { |