Открыть боковую панель
МОС
Исходные коды
devel
smartcar
Коммиты
428af145
Коммит
428af145
создал
Июн 04, 2025
по автору
Коул Милена Ричардовна
Просмотр файлов
remove wasted from bluetoothmode
владелец
e8c07199
Изменения
3
Скрыть пробелы
Построчно
Рядом
forms/bluetoothmode.cpp
Просмотр файла @
428af145
...
...
@@ -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
)
...
...
forms/bluetoothmode.h
Просмотр файла @
428af145
...
...
@@ -18,7 +18,6 @@ public:
protected
slots
:
void
RuchnCommClicked
();
void
ChangeVenchXMLFlag
();
void
RecClicked
();
void
PlayClicked
();
void
OpenGuidDoc
();
...
...
forms/bluetoothmode.ui
Просмотр файла @
428af145
...
...
@@ -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.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать