|
|
@ -250,14 +250,14 @@ |
|
|
|
RSSImp::RSSImp() : QWidget(){ |
|
|
|
RSSImp::RSSImp() : QWidget(){ |
|
|
|
setupUi(this); |
|
|
|
setupUi(this); |
|
|
|
// icons of bottom buttons
|
|
|
|
// icons of bottom buttons
|
|
|
|
addStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png"))); |
|
|
|
addStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/subscribe.png"))); |
|
|
|
delStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png"))); |
|
|
|
delStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/unsubscribe.png"))); |
|
|
|
refreshAll_button->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
refreshAll_button->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
// icons of right-click menu
|
|
|
|
// icons of right-click menu
|
|
|
|
actionDelete->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png"))); |
|
|
|
actionDelete->setIcon(QIcon(QString::fromUtf8(":/Icons/unsubscribe16.png"))); |
|
|
|
actionRename->setIcon(QIcon(QString::fromUtf8(":/Icons/log.png"))); |
|
|
|
actionRename->setIcon(QIcon(QString::fromUtf8(":/Icons/log.png"))); |
|
|
|
actionRefresh->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
actionRefresh->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
actionCreate->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png"))); |
|
|
|
actionCreate->setIcon(QIcon(QString::fromUtf8(":/Icons/subscribe16.png"))); |
|
|
|
actionRefreshAll->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
actionRefreshAll->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png"))); |
|
|
|
|
|
|
|
|
|
|
|
// Hide second column (url)
|
|
|
|
// Hide second column (url)
|
|
|
|