mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-24 06:40:00 +02:00
New Diagram: List of Drawings (rough draft) added
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2812 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
20
sources/diagramfoliolist.h
Normal file
20
sources/diagramfoliolist.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef DIAGRAMFOLIOLIST_H
|
||||
#define DIAGRAMFOLIOLIST_H
|
||||
|
||||
#include "diagram.h"
|
||||
|
||||
class DiagramFolioList : public Diagram
|
||||
{
|
||||
public:
|
||||
DiagramFolioList(QObject *parent = 0) : Diagram(parent) {}
|
||||
virtual ~DiagramFolioList() {}
|
||||
|
||||
protected:
|
||||
void drawBackground(QPainter *, const QRectF &);
|
||||
|
||||
private:
|
||||
void fillRow(QPainter *, const QRectF &, QString, QString, QString, QString);
|
||||
|
||||
};
|
||||
|
||||
#endif // DIAGRAMFOLIOLIST_H
|
||||
Reference in New Issue
Block a user