Viewbase style, UI style

This commit is contained in:
Klaus Basan
2018-12-05 02:55:36 +01:00
parent 45e34001a8
commit 774458afc9
4 changed files with 15 additions and 26 deletions

View File

@@ -494,6 +494,12 @@ namespace BlackGui
virtual void paste() = 0;
//! @}
//! Trigger reload from backend by signal requestUpdate();
void triggerReload();
//! Trigger reload from backend by signal requestNewBackendData()
void triggerReloadFromBackend();
//! Init text edit dialog if required and return pointer to it
Components::CTextEditDialog *textEditDialog();
@@ -552,12 +558,6 @@ namespace BlackGui
//! Save JSON
virtual BlackMisc::CStatusMessage ps_saveJson(bool selectedOnly = false, const QString &directory = {}) = 0;
//! Trigger reload from backend by signal requestUpdate();
void ps_triggerReload();
//! Trigger reload from backend by signal requestNewBackendData()
void ps_triggerReloadFromBackend();
// ------------ slots of CViewDbObjects ----------------
// need to be declared here and overridden, as this is the only part with valid Q_OBJECT
@@ -572,7 +572,7 @@ namespace BlackGui
void toggleAutoDisplay();
//! Custom menu was requested
void customMenuRequested(QPoint pos);
void customMenuRequested(const QPoint &pos);
//! Indicator has been updated
void updatedIndicator();