Коммит 428af145 создал по автору Коул Милена Ричардовна's avatar Коул Милена Ричардовна
Просмотр файлов

remove wasted from bluetoothmode

владелец e8c07199
......@@ -38,9 +38,6 @@ BluetoothMode::BluetoothMode(Vench *vench, QWidget *parent) :
connect(ui->BRuchnComm, &QPushButton::clicked, this, &BluetoothMode::RuchnCommClicked);
connect(ui->checkLog, &QCheckBox::clicked, m_vench, &Vench::on_checkLog_n_B_clicked);
connect(ui->BXML, &QRadioButton::clicked, this, &BluetoothMode::ChangeVenchXMLFlag);
connect(ui->BKumir, &QRadioButton::clicked, this, &BluetoothMode::ChangeVenchXMLFlag);
connect(ui->BPokazProgr, &QPushButton::clicked, m_vench, &Vench::ProgrClicked);
connect(ui->BRec, &QPushButton::clicked, this, &BluetoothMode::RecClicked);
connect(ui->BPlay, &QPushButton::clicked, this, &BluetoothMode::PlayClicked);
}
......@@ -50,11 +47,6 @@ void BluetoothMode::RuchnCommClicked()
m_vench->RuchnComm(ui->CommTextEdit->text());
}
void BluetoothMode::ChangeVenchXMLFlag()
{
m_vench->SetXMLFlag(ui->BXML->isChecked());
}
void BluetoothMode::RecClicked()
{
if (fl_rec)
......
......@@ -18,7 +18,6 @@ public:
protected slots:
void RuchnCommClicked();
void ChangeVenchXMLFlag();
void RecClicked();
void PlayClicked();
void OpenGuidDoc();
......
......@@ -397,44 +397,6 @@
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QRadioButton" name="BKumir">
<property name="text">
<string>язык КУМИР</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="BXML">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>язык SNAP</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="BPokazProgr">
<property name="text">
<string>Текст</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkCicl">
<property name="text">
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать