代码搜索:plotter
找到约 417 项符合「plotter」的源代码
代码结果 417
www.eeworm.com/read/293337/8298911
cpp plotter.cpp
#include
#include
#include "plotter.h"
using namespace std;
Plotter::Plotter(QWidget *parent)
: QWidget(parent)
{
setBackgroundRole(QPalette::Dark);
setAutoFi
www.eeworm.com/read/293337/8298916
pro plotter.pro
TEMPLATE = app
HEADERS = plotter.h
SOURCES = main.cpp \
plotter.cpp
RESOURCES = plotter.qrc
www.eeworm.com/read/293337/8298926
h plotter.h
#ifndef PLOTTER_H
#define PLOTTER_H
#include
#include
#include
#include
class QToolButton;
class PlotSettings;
class Plotter : public QWidget
{
www.eeworm.com/read/335660/12509655
cpp plotter.cpp
/****************************************************************************
** Form implementation generated from reading ui file 'drawdemo.ui'
**
** Created: Wed Feb 20 13:06:23 2008
** by: T
www.eeworm.com/read/335660/12509664
pro plotter.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = plotter.h
SOURCES = plotter.cpp\
main.cpp
INTERFACES =
www.eeworm.com/read/335660/12509669
h plotter.h
/****************************************************************************
** Form interface generated from reading ui file 'drawdemo.ui'
**
** Created: Wed Feb 20 13:05:54 2008
** by: The Us
www.eeworm.com/read/335660/12509679
o plotter.o
www.eeworm.com/read/335660/12509683
desktop plotter.desktop
[Desktop Entry]
Comment=An Example Program
Exec=plotter
Icon=plotter
Type=Application
Name=plotter