mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- COSMETIC: Redesigned RSS tab to improve usability
This commit is contained in:
parent
2dc9f10bf4
commit
7e252d3fbd
7 changed files with 180 additions and 203 deletions
|
@ -51,15 +51,14 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void on_delStream_button_clicked();
|
||||
|
||||
protected slots:
|
||||
void on_addStream_button_clicked();
|
||||
void on_refreshAll_button_clicked();
|
||||
void on_newFeedButton_clicked();
|
||||
void on_updateAllButton_clicked();
|
||||
void on_markReadButton_clicked();
|
||||
void displayRSSListMenu(const QPoint&);
|
||||
void displayItemsListMenu(const QPoint&);
|
||||
void renameStream();
|
||||
void refreshSelectedStreams();
|
||||
void copySelectedFeedsURL();
|
||||
void createStream();
|
||||
void refreshAllStreams();
|
||||
void refreshNewsList(QTreeWidgetItem* item);
|
||||
void refreshTextBrowser(QListWidgetItem *);
|
||||
void updateLastRefreshedTimeForStreams();
|
||||
|
@ -70,7 +69,6 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void fillFeedsList();
|
||||
void selectFirstFeed();
|
||||
void updateFeedNbNews(QString url);
|
||||
void on_actionMark_all_as_read_triggered();
|
||||
void saveSlidersPosition();
|
||||
void restoreSlidersPosition();
|
||||
void showFeedDownloader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue