brain图标添加
This commit is contained in:
@@ -34,9 +34,12 @@ TitleWidget::TitleWidget(QWidget *parent) :
|
||||
|
||||
ui->signal_Label->setVisible(false);
|
||||
ui->wifiSignal2_Label->setVisible(true);
|
||||
ui->brainSignal_Labe->move(1550,30);
|
||||
ui->sound_Button->move(1480,30);
|
||||
|
||||
ui->wifiSignal_Label->move(1620,30);
|
||||
|
||||
|
||||
ui->title_Label->setText(tr("功能选择")); //默认汉字
|
||||
|
||||
ui->quit_Btn->setVisible(false);
|
||||
|
||||
@@ -214,6 +214,22 @@ border:2px;</string>
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="brainSignal_Labe">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>1440</x>
|
||||
<y>30</y>
|
||||
<width>40</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">border-image: url(:/DependFile/Source/signal/icon_brain_on.png);</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<zorder>groupBox</zorder>
|
||||
<zorder>title_Label</zorder>
|
||||
|
||||
Reference in New Issue
Block a user