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->pauseBtn->setText("Pause");
|
||||
ui->pauseBtn->setDisabled("true");
|
||||
paused = false
|
||||
paused = false;
|
||||
}
|
||||
else if(!sending)
|
||||
{
|
||||
@ -410,7 +410,7 @@ void MainWindow::on_sendBtn_clicked()
|
||||
ui->sendBtn->setText("Stop");
|
||||
ui->pauseBtn->setText("Pause");
|
||||
ui->pauseBtn->setEnabled("true");
|
||||
paused = false
|
||||
paused = false;
|
||||
}
|
||||
|
||||
ui->progressBar->setValue(0);
|
||||
|
||||
@ -405,7 +405,7 @@
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>270</y>
|
||||
<width>166</width>
|
||||
<width>191</width>
|
||||
<height>121</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -423,7 +423,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QLCDNumber" name="extruderlcd">
|
||||
<property name="segmentStyle">
|
||||
<enum>QLCDNumber::Outline</enum>
|
||||
<enum>QLCDNumber::Filled</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -437,7 +437,7 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QLCDNumber" name="bedlcd">
|
||||
<property name="segmentStyle">
|
||||
<enum>QLCDNumber::Outline</enum>
|
||||
<enum>QLCDNumber::Filled</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -495,17 +495,6 @@
|
||||
</attribute>
|
||||
</widget>
|
||||
<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">
|
||||
<property name="text">
|
||||
<string>Open...</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user