|
ORE Studio 0.0.4
|
Dialog for displaying session history for an account. More...
#include <SessionHistoryDialog.hpp>
Inherits QDialog.

Signals | |
| void | statusMessage (const QString &message) |
| void | errorMessage (const QString &message) |
Public Member Functions | |
| SessionHistoryDialog (ClientManager *clientManager, QWidget *parent=nullptr) | |
| void | setAccount (const boost::uuids::uuid &accountId, const QString &username) |
| Set the account to display sessions for. | |
| void | refresh () |
| Refresh the session list from the server. | |
Dialog for displaying session history for an account.
Shows a table of all sessions with start/end times, durations, bytes transferred, and geolocation information.
| void setAccount | ( | const boost::uuids::uuid & | accountId, |
| const QString & | username | ||
| ) |
Set the account to display sessions for.
| accountId | The account UUID |
| username | The account username (for display) |