mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-06 06:19:59 +01:00
Gestion des champs de textes editables dans l'editeur
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@99 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -51,7 +51,9 @@ HEADERS += aboutqet.h \
|
||||
editor/parttext.h \
|
||||
editor/texteditor.h \
|
||||
editor/partarc.h \
|
||||
editor/arceditor.h
|
||||
editor/arceditor.h \
|
||||
editor/parttextfield.h \
|
||||
editor/textfieldeditor.h
|
||||
SOURCES += aboutqet.cpp \
|
||||
borderinset.cpp \
|
||||
conducer.cpp \
|
||||
@@ -96,7 +98,9 @@ SOURCES += aboutqet.cpp \
|
||||
editor/parttext.cpp \
|
||||
editor/texteditor.cpp \
|
||||
editor/partarc.cpp \
|
||||
editor/arceditor.cpp
|
||||
editor/arceditor.cpp \
|
||||
editor/parttextfield.cpp \
|
||||
editor/textfieldeditor.cpp
|
||||
RESOURCES += qelectrotech.qrc
|
||||
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
||||
QT += xml
|
||||
|
||||
Reference in New Issue
Block a user