mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-23 15:49:58 +01:00
Replace the class folioReportProperties by the class linkSingleElementWidget.
The new class does the same thing but is more flexible, this class is used by report and slave element to find element to be linked and/or unlink an already linked element. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2921 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
#define ELEMENTPROPERTIESWIDGET_H
|
||||
|
||||
#include <QtGui>
|
||||
#include <qetgraphicsitem/element.h>
|
||||
#include <diagram.h>
|
||||
#include <folioreportproperties.h>
|
||||
#include <elementinfowidget.h>
|
||||
#include <masterpropertieswidget.h>
|
||||
#include "qetgraphicsitem/element.h"
|
||||
#include "diagram.h"
|
||||
#include "elementinfowidget.h"
|
||||
#include "masterpropertieswidget.h"
|
||||
#include "linksingleelementwidget.h"
|
||||
|
||||
class elementpropertieswidget : public QDialog
|
||||
{
|
||||
@@ -47,9 +47,9 @@ class elementpropertieswidget : public QDialog
|
||||
void editElement ();
|
||||
|
||||
private:
|
||||
FolioReportProperties *frp_;
|
||||
ElementInfoWidget *eiw_;
|
||||
MasterPropertiesWidget *mpw_;
|
||||
LinkSingleElementWidget *lsew_;
|
||||
QDialogButtonBox *dbb;
|
||||
Element *element_;
|
||||
Diagram *diagram_;
|
||||
|
||||
Reference in New Issue
Block a user