Fixed derp (missing ;)
This commit is contained in:
parent
27583c4828
commit
9b2811d368
@ -402,7 +402,7 @@ void MainWindow::on_sendBtn_clicked()
|
|||||||
ui->sendBtn->setText("Send");
|
ui->sendBtn->setText("Send");
|
||||||
ui->pauseBtn->setText("Pause");
|
ui->pauseBtn->setText("Pause");
|
||||||
ui->pauseBtn->setDisabled("true");
|
ui->pauseBtn->setDisabled("true");
|
||||||
paused = false
|
paused = false;
|
||||||
}
|
}
|
||||||
else if(!sending)
|
else if(!sending)
|
||||||
{
|
{
|
||||||
@ -410,7 +410,7 @@ void MainWindow::on_sendBtn_clicked()
|
|||||||
ui->sendBtn->setText("Stop");
|
ui->sendBtn->setText("Stop");
|
||||||
ui->pauseBtn->setText("Pause");
|
ui->pauseBtn->setText("Pause");
|
||||||
ui->pauseBtn->setEnabled("true");
|
ui->pauseBtn->setEnabled("true");
|
||||||
paused = false
|
paused = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->progressBar->setValue(0);
|
ui->progressBar->setValue(0);
|
||||||
|
|||||||
@ -405,7 +405,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
<y>270</y>
|
<y>270</y>
|
||||||
<width>166</width>
|
<width>191</width>
|
||||||
<height>121</height>
|
<height>121</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -423,7 +423,7 @@
|
|||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QLCDNumber" name="extruderlcd">
|
<widget class="QLCDNumber" name="extruderlcd">
|
||||||
<property name="segmentStyle">
|
<property name="segmentStyle">
|
||||||
<enum>QLCDNumber::Outline</enum>
|
<enum>QLCDNumber::Filled</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -437,7 +437,7 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLCDNumber" name="bedlcd">
|
<widget class="QLCDNumber" name="bedlcd">
|
||||||
<property name="segmentStyle">
|
<property name="segmentStyle">
|
||||||
<enum>QLCDNumber::Outline</enum>
|
<enum>QLCDNumber::Filled</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -495,17 +495,6 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QStatusBar" name="statusBar"/>
|
<widget class="QStatusBar" name="statusBar"/>
|
||||||
<widget class="QToolBar" name="toolBar">
|
|
||||||
<property name="windowTitle">
|
|
||||||
<string>toolBar</string>
|
|
||||||
</property>
|
|
||||||
<attribute name="toolBarArea">
|
|
||||||
<enum>TopToolBarArea</enum>
|
|
||||||
</attribute>
|
|
||||||
<attribute name="toolBarBreak">
|
|
||||||
<bool>false</bool>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
|
||||||
<action name="actionOpen">
|
<action name="actionOpen">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Open...</string>
|
<string>Open...</string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user