mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +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 "ui_cockpitcomform.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/math/mathutils.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
#include <QPushButton>
|
||||
|
||||
@@ -56,6 +57,8 @@ namespace BlackGui
|
||||
|
||||
ui->led_ComPanelCom1->setShape(CLedWidget::Rounded);
|
||||
ui->led_ComPanelCom2->setShape(CLedWidget::Rounded);
|
||||
ui->tb_RequestTextMessageCom1->setIcon(CIcons::appTextMessages16());
|
||||
ui->tb_RequestTextMessageCom2->setIcon(CIcons::appTextMessages16());
|
||||
}
|
||||
|
||||
CCockpitComForm::~CCockpitComForm()
|
||||
|
||||
@@ -163,6 +163,12 @@
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<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">
|
||||
<string>T</string>
|
||||
</property>
|
||||
@@ -296,6 +302,12 @@
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<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">
|
||||
<string>T</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user