mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 18:40:49 -04:00
Cleanup WireDialog
Cleanup WIreDialog UI, removing unused bits Switch Groups to LHS and Add Simple Time Filter.
This commit is contained in:
parent
124781c1e0
commit
7d8323f3e2
3 changed files with 290 additions and 236 deletions
|
@ -68,6 +68,7 @@ private slots:
|
|||
void checkUpdate();
|
||||
void refreshGroups();
|
||||
void selectGroupSet(int index);
|
||||
void selectFilterTime(int index);
|
||||
|
||||
private:
|
||||
|
||||
|
@ -84,6 +85,9 @@ private:
|
|||
void showSelectedGroups();
|
||||
void updateGroups(std::vector<RsWireGroup> &groups);
|
||||
|
||||
// utils.
|
||||
rstime_t getFilterTimestamp();
|
||||
|
||||
// Loading Data.
|
||||
void requestGroupData();
|
||||
bool loadGroupData(const uint32_t &token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue