mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-27 02:29:59 +01:00
Report element : minor improvement about text (text used to display the position of linked report is now tagged "label")
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3560 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "customelement.h"
|
||||
|
||||
class ElementTextItem;
|
||||
|
||||
/**
|
||||
* @brief The ReportElement class
|
||||
*this class represent an element that can be linked to an other ReportElement
|
||||
@@ -37,8 +39,9 @@ class ReportElement : public CustomElement {
|
||||
virtual void unlinkElement(Element *elmt);
|
||||
|
||||
private:
|
||||
int inverse_report;
|
||||
QString label_;
|
||||
int inverse_report;
|
||||
QString label_;
|
||||
ElementTextItem *m_text_field;
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user