mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-14 13:29:58 +01:00
Factorisation de code : reunion des 3 proprietes (type, singleLineProperties et texte) au sein d'une meme classe ConductorProperties
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@177 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -66,7 +66,8 @@ HEADERS += aboutqet.h \
|
||||
diagramcommands.h \
|
||||
diagramtextitem.h \
|
||||
insetproperties.h \
|
||||
conductorpropertieswidget.h
|
||||
conductorpropertieswidget.h \
|
||||
conductorproperties.h
|
||||
SOURCES += aboutqet.cpp \
|
||||
borderinset.cpp \
|
||||
conductor.cpp \
|
||||
@@ -125,7 +126,8 @@ SOURCES += aboutqet.cpp \
|
||||
editor/textfieldeditor.cpp \
|
||||
diagramcommands.cpp \
|
||||
diagramtextitem.cpp \
|
||||
conductorpropertieswidget.cpp
|
||||
conductorpropertieswidget.cpp \
|
||||
conductorproperties.cpp
|
||||
RESOURCES += qelectrotech.qrc
|
||||
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
||||
RC_FILE = ico/windows_icon/application_icon/qelectrotech.rc
|
||||
|
||||
Reference in New Issue
Block a user