mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-24 19:00:00 +01:00
Element editor : improve code
Better use of signal partsAdded and partsRemoved
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddarc.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partarc.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventadddynamictextfield.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partdynamictextfield.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddellipse.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partellipse.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddline.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partline.h"
|
||||
#include "../ui/qetelementeditor.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddpolygon.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partpolygon.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddrect.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partrectangle.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddterminal.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/partterminal.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#include "eseventaddtext.h"
|
||||
|
||||
#include "../editorcommands.h"
|
||||
#include "../UndoCommand/addpartcommand.h"
|
||||
#include "../elementscene.h"
|
||||
#include "../graphicspart/parttext.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user