replaced some old fashioned icons

This commit is contained in:
Luis Ángel San Martín
2014-10-19 15:54:08 +02:00
parent dfb2b48a70
commit 773e990821
4 changed files with 4 additions and 17 deletions

View File

@ -37,19 +37,7 @@ ShortcutsDialog::ShortcutsDialog(QWidget * parent)
mainLayout->addLayout(shortcutsLayout);
mainLayout->addLayout(bottomLayout);
QHBoxLayout *imgMainLayout = new QHBoxLayout;
QLabel * imgLabel = new QLabel();
QPixmap p(":/images/shortcuts.png");
imgLabel->setPixmap(p);
QVBoxLayout * imgLayout = new QVBoxLayout;
imgLayout->addWidget(imgLabel);
imgLayout->addStretch();
imgMainLayout->addLayout(imgLayout);
imgMainLayout->addLayout(mainLayout);
setLayout(imgMainLayout);
setLayout(mainLayout);
setFixedSize(QSize(700,500));