Editable baudrate

Minor UI fixes
This commit is contained in:
NeoTheFox 2015-03-21 00:52:28 +03:00
parent b24017e138
commit 6cd2ac8d2e
4 changed files with 14 additions and 2 deletions

View File

@ -51,10 +51,17 @@
<height>16777215</height>
</size>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<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 row="0" column="0">
<widget class="QPushButton" name="portsBtn">

View File

@ -1,3 +1,7 @@
/////////////////////////////////////////////////
//This file contains RepRaptor - specific stuff//
/////////////////////////////////////////////////
#ifndef REPRAPTOR_H
#define REPRAPTOR_H

View File

@ -40,6 +40,7 @@ void Sender::sendNext()
{
if(printer->isWritable() && readyReceive)
{
//Checksums
if(sendingChecksum && resending)
{
if(resendNum < sentCommands.size())

View File

@ -263,7 +263,7 @@ feedrate</string>
</layout>
</widget>
</item>
<item row="2" column="1">
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>