代码拉取完成,页面将自动刷新
同步操作将从 郭志杰/serialplot 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#
# Copyright © 2015 Hasan Yavuz Özderya
#
# This file is part of serialplot.
#
# serialplot is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# serialplot is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with serialplot. If not, see <http://www.gnu.org/licenses/>.
#
#-------------------------------------------------
#
# 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 += \
src/main.cpp\
src/mainwindow.cpp \
src/portcontrol.cpp \
src/plot.cpp \
src/zoomer.cpp \
src/hidabletabwidget.cpp \
src/framebuffer.cpp \
src/scalepicker.cpp \
src/scalezoomer.cpp \
src/portlist.cpp \
src/snapshotview.cpp \
src/snapshotmanager.cpp \
src/snapshot.cpp \
src/plotsnapshotoverlay.cpp \
src/commandpanel.cpp \
src/commandwidget.cpp \
src/commandedit.cpp \
src/dataformatpanel.cpp \
src/tooltipfilter.cpp \
src/sneakylineedit.cpp \
src/channelmanager.cpp \
src/framebufferseries.cpp \
src/plotcontrolpanel.cpp \
src/numberformatbox.cpp \
src/endiannessbox.cpp \
src/framedreadersettings.cpp \
src/abstractreader.cpp \
src/binarystreamreader.cpp \
src/binarystreamreadersettings.cpp \
src/asciireadersettings.cpp \
src/asciireader.cpp \
src/demoreader.cpp \
src/framedreader.cpp \
src/plotmanager.cpp \
src/numberformat.cpp \
src/recordpanel.cpp \
src/updatechecker.cpp \
src/updatecheckdialog.cpp
HEADERS += \
src/mainwindow.h \
src/utils.h \
src/portcontrol.h \
src/floatswap.h \
src/plot.h \
src/zoomer.h \
src/hidabletabwidget.h \
src/framebuffer.h \
src/scalepicker.h \
src/scalezoomer.h \
src/portlist.h \
src/snapshotview.h \
src/snapshotmanager.h \
src/snapshot.h \
src/plotsnapshotoverlay.h \
src/commandpanel.h \
src/commandwidget.h \
src/commandedit.h \
src/dataformatpanel.h \
src/tooltipfilter.h \
src/sneakylineedit.h \
src/channelmanager.h \
src/framebufferseries.h \
src/plotcontrolpanel.h \
src/numberformatbox.h \
src/endiannessbox.h \
src/framedreadersettings.h \
src/abstractreader.h \
src/binarystreamreader.h \
src/binarystreamreadersettings.h \
src/asciireadersettings.h \
src/asciireader.h \
src/demoreader.h \
src/framedreader.h \
src/plotmanager.h \
src/setting_defines.h \
src/numberformat.h \
src/recordpanel.h \
src/updatechecker.h \
src/updatecheckdialog.h
FORMS += \
src/mainwindow.ui \
src/about_dialog.ui \
src/portcontrol.ui \
src/snapshotview.ui \
src/commandpanel.ui \
src/commandwidget.ui \
src/dataformatpanel.ui \
src/plotcontrolpanel.ui \
src/numberformatbox.ui \
src/endiannessbox.ui \
src/framedreadersettings.ui \
src/binarystreamreadersettings.ui \
src/asciireadersettings.ui \
src/recordpanel.ui \
src/updatecheckdialog.ui
INCLUDEPATH += qmake/ src/
CONFIG += c++11
RESOURCES += misc/icons.qrc
win32 {
RESOURCES += misc/winicons.qrc
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。