mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
GUI improvements found during #707
* logs only screen in core as default * find top window, only use Qt::WA_TranslucentBackground on top level (Qt 5.6.1) * correct presize when insert * resize ATC when first station is added
This commit is contained in:
@@ -70,6 +70,11 @@ namespace BlackGui
|
||||
if (attention) { emit requestAttention(); }
|
||||
}
|
||||
|
||||
void CLogComponent::showDetails(bool details)
|
||||
{
|
||||
ui->form_StatusMessage->setVisible(details);
|
||||
}
|
||||
|
||||
void CLogComponent::appendStatusMessageToConsole(const CStatusMessage &statusMessage)
|
||||
{
|
||||
if (statusMessage.isEmpty()) return;
|
||||
|
||||
Reference in New Issue
Block a user