mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-27 05:50:52 +01:00
add class ElementProvider and build small ui for the properties of folio report element
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2672 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <QtGui>
|
||||
#include <qetgraphicsitem/element.h>
|
||||
#include <diagram.h>
|
||||
#include <folioreportproperties.h>
|
||||
|
||||
class elementpropertieswidget : public QDialog
|
||||
{
|
||||
@@ -27,7 +28,7 @@ class elementpropertieswidget : public QDialog
|
||||
void editElement ();
|
||||
|
||||
private:
|
||||
QWidget *w; ///this widget is only for test
|
||||
FolioReportProperties *frp_;
|
||||
QDialogButtonBox *dbb;
|
||||
Element *element_;
|
||||
Diagram *diagram_;
|
||||
|
||||
Reference in New Issue
Block a user