mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
started GUI part for distant network search of groups
This commit is contained in:
parent
c67084b7de
commit
91fd38d46f
7 changed files with 49 additions and 0 deletions
|
@ -110,6 +110,7 @@ signals:
|
|||
void treeCustomContextMenuRequested(const QPoint &pos);
|
||||
void treeCurrentItemChanged(const QString &id);
|
||||
void treeItemActivated(const QString &id);
|
||||
void distantSearchRequested(const QString&) ;
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
|
@ -119,6 +120,7 @@ private slots:
|
|||
void currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
|
||||
void itemActivated(QTreeWidgetItem *item, int column);
|
||||
void filterChanged();
|
||||
void distantSearch();
|
||||
|
||||
void sort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue