Files
qelectrotech-source-mirror/sources/PropertiesEditor/PropertiesEditor.pri
blacksun 7ef8cbc0db Diagram editor : add dock widget for edit the current selection.
For the moment only work with element


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3943 bfdf4180-ca20-0410-9c96-a3a8aa849046
2015-05-07 22:15:00 +00:00

11 lines
235 B
Plaintext
Executable File

FORMS += \
$$PWD/propertieseditordockwidget.ui
HEADERS += \
$$PWD/propertieseditordockwidget.h \
$$PWD/propertieseditorwidget.h
SOURCES += \
$$PWD/propertieseditordockwidget.cpp \
$$PWD/propertieseditorwidget.cpp