6 #include "ui_coreinfoareacomponent.h"
16 CCoreInfoAreaComponent::CCoreInfoAreaComponent(
QWidget *parent)
32 auto area =
static_cast<InfoArea>(areaIndex);
35 case InfoAreaLog:
return { 400, 300 };
36 default:
return { 400, 300 };
42 auto area =
static_cast<InfoArea>(areaIndex);
45 case InfoAreaLog:
return CIcons::appLog16();
46 default:
return CIcons::statusBar16();
Info area, hosting dockable widgets.
void initInfoArea()
Init area after(!) GUI is initialized.
void toggleTabBarLocked(bool locked)
Toogle lock tabbar.
const QPixmap & indexToPixmap(int areaIndex) const
Info area (index) to icon.
CLogComponent * getLogComponent()
Log messages.
~CCoreInfoAreaComponent()
Destructor.
CCoreStatusComponent * getStatusComponent()
Simulator.
QSize getPreferredSizeWhenFloating(int areaIndex) const
Preferred size when floating (size hint)
Display status information about the core.
GUI displaying log and status messages.
High level reusable GUI components.
Free functions in swift::misc.