DockAccess: wire the new service through the Wizard
This commit is contained in:
parent
8755153d95
commit
dcde80c4cd
2 changed files with 6 additions and 4 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include "gui/interact/wizard.hpp"
|
||||
#include "gui/interact/spot-locator.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
#include "gui/panel/infobox-panel.hpp"
|
||||
#include "gui/ctrl/notification-hub.hpp"
|
||||
#include "gui/ctrl/global-ctx.hpp"
|
||||
#include "lib/format-string.hpp"
|
||||
|
|
@ -120,6 +121,7 @@ namespace interact {
|
|||
widget::ErrorLogDisplay&
|
||||
Wizard::allocateErrorLogView()
|
||||
{
|
||||
auto& infoBox = globalCtx_.windowLoc_.locatePanel().find_or_create<panel::InfoBoxPanel>();
|
||||
UNIMPLEMENTED("reach out to attach or allocate a display widget for the error log");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14526,7 +14526,7 @@
|
|||
</node>
|
||||
<node BACKGROUND_COLOR="#eee5c3" COLOR="#990000" CREATED="1534520258251" ID="ID_634139165" MODIFIED="1534520270331" TEXT="wenn nicht gefunden, dann erzeugen">
|
||||
<icon BUILTIN="flag-yellow"/>
|
||||
<node BACKGROUND_COLOR="#eee5c3" COLOR="#990000" CREATED="1534520271354" ID="ID_1722998809" MODIFIED="1534520296735" TEXT="PanelManage: reine Anfrage">
|
||||
<node BACKGROUND_COLOR="#eee5c3" COLOR="#990000" CREATED="1534520271354" ID="ID_1722998809" MODIFIED="1534522392135" TEXT="PanelManager: reine Anfrage">
|
||||
<richcontent TYPE="NOTE"><html>
|
||||
<head>
|
||||
|
||||
|
|
@ -14540,7 +14540,7 @@
|
|||
</richcontent>
|
||||
<icon BUILTIN="flag-yellow"/>
|
||||
</node>
|
||||
<node BACKGROUND_COLOR="#eee5c3" COLOR="#990000" CREATED="1534520304493" ID="ID_1795676672" MODIFIED="1534520343635" TEXT="wo erzeugen?">
|
||||
<node COLOR="#338800" CREATED="1534520304493" ID="ID_1795676672" MODIFIED="1534522378245" TEXT="wo erzeugen?">
|
||||
<icon BUILTIN="help"/>
|
||||
<node CREATED="1534520344584" ID="ID_637468747" MODIFIED="1534520371103" TEXT="im primary window">
|
||||
<icon BUILTIN="button_cancel"/>
|
||||
|
|
@ -14550,8 +14550,8 @@
|
|||
</node>
|
||||
</node>
|
||||
</node>
|
||||
<node BACKGROUND_COLOR="#eee5c3" COLOR="#990000" CREATED="1534520233134" ID="ID_1625789153" MODIFIED="1534520242615" TEXT="typsicheres Front-end vorschalten">
|
||||
<icon BUILTIN="flag-yellow"/>
|
||||
<node COLOR="#338800" CREATED="1534520233134" ID="ID_1625789153" MODIFIED="1534522425348" TEXT="typsicheres Front-end vorschalten">
|
||||
<icon BUILTIN="button_ok"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
|
|
|||
Loading…
Reference in a new issue