context menu using options button on libraries

This commit is contained in:
Luis Ángel San Martín
2013-06-15 23:19:17 +02:00
parent 338eac7d55
commit 350afa3240
4 changed files with 11 additions and 1 deletions

View File

@ -26,6 +26,7 @@ YACReaderLibraryItemWidget::YACReaderLibraryItemWidget(QString n/*ame*/, QString
options->setFixedWidth(18);
options->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Minimum);
options->setStyleSheet("QToolButton {border:none;}");
connect(options,SIGNAL(pressed()),this,SIGNAL(showOptions()));
/*up = new QToolButton(this);
up->setIcon(QIcon(":/images/libraryUp.png"));
up->setHidden(true);