Files @ 71f772af835d
Branch filter:

Location: tempo-plotter/serialplot.pro - annotation

Hasan Yavuz ÖZDERYA
implemented stop bits and flow control selection buttons
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-04T08:20:06
#
#-------------------------------------------------

QT       += core gui serialport

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = serialplot
TEMPLATE = app

CONFIG += qwt


SOURCES += main.cpp\
        mainwindow.cpp \
    customcheckablebutton.cpp

HEADERS  += mainwindow.h \
    utils.h \
    customcheckablebutton.h

FORMS    += mainwindow.ui

CONFIG += c++11