mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #818, allow to log dummy messages / text messages from internals UI
* UI * slots in network context * adjusted overlay layout (based on the tests)
This commit is contained in:
@@ -54,12 +54,18 @@ namespace BlackGui
|
||||
//! Set all engines
|
||||
void ps_setAllEngines();
|
||||
|
||||
//! GUI to Json
|
||||
//! GUI to JSON
|
||||
void ps_guiToJson();
|
||||
|
||||
//! Enable / disable debugging
|
||||
void ps_enableDebug(int state);
|
||||
|
||||
//! Send the text message
|
||||
void ps_sendTextMessage();
|
||||
|
||||
//! Send a dummy status message
|
||||
void ps_logStatusMessage();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CInternalsComponent> ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user