mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
rss : from qlistwidget to qtreewidget
This commit is contained in:
parent
9a4466e74f
commit
2c6b66a834
3 changed files with 67 additions and 55 deletions
|
@ -42,16 +42,17 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void on_listNews_clicked();
|
||||
void on_listNews_doubleClicked();
|
||||
void displayRSSListMenu(const QPoint&);
|
||||
void moveCurrentItem();
|
||||
void deleteStream();
|
||||
void renameStream();
|
||||
void refreshStream();
|
||||
void createStream();
|
||||
void updateStreamName(const unsigned short&, const unsigned short&);
|
||||
//void updateAllStreamsName();
|
||||
void refreshAllStreams();
|
||||
void refreshStreamList();
|
||||
void refreshNewsList();
|
||||
void refreshTextBrowser();
|
||||
short getNumStreamSelected();
|
||||
|
||||
public:
|
||||
RSSImp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue