mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-27 07:39:58 +02:00
Folio List: XML save/open added. When Application starts, folio list is not added
so that user gets the option to choose whether he wants to add folio list or not. Bug remaining: - When open project file with folio_list present, folio list sheets are at the end, not at the beginning. - Possibly many others. Thorough testing required. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2847 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -24,14 +24,13 @@
|
||||
class DiagramFolioList : public Diagram
|
||||
{
|
||||
public:
|
||||
DiagramFolioList(QObject *parent = 0);
|
||||
DiagramFolioList( QETProject *project = 0, QObject *parent = 0);
|
||||
virtual ~DiagramFolioList();
|
||||
virtual QList<QLineF *> lines() const {return list_lines_;}
|
||||
virtual QList<QRectF *> rectangles() const {return list_rectangles_;}
|
||||
void setId(int i) {id = i;}
|
||||
int getId() const {return id;}
|
||||
|
||||
static int folioList_quantity;
|
||||
static qreal colWidths[4];
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user