Aggiunto checkbox per il plot del percorso caricato
This commit is contained in:
@@ -271,7 +271,7 @@ void RoboGlue_GUI::on_btn_open_clicked() {
|
|||||||
m->commonStatus.isFileOpen = true;
|
m->commonStatus.isFileOpen = true;
|
||||||
fileOpen = true;
|
fileOpen = true;
|
||||||
metadata["name"] = ui->txt_fileName->text();
|
metadata["name"] = ui->txt_fileName->text();
|
||||||
metadata["plot"] = false;
|
metadata["plot"] = ui->chk_plot->isChecked();
|
||||||
param["action"] = "open";
|
param["action"] = "open";
|
||||||
param["metadata"] = metadata;
|
param["metadata"] = metadata;
|
||||||
ui->btn_record->setEnabled(false);
|
ui->btn_record->setEnabled(false);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>948</width>
|
<width>1018</width>
|
||||||
<height>826</height>
|
<height>826</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -1046,7 +1046,21 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="txt_fileName"/>
|
<widget class="QLineEdit" name="txt_fileName">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>50</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="chk_plot">
|
||||||
|
<property name="text">
|
||||||
|
<string>Plot</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
@@ -1425,7 +1439,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>948</width>
|
<width>1018</width>
|
||||||
<height>22</height>
|
<height>22</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user