mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T384, icon for overlay text message in cockpit message
This commit is contained in:
@@ -9,8 +9,9 @@
|
|||||||
|
|
||||||
#include "cockpitcomform.h"
|
#include "cockpitcomform.h"
|
||||||
#include "ui_cockpitcomform.h"
|
#include "ui_cockpitcomform.h"
|
||||||
#include "blackmisc/logmessage.h"
|
|
||||||
#include "blackmisc/math/mathutils.h"
|
#include "blackmisc/math/mathutils.h"
|
||||||
|
#include "blackmisc/logmessage.h"
|
||||||
|
#include "blackmisc/icons.h"
|
||||||
|
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
|
|
||||||
@@ -56,6 +57,8 @@ namespace BlackGui
|
|||||||
|
|
||||||
ui->led_ComPanelCom1->setShape(CLedWidget::Rounded);
|
ui->led_ComPanelCom1->setShape(CLedWidget::Rounded);
|
||||||
ui->led_ComPanelCom2->setShape(CLedWidget::Rounded);
|
ui->led_ComPanelCom2->setShape(CLedWidget::Rounded);
|
||||||
|
ui->tb_RequestTextMessageCom1->setIcon(CIcons::appTextMessages16());
|
||||||
|
ui->tb_RequestTextMessageCom2->setIcon(CIcons::appTextMessages16());
|
||||||
}
|
}
|
||||||
|
|
||||||
CCockpitComForm::~CCockpitComForm()
|
CCockpitComForm::~CCockpitComForm()
|
||||||
|
|||||||
@@ -163,6 +163,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QToolButton" name="tb_RequestTextMessageCom1">
|
<widget class="QToolButton" name="tb_RequestTextMessageCom1">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Overlay text message</string>
|
||||||
|
</property>
|
||||||
|
<property name="whatsThis">
|
||||||
|
<string>Overlay text message</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>T</string>
|
<string>T</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -296,6 +302,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QToolButton" name="tb_RequestTextMessageCom2">
|
<widget class="QToolButton" name="tb_RequestTextMessageCom2">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Overlay text message</string>
|
||||||
|
</property>
|
||||||
|
<property name="whatsThis">
|
||||||
|
<string>Overlay text message</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>T</string>
|
<string>T</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user