mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-23 13:09:58 +01:00
See previous commit...
Je suis une tête de linotte
This commit is contained in:
@@ -18,15 +18,11 @@
|
||||
#ifndef TERMINALSTRIPLAYOUTPATTERN_H
|
||||
#define TERMINALSTRIPLAYOUTPATTERN_H
|
||||
|
||||
//#include <QPointer>
|
||||
#include <QSize>
|
||||
#include <QTextOption>
|
||||
#include <QVector>
|
||||
#include <QRect>
|
||||
|
||||
//class QPainter;
|
||||
//class TerminalStrip;
|
||||
|
||||
/**
|
||||
* @brief The TerminalStripLayoutPattern class
|
||||
* A class with all values used to define how a terminal strip must be drawn.
|
||||
@@ -110,21 +106,4 @@ class TerminalStripLayoutPattern
|
||||
};
|
||||
};
|
||||
|
||||
//class TerminalStripDrawer
|
||||
//{
|
||||
// public:
|
||||
// TerminalStripDrawer(QPointer<TerminalStrip> strip);
|
||||
// void paint(QPainter *painter);
|
||||
|
||||
// QRectF boundingRect() const;
|
||||
|
||||
// private:
|
||||
// int height() const;
|
||||
// int width() const;
|
||||
|
||||
// private:
|
||||
// QPointer<TerminalStrip> m_strip;
|
||||
// TerminalStripLayoutPattern m_pattern;
|
||||
//};
|
||||
|
||||
#endif // TERMINALSTRIPLAYOUTPATTERN_H
|
||||
|
||||
Reference in New Issue
Block a user