18#ifndef SHAPEGRAPHICSITEMPROPERTIESWIDGET_H 
   19#define SHAPEGRAPHICSITEMPROPERTIESWIDGET_H 
   21#include "../PropertiesEditor/propertieseditorwidget.h" 
   43                void setItems(QList<QetShapeItem *> shapes_list);
 
   46                void apply() 
override;
 
   47                void reset() 
override;
 
   50                QString 
title()
 const override { 
return tr(
"Éditer les propriétés d'une primitive "); }
 
   62                Ui::ShapeGraphicsItemPropertiesWidget *
ui;
 
 
The QetShapeItem class this class is used to draw a basic shape (line, rectangle, ellipse) into a dia...
Definition qetshapeitem.h:37
Definition autonumberingdockwidget.h:26