mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
* allow to display project, env. vars etc. in console * use setup data cache * adjust to relocated CNetworkUtils * remove console for data GUI (noticed during installer tests)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
008792d95b
commit
ad146069ef
@@ -66,6 +66,18 @@ namespace BlackGui
|
||||
this->ui->comp_Stash->setProvider(provider);
|
||||
}
|
||||
|
||||
void CDataMainInfoAreaComponent::displayLog()
|
||||
{
|
||||
this->selectArea(InfoAreaLog);
|
||||
this->getLogComponent()->displayLog();
|
||||
}
|
||||
|
||||
void CDataMainInfoAreaComponent::displayConsole()
|
||||
{
|
||||
this->selectArea(InfoAreaLog);
|
||||
this->getLogComponent()->displayConsole();
|
||||
}
|
||||
|
||||
QSize CDataMainInfoAreaComponent::getPreferredSizeWhenFloating(int areaIndex) const
|
||||
{
|
||||
InfoArea area = static_cast<InfoArea>(areaIndex);
|
||||
|
||||
Reference in New Issue
Block a user