代码搜索:plotter

找到约 417 项符合「plotter」的源代码

代码结果 417
www.eeworm.com/read/424424/10451527

pro plotter.pro

TEMPLATE = app HEADERS = plotter.h SOURCES = main.cpp \ plotter.cpp RESOURCES = plotter.qrc
www.eeworm.com/read/424424/10451533

h plotter.h

#ifndef PLOTTER_H #define PLOTTER_H #include #include #include #include class QToolButton; class PlotSettings; class Plotter : public QWidget { Q_OBJECT pu
www.eeworm.com/read/424424/10451540

qrc plotter.qrc

images/zoomin.png images/zoomout.png
www.eeworm.com/read/423675/10538140

cpp plotter.cpp

#include #include #include #include using namespace std; #include "plotter.h" Plotter::Plotter(QWidget *parent, const char *name, WFlags flags) :
www.eeworm.com/read/423675/10538144

pro plotter.pro

CONFIG += exceptions HEADERS = plotter.h SOURCES = main.cpp \ plotter.cpp IMAGES = images/zoomin.png \ images/zoomout.png
www.eeworm.com/read/423675/10538156

h plotter.h

#ifndef PLOTTER_H #define PLOTTER_H #include #include #include #include class QToolButton; class PlotSettings; typedef std::vector CurveData; class
www.eeworm.com/read/351073/10683600

cpp plotter.cpp

#include #include #include "plotter.h" using namespace std; Plotter::Plotter(QWidget *parent) : QWidget(parent) { setBackgroundRole(QPalette::Dark); setAutoFillBackgroun
www.eeworm.com/read/351073/10683603

pro plotter.pro

TEMPLATE = app HEADERS = plotter.h SOURCES = main.cpp \ plotter.cpp RESOURCES = plotter.qrc
www.eeworm.com/read/351073/10683610

h plotter.h

#ifndef PLOTTER_H #define PLOTTER_H #include #include #include #include class QToolButton; class PlotSettings; class Plotter : public QWidget { Q_OBJECT pu
www.eeworm.com/read/351073/10683618

qrc plotter.qrc

images/zoomin.png images/zoomout.png