Exchanges view updates

This commit is contained in:
Andre Jochems
2015-11-30 11:21:55 +01:00
parent 239fd6afaf
commit b091799d44
17 changed files with 195 additions and 209 deletions

View File

@@ -17,8 +17,8 @@ InfoPage::InfoPage(QWidget *parent) :
ui(new Ui::InfoPage)
{
ui->setupUi(this);
ui->casinoInfoBox->setVisible(false);
ui->newsItemsBox->setVisible(false);
// ui->casinoInfoBox->setVisible(false);
// ui->newsItemsBox->setVisible(false);
createExchangesWidget();
}