mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
Test show Err.
This commit is contained in:
parent
f1c7c5781b
commit
96649f607f
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ bool SerialCommunicator::selectPort( const QSerialPortInfo &info ) {
|
|||
// NOTE: Maybe Nicer
|
||||
void SerialCommunicator::write( QByteArray data ) {
|
||||
if ( !port.isOpen() )
|
||||
emit portClosed;
|
||||
emit portClosed();
|
||||
|
||||
port.write( data.append( '\n' ) );
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@ public:
|
|||
{
|
||||
if (MainWindow->objectName().isEmpty())
|
||||
MainWindow->setObjectName(QStringLiteral("MainWindow"));
|
||||
MainWindow->resize(478, 965);
|
||||
MainWindow->resize(224, 1025);
|
||||
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Expanding);
|
||||
sizePolicy.setHorizontalStretch(0);
|
||||
sizePolicy.setVerticalStretch(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue