a?adido widget de presentaci?n cuando el usuario no tiene ninguna biblioteca

This commit is contained in:
Luis Ángel San Martín
2013-05-05 10:54:15 +02:00
parent 31bd2a3c1b
commit add44dddfb
10 changed files with 130 additions and 7 deletions

View File

@ -35,6 +35,8 @@ void MainWindowViewer::setupUI()
{
setWindowIcon(QIcon(":/images/icon.png"));
setUnifiedTitleAndToolBarOnMac(true);
viewer = new Viewer(this);
connect(viewer,SIGNAL(reset()),this,SLOT(disableActions()));