This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/qcd_utils/pult/cdgraphic.h

32 lines
399 B
C++

#ifndef CDGRAPHIC_H
#define CDGRAPHIC_H
#include <QWidget>
#include "ui_cdgraphic.h"
#include <pistring.h>
namespace CDUtils {
class CDType;
class CDSection;
}
class Graphic;
class CDGraphicWidget: public QWidget, public Ui::CDGraphicWidget {
Q_OBJECT
public:
CDGraphicWidget(QWidget * p = 0);
private:
private slots:
signals:
};
#endif // CDGRAPHIC_H