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:
blacksun
2014-12-18 10:51:08 +00:00
parent 11bf04390e
commit 51d40f9fcd
6 changed files with 90 additions and 32 deletions

View File

@@ -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: