Mercurial > hg > tweakathon2ios
diff testApp.mm @ 12:af71bf84660f
icon stuff. not working/tested.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 20 Oct 2014 14:12:23 +0100 |
parents | d5e928887f51 |
children | f83635861187 |
line wrap: on
line diff
--- a/testApp.mm Mon Oct 20 11:23:55 2014 +0100 +++ b/testApp.mm Mon Oct 20 14:12:23 2014 +0100 @@ -137,6 +137,12 @@ trainingMessageOrganiser.setBottomPanel(bottomButtonPanel); UIElements.push_back(bottomButtonPanel); bottomButtonPanel->hide(); + + IconPanel* iconPanel = new IconPanel(200, 10, 200, 150, p); + trainingMessageOrganiser.setIconPanel(iconPanel); + UIElements.push_back(iconPanel); + iconPanel->show(); + } //-------------------------------------------------------------- // gui for the old style tweakathlon stage