mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 22:12:53 -05:00
a?adido widget de presentaci?n cuando el usuario no tiene ninguna biblioteca
This commit is contained in:
@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user