Editable baudrate
Minor UI fixes
This commit is contained in:
parent
b24017e138
commit
6cd2ac8d2e
@ -51,10 +51,17 @@
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="editable">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QComboBox" name="baudbox"/>
|
<widget class="QComboBox" name="baudbox">
|
||||||
|
<property name="editable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QPushButton" name="portsBtn">
|
<widget class="QPushButton" name="portsBtn">
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
/////////////////////////////////////////////////
|
||||||
|
//This file contains RepRaptor - specific stuff//
|
||||||
|
/////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef REPRAPTOR_H
|
#ifndef REPRAPTOR_H
|
||||||
#define REPRAPTOR_H
|
#define REPRAPTOR_H
|
||||||
|
|
||||||
|
|||||||
@ -40,6 +40,7 @@ void Sender::sendNext()
|
|||||||
{
|
{
|
||||||
if(printer->isWritable() && readyReceive)
|
if(printer->isWritable() && readyReceive)
|
||||||
{
|
{
|
||||||
|
//Checksums
|
||||||
if(sendingChecksum && resending)
|
if(sendingChecksum && resending)
|
||||||
{
|
{
|
||||||
if(resendNum < sentCommands.size())
|
if(resendNum < sentCommands.size())
|
||||||
|
|||||||
@ -263,7 +263,7 @@ feedrate</string>
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user