mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Compare commits
65 Commits
XMLPropert
...
element_pi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2f161566 | ||
|
|
b8d9d38d31 | ||
|
|
c05d76c633 | ||
|
|
5a8197b2b3 | ||
|
|
c1169f0e04 | ||
|
|
794af49a3a | ||
|
|
8ef0d0b2f0 | ||
|
|
3729bec350 | ||
|
|
157377e1c1 | ||
|
|
7cb47f3b9e | ||
|
|
9db15f91e7 | ||
|
|
c54ee9b66d | ||
|
|
7a2c62d4d2 | ||
|
|
7f5b446fc9 | ||
|
|
bba1f07f57 | ||
|
|
d32c322e5a | ||
|
|
8960981f09 | ||
|
|
f2f50084e0 | ||
|
|
48be92cde5 | ||
|
|
845431179d | ||
|
|
f6161af258 | ||
|
|
8755a12698 | ||
|
|
a361e16a8e | ||
|
|
0f8f26e177 | ||
|
|
d53bb22509 | ||
|
|
3d25beaea0 | ||
|
|
1a3656f7be | ||
|
|
7de810bac4 | ||
|
|
1b6cf7d5f3 | ||
|
|
6cf79e6e75 | ||
|
|
8fdb9ba21a | ||
|
|
a4adcf4865 | ||
|
|
9300130aaf | ||
|
|
d7dd32ff1a | ||
|
|
564f38396f | ||
|
|
ab5dd39556 | ||
|
|
b12a4525a2 | ||
|
|
e0f2a66f3c | ||
|
|
20f5c3e443 | ||
|
|
ea730a2fa1 | ||
|
|
28d98a1a30 | ||
|
|
a75565e30d | ||
|
|
6ededf94bf | ||
|
|
9ca44f2557 | ||
|
|
9aad769a37 | ||
|
|
1f0f44233e | ||
|
|
5594197aab | ||
|
|
13b6b0c6c9 | ||
|
|
b0e6ad46ac | ||
|
|
b417edaff8 | ||
|
|
301fa629d8 | ||
|
|
44db25e76b | ||
|
|
d5df9703d0 | ||
|
|
11b8ef927b | ||
|
|
83b69253dc | ||
|
|
b96eff00ef | ||
|
|
4051bbd309 | ||
|
|
b181311162 | ||
|
|
1db1800572 | ||
|
|
4c563821e8 | ||
|
|
a4872bf686 | ||
|
|
332d978043 | ||
|
|
38a825865c | ||
|
|
4b82c3a0c4 | ||
|
|
153aecbbf3 |
@@ -131,3 +131,32 @@ target_include_directories(
|
||||
${QET_DIR}/sources/factory/ui
|
||||
${QET_DIR}/sources/print
|
||||
)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME})
|
||||
if (NOT MINGW)
|
||||
|
||||
install(DIRECTORY ico/breeze-icons/16x16 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/22x22 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/32x32 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/48x48 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/64x64 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/128x128 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY ico/breeze-icons/256x256 DESTINATION ${QET_ICONS_PATH})
|
||||
install(DIRECTORY elements DESTINATION share/qelectrotech)
|
||||
install(DIRECTORY examples DESTINATION share/qelectrotech)
|
||||
install(DIRECTORY titleblocks DESTINATION share/qelectrotech)
|
||||
install(FILES LICENSE ELEMENTS.LICENSE CREDIT README ChangeLog DESTINATION share/doc/qelectrotech)
|
||||
install(FILES misc/qelectrotech.desktop DESTINATION share/applications)
|
||||
install(FILES misc/x-qet-element.xml
|
||||
misc/x-qet-project.xml
|
||||
misc/x-qet-titleblock.xml
|
||||
DESTINATION share/mime/application)
|
||||
install(FILES misc/x-qet-element.desktop
|
||||
misc/x-qet-project.desktop
|
||||
misc/x-qet-titleblock.desktop
|
||||
DESTINATION share/mimelnk/application)
|
||||
install(FILES misc/qelectrotech.xml DESTINATION share/mime/packages)
|
||||
install(FILES misc/qelectrotech.appdata.xml DESTINATION ${QET_APPDATA_PATH})
|
||||
install(FILES ${QM_FILES} DESTINATION ${QET_LANG_PATH})
|
||||
|
||||
endif()
|
||||
|
||||
@@ -15,10 +15,10 @@ The main goal of the developers is to provide a libre, easy to use and effective
|
||||
|
||||
### Version
|
||||
|
||||
The current stable version is 0.70 and was released on 2019.07.13.
|
||||
The current stable version is 0.80 and was released on 2021.02.21.
|
||||
Once it has been officialy released, the stable version is always frozen and is no longer developed.
|
||||
|
||||
New functionalities, bug and issue fixings are further made in the development version (currently 0.8), which can also be [downloaded](https://qelectrotech.org/download.html).
|
||||
New functionalities, bug and issue fixings are further made in the development version (currently 0.9), which can also be [downloaded](https://qelectrotech.org/download.html).
|
||||
|
||||
Users who want to test and take benefits from the last software implementations should use the development version. But... use it at your own risk, since things are sometimes broken or only partialy implemented until they are done!
|
||||
|
||||
@@ -33,6 +33,7 @@ Like many other open source softwares, QElectroTech is provided as it is, withou
|
||||
### Development / technical choices
|
||||
|
||||
The development follows the classical way of free and open source software: the source code, written by a community of users, is freely accessible.
|
||||
If you are reading this on Github, be aware that this is an hourly synced mirror. Our real code repository [is located here](https://git.tuxfamily.org/qet/qet.git/).
|
||||
|
||||
Here are the technical choices made for the software development:
|
||||
|
||||
@@ -173,6 +174,6 @@ If you love QElectroTech, you can help developers to buy new hardware to test
|
||||
and implement new features. Thanks in advance for your generous donations.
|
||||
|
||||
For more information, look at [Paypal](https://www.paypal.com/donate/?token=rqf80cP0Ck1F2jn4Y46G7tIPv9bq7x0crXkwt3GZ6OZYG6ihJYi8lZxmmQ8itsFwMUdd1G&country.x=GB&locale.x=GB)
|
||||
or at [leetchi.com](https://www.leetchi.com/c/qelectroteck)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,17 +10,61 @@
|
||||
"copy-icon": true,
|
||||
"finish-args": [
|
||||
"--socket=wayland",
|
||||
"--socket=x11",
|
||||
"--socket=fallback-x11",
|
||||
"--device=dri",
|
||||
"--share=ipc",
|
||||
"--filesystem=host"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
"name": "tkinter",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install --prefix=${FLATPAK_DEST} ."
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/iwalton3/tkinter-standalone",
|
||||
"commit": "2301112d142ebaf7532b25600c77d1a2edc9ef04"
|
||||
}
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
"name": "tcl",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://sourceforge.net/projects/tcl/files/Tcl/8.6.11/tcl8.6.11-src.tar.gz",
|
||||
"sha256": "8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258"
|
||||
}
|
||||
],
|
||||
"subdir": "unix",
|
||||
"post-install": [
|
||||
"chmod +w ${FLATPAK_DEST}/lib/libtcl8.6.so"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tk",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://sourceforge.net/projects/tcl/files/Tcl/8.6.11/tk8.6.11-src.tar.gz",
|
||||
"sha256": "5228a8187a7f70fa0791ef0f975270f068ba9557f57456f51eb02d9d4ea31282"
|
||||
}
|
||||
],
|
||||
"subdir": "unix",
|
||||
"post-install": [
|
||||
"chmod +w ${FLATPAK_DEST}/lib/libtk8.6.so"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "qelectrotech",
|
||||
"buildsystem": "qmake",
|
||||
"post-install": [
|
||||
"mv /app/share/mime/packages/qelectrotech.xml /app/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
||||
"mv ${FLATPAK_DEST}/share/mime/packages/qelectrotech.xml ${FLATPAK_DEST}/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
@@ -32,6 +76,50 @@
|
||||
"path": "patches/0001-build-Fix-the-installation-paths.patch"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "python3.6.0",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz",
|
||||
"sha256": "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
|
||||
}
|
||||
],
|
||||
"config-opts": ["--enable-shared"],
|
||||
"post-install": [
|
||||
"chmod +w ${FLATPAK_DEST}/lib/libpython3.6m.so.1.0",
|
||||
"chmod +w ${FLATPAK_DEST}/lib/libpython3.so"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "python3-qet-tb-generator",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} qet-tb-generator"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/9e/c3/aaad3309a5f2ca08e2fa0ab01123bb6fafb15a92854bff88042039192a67/qet_tb_generator-1.1.7.tar.gz",
|
||||
"sha256": "f626ab7bf4d9091fc85f63d33136585e611272b347499b448ece4e33cc04eeed"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DXFtoQET-2020-1",
|
||||
"buildsystem": "qmake",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/qelectrotech/DXFtoQET-2020.git",
|
||||
"commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d"
|
||||
}
|
||||
],
|
||||
"post-install": [
|
||||
"mkdir -p ${FLATPAK_DEST}/bin",
|
||||
"cp DXFtoQET ${FLATPAK_DEST}/bin/"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -39,10 +39,12 @@ if(${QET_LANG_PATH} STRGREATER "")
|
||||
message("QET_LANG_PATH " ${INSTALL_PREFIX}${QET_LANG_PATH})
|
||||
add_definitions(-DQET_LANG_PATH=${INSTALL_PREFIX}${QET_LANG_PATH})
|
||||
endif()
|
||||
if (NOT MINGW)
|
||||
if(${QET_EXAMPLES_PATH} STRGREATER "")
|
||||
message("QET_EXAMPLES_PATH " ${INSTALL_PREFIX}${QET_EXAMPLES_PATH})
|
||||
add_definitions(-DQET_EXAMPLES_PATH=${INSTALL_PREFIX}${QET_EXAMPLES_PATH})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
message("QET_LICENSE_PATH " ${QET_LICENSE_PATH})
|
||||
message("QET_MIME_XML_PATH " ${QET_MIME_XML_PATH})
|
||||
|
||||
@@ -19,9 +19,9 @@ message(" - fetch_kdeaddons")
|
||||
if(DEFINED BUILD_WITH_KF5)
|
||||
Include(FetchContent)
|
||||
|
||||
set(BUILD_KF5_YES "YES")
|
||||
option(BUILD_KF5 "Build KF5 libraries, use system ones otherwise" YES)
|
||||
|
||||
if(DEFINED BUILD_KF5_YES)
|
||||
if(BUILD_KF5)
|
||||
|
||||
if(NOT DEFINED KF5_GIT_TAG)
|
||||
#https://qelectrotech.org/forum/viewtopic.php?pid=13924#p13924
|
||||
|
||||
@@ -18,9 +18,16 @@ message(" - fetch_pugixml")
|
||||
|
||||
Include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
pugixml
|
||||
GIT_REPOSITORY https://github.com/zeux/pugixml.git
|
||||
GIT_TAG v1.11.4)
|
||||
option(BUILD_PUGIXML "Build pugixml library, use system one otherwise" YES)
|
||||
|
||||
FetchContent_MakeAvailable(pugixml)
|
||||
if(BUILD_PUGIXML)
|
||||
|
||||
FetchContent_Declare(
|
||||
pugixml
|
||||
GIT_REPOSITORY https://github.com/zeux/pugixml.git
|
||||
GIT_TAG v1.11.4)
|
||||
|
||||
FetchContent_MakeAvailable(pugixml)
|
||||
else()
|
||||
find_package(pugixml REQUIRED)
|
||||
endif()
|
||||
|
||||
@@ -28,9 +28,6 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
|
||||
# This strips terminating newline in the variable
|
||||
string(REGEX REPLACE "\n$" "" GIT_COMMIT_SHA "${GIT_COMMIT_SHA}")
|
||||
|
||||
# This adds to definitions => .cpp
|
||||
add_definitions(-DGIT_COMMIT_SHA="${GIT_COMMIT_SHA}")
|
||||
|
||||
if(NOT GIT_COMMIT_RESULT EQUAL "0")
|
||||
message(
|
||||
FATAL_ERROR
|
||||
@@ -39,3 +36,6 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
|
||||
", please check")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# This adds to definitions => .cpp
|
||||
add_definitions(-DGIT_COMMIT_SHA="${GIT_COMMIT_SHA}")
|
||||
|
||||
@@ -383,6 +383,8 @@ set(QET_SRC_FILES
|
||||
${QET_DIR}/sources/properties/terminaldata.h
|
||||
${QET_DIR}/sources/properties/xrefproperties.cpp
|
||||
${QET_DIR}/sources/properties/xrefproperties.h
|
||||
${QET_DIR}/sources/properties/userproperties.cpp
|
||||
${QET_DIR}/sources/properties/userproperties.h
|
||||
|
||||
${QET_DIR}/sources/PropertiesEditor/propertieseditordialog.h
|
||||
${QET_DIR}/sources/PropertiesEditor/propertieseditordockwidget.cpp
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="hu">Beérkező hivatkozás</name>
|
||||
<name lang="nl">Referentie Vorig</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x2="-1" y2="4" y4="-4" x1="-1" x3="9" y3="0" closed="false" style="line-style:normal;line-weight:normal;filling:black;color:black" y1="-4" x4="-1" antialias="true"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="ru">Следующая страница</name>
|
||||
<name lang="cs">Další list</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon y3="0" y2="4" x4="-9" x3="2" x1="-9" x2="-9" y4="-4" style="line-style:normal;line-weight:normal;filling:black;color:black" y1="-4" closed="false" antialias="true"/>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>titus
|
||||
<informations>titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<line y1="-16" x1="0" style="line-style:normal;line-weight:hight;filling:none;color:black" end2="none" y2="13" length2="1.5" length1="1.5" x2="0" end1="none" antialias="false"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name lang="ru">Однополюсный + нейтраль</name>
|
||||
<name lang="hu">F + N</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="-5" y="-25.45" tagg="label" size="9" rotate="true" text="_"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name lang="ru">Трёхполюсный</name>
|
||||
<name lang="hu">3F</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="-2" y="-34.45" tagg="label" size="9" rotate="true" text="_"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name lang="ru">Трёхполюсный + нейтраль</name>
|
||||
<name lang="hu">3F + N</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="-7" y="-44.45" tagg="label" size="9" rotate="true" text="_"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name lang="ru">Фаза</name>
|
||||
<name lang="hu">F</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="-6" y="-14.45" tagg="label" size="9" rotate="true" text="_"/>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text uuid="{0af57a27-1887-4576-8b51-200ca996e582}" Halignment="AlignLeft" frame="false" x="2" Valignment="AlignTop" text_from="ElementInfo" y="-22.5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" rotation="0" text_width="-1">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="cs">Kabel 3G</name>
|
||||
<name lang="hu">Kábel 2 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="12" y="9" size="4" text="2"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="cs">Kabel 4G</name>
|
||||
<name lang="hu">Kábel 3 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="7.95" x1="-12.05" y2="11.95" x2="-8.05"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="cs">Kabel 3G</name>
|
||||
<name lang="hu">Kábel 2 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="7.95" x1="17.95" y2="11.95" x2="21.95"/>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<name lang="cs">Kabel 4G</name>
|
||||
<name lang="hu">Kábel 3 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="7.95" x1="-33.05" y2="11.95" x2="-29.05"/>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<name lang="cs">Kabel 5G</name>
|
||||
<name lang="hu">Kábel 4 + N + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" x1="-42.05" y1="7.95" x2="-38.05" length1="1.5" y2="11.95" antialias="true" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<name lang="cs">Kabel 3G</name>
|
||||
<name lang="hu">Kábel 2 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" x1="-23.05" y1="7.95" x2="-19.05" length1="1.5" y2="11.95" antialias="true" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="hu">Kábel 2 + PE</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x2="1.95" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2.05" length2="1.5" antialias="true" y2="1.95" end2="none" x1="-2.05" length1="1.5"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="fr">Cable 3 phases+terre</name>
|
||||
<name lang="hu">Kábel 3 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x1="-2.05" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="1.95" y2="1.95" antialias="true"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="fr">Cable 6 phases+terre</name>
|
||||
<name lang="hu">Kábel 6 + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input size="4" tagg="none" rotate="true" x="38" y="-4" text="6"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="es">Sección 1 conductor</name>
|
||||
<name lang="hu">1 ér keresztmetszet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line antialias="false" length1="1.5" x2="9.91885" end2="none" x1="-10.8483" end1="none" y2="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="es">Sección 2 conductores</name>
|
||||
<name lang="hu">2 ér keresztmetszet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line antialias="true" length1="1.5" x2="41.95" end2="none" x1="37.95" end1="none" y2="1.95" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2.05"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="es">Sección 2 conductores</name>
|
||||
<name lang="hu">2 ér keresztmetszet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line antialias="true" length1="1.5" x2="21.95" end2="none" x1="17.95" end1="none" y2="1.95" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2.05"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="es">Sección 3 conductores</name>
|
||||
<name lang="hu">3 ér keresztmetszet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line antialias="true" length1="1.5" x2="41.95" end2="none" x1="37.95" end1="none" y2="1.95" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2.05"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-10" x1="-15" y2="10" x2="-10" y3="20" x3="-10"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-10" x1="25" y2="10" x2="30" y3="20" x3="30"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="0" x1="-33" y2="0" x2="-26"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-10" x1="-15" y2="10" x2="-10" y3="20" x3="-10"/>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<name lang="pt">Descarregador de faísca</name>
|
||||
<name lang="fr">Éclateur</name>
|
||||
<name lang="nl">Vonkbrug</name>
|
||||
<name lang="hu">Szikraköz</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="cs">Varistor</name>
|
||||
<name lang="it">Varistore Metal-oxide</name>
|
||||
<name lang="nl">Varistor Metal-oxide</name>
|
||||
<name lang="hu">Fém-oxid varisztor</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
|
||||
@@ -10,10 +10,11 @@
|
||||
<name lang="el">Προστασία από υπέρταση</name>
|
||||
<name lang="fr">Parafoudre</name>
|
||||
<name lang="en">Surge protection</name>
|
||||
<name lang="hu">Túlfeszültség védő</name>
|
||||
<name lang="es">Protección contra descargas 2</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text z="1" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="18" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-15.45" uuid="{daef117a-d243-49f7-b089-6a8ffe076f69}" Halignment="AlignLeft">
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<uuid uuid="{5FC5912D-A466-4E02-8051-7F08868D3FB5}"/><names>
|
||||
<name lang="de">Blitzschutz</name>
|
||||
<name lang="en">Surge protector</name>
|
||||
<name lang="hu">Túlfeszültség védő</name>
|
||||
<name lang="es">Protección contra descargas</name>
|
||||
<name lang="it">Scaricatore</name>
|
||||
<name lang="fr">Parafoudre</name>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<name lang="pl">Ogranicznik przepięć</name>
|
||||
<name lang="ar">حامي من الصواعق</name>
|
||||
<name lang="en">Surge protection</name>
|
||||
<name lang="hu">Túlfeszültség védő</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="cs">Bleskojistka, ochrana proti přepětí</name>
|
||||
<name lang="fr">Parafoudre</name>
|
||||
<name lang="en">Surge protector</name>
|
||||
<name lang="hu">Túlfeszültség védő</name>
|
||||
<name lang="es">Protección contra descargas</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
<name lang="el">Προστασία από υπέρταση</name>
|
||||
<name lang="nl">Overspanningsbeveiliging</name>
|
||||
<name lang="da">Overspændingsbeskyttelse</name>
|
||||
<name lang="hu">Túlfeszültség védelem</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="pl">Odgromnik gazowyładowczy dwuelektrodowy</name>
|
||||
<name lang="cs">Plynová bleskojistka</name>
|
||||
<name lang="nl">gasontladingsbuis</name>
|
||||
<name lang="hu">Védőgázas szimetrikus kisülőcső</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="pl">Odgromnik gazowyładowczy trójelektrodowy</name>
|
||||
<name lang="cs">Dvojitá plynová bleskojistka</name>
|
||||
<name lang="nl">Symmetrische gasontlading buis</name>
|
||||
<name lang="hu">Védőgázas kisülőcső</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<name lang="es">Bobina</name>
|
||||
<name lang="cs">Cívka relé</name>
|
||||
<name lang="nl">Spoel</name>
|
||||
<name lang="hu">Tekercs</name>
|
||||
<name lang="be">Relais spoel (algemeen)</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<name lang="cs">Bistabilní remanentní relé</name>
|
||||
<name lang="nl">spoel remanent</name>
|
||||
<name lang="be">Spoel KA remanent</name>
|
||||
<name lang="hu">Tekercs</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">coil</kindInformation>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<name lang="es">Bobina KA con enclavamiento mecánico</name>
|
||||
<name lang="cs">Mechanické blokovací relé</name>
|
||||
<name lang="nl">spoel met vergrendeling</name>
|
||||
<name lang="hu">Tekercs</name>
|
||||
<name lang="be">Spoel KA met mechanische vergrendeling</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<name lang="cs">Relé se zpožděným zapnutím a vypnutím</name>
|
||||
<name lang="de">Relais ansprech- und rückfallverzögert</name>
|
||||
<name lang="it">Bobina di relè ritardato</name>
|
||||
<name lang="hu">Tekercs be/ki késleltetéssel</name>
|
||||
<name lang="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης-απενεργοποίησης</name>
|
||||
<name lang="ar">ملف مُؤقت مع تأخير الإستجابة و تأخير الإعتاق</name>
|
||||
<name lang="pl">Cewka przekaźnika działającego ze zwłoką przy wzbudzeniu i odwzbudzeniu</name>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<uuid uuid="{7E996B1F-B537-44D9-A3E9-DB5F30487400}"/><names>
|
||||
<name lang="be">Spoel met uitschakel vertraging</name>
|
||||
<name lang="en">Coil with off delay</name>
|
||||
<name lang="hu">Tekercs ki késleltetéssel</name>
|
||||
<name lang="fr">Bobine tempo repos</name>
|
||||
<name lang="ru">Обмотка</name>
|
||||
<name lang="es">Bobina de reposo temporizado</name>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<uuid uuid="{14D69713-ADDE-4ACD-8654-50E3E60B61F7}"/><names>
|
||||
<name lang="be">Spoel met inschakel vertraging</name>
|
||||
<name lang="en">Coil with on delay</name>
|
||||
<name lang="hu">Tekercs be késleltetéssel</name>
|
||||
<name lang="fr">Bobine tempo travail</name>
|
||||
<name lang="ru">Обмотка</name>
|
||||
<name lang="es">Bobina de trabajo temporizado</name>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="pl">Przekaźnik prądu przemiennego</name>
|
||||
<name lang="cs">Cívka relé pro AC napájení</name>
|
||||
<name lang="es">Relé de CA</name>
|
||||
<name lang="hu">Tekercs AC</name>
|
||||
<name lang="nl">Relais voor wisselspanning</name>
|
||||
<name lang="be">Relais AC (wisselspanning)</name>
|
||||
</names>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<name lang="cs">Cívka relé pro DC napájení</name>
|
||||
<name lang="de">Spule mit Gleichstrombetätigung</name>
|
||||
<name lang="it">Relè DC</name>
|
||||
<name lang="hu">Tekercs DC</name>
|
||||
<name lang="el">Πηνίο συνεχούς</name>
|
||||
<name lang="pl">Przekaźnik prądu przemiennego</name>
|
||||
</names>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<name lang="nl">relais electronisch</name>
|
||||
<name lang="es">Relé electrónico</name>
|
||||
<name lang="be">Electronisch relais</name>
|
||||
<name lang="hu">Tranzisztoros működtetés</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">coil</kindInformation>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Contacto relé térmico (NA)</name>
|
||||
<name lang="cs">Kontakt (NO) tepelného jističe</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team







|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="3" x1="-12.6286" y2="3" x2="-16.1714"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Contacto relé térmico (NC)</name>
|
||||
<name lang="cs">Kontakt (NC) tepelného jističe</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team







|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-7.67895" y2="0" x2="-10.9053"/>
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
<name lang="cs">Relé, stykače a kontakty</name>
|
||||
<name lang="da">Relæer, kontaktorer og kontakter</name>
|
||||
<name lang="ja">継電器、接触器、接点</name>
|
||||
<name lang="hu">Relék, kontaktorok és érintkezők</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="cs">Jednofázový autotransformátor</name>
|
||||
<name lang="nl">enkelfase autotransformator</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="8" y2="-35" x2="8"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="cs">Třífázový autotransformátor</name>
|
||||
<name lang="nl">driefase autotransformator</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="20" y="17.6667" size="5" text="___V"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="cs">Třífázový autotransformátor + neutrál</name>
|
||||
<name lang="nl">driefase autotransformator + Nul</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="20" y="17.6667" size="5" text="___V"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="cs">Třífázový transformátor</name>
|
||||
<name lang="nl">Driefase transformator</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-16" y="-31.6667" size="4" text="A1"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="cs">Třífázový transformátor + neutrál</name>
|
||||
<name lang="nl">driefase transformator + Nul</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x4="-12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="35" x1="-34" y2="30" x2="-34" y3="19" x3="-27" y4="19"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Lámpara azul</name>
|
||||
<name lang="cs">Kontrolka</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<ellipse width="14.5169" x="-7.5012" y="-6.95514" antialias="true" height="13.3034" style="line-style:normal;line-weight:normal;filling:blue;color:black"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Lámpara roja</name>
|
||||
<name lang="cs">Kontrolka</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon style="line-style:normal;line-weight:normal;filling:red;color:red" x1="-6.61784" x2="-8.37626" x3="-8.37626" x4="-7.49705" antialias="false" x5="-4.85942" x6="-0.463379" x7="3.05345" x8="5.69108" x9="7.4495" y1="-5.31158" y10="-0.849266" y2="-2.3367" y11="-3.82414" y3="0.638173" y4="3.61305" y12="-6.0553" y5="5.84421" x10="7.4495" y13="-6.79902" y6="7.33165" x11="6.57029" y14="-6.79902" y7="6.58793" x12="4.81187" y15="-5.31158" y8="4.35677" x13="1.29504" y9="2.12561" x14="-3.10101" x15="-6.61784"/>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<name lang="ca">Lum verda</name>
|
||||
<name lang="cs">Kontrolka</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<ellipse width="14.5169" x="-7.5012" y="-6.95514" antialias="true" height="13.3034" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="pl">Głośnik</name>
|
||||
<name lang="nl">Luidspreker</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input y="1.55" text="_" x="14" rotate="true" size="9" tagg="label"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line y1="0" length1="1.5" y2="0" antialias="false" x1="-5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" length2="1.5" end2="none" x2="7"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y3="-10" y2="10" closed="false" x2="30" x3="24" x1="30" y1="20"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon y1="20" y3="-10" x3="36" antialias="true" x2="30" y2="10" x1="30" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="es">Interruptor de 3 posiciones</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" x1="47" x2="23" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="0"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x2="7" y2="-3" length1="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" end1="none" x1="3" end2="none" length2="1.5" antialias="true" y1="3"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" y1="3" length2="1.5" y2="-3" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="true" end2="none" end1="none" x1="-2" x2="2"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line antialias="false" end1="none" x1="15" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="11" end2="simple" y2="-4" y1="-4" length2="0.5"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="0" x1="-2" y2="0" x2="11"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="70.5" y="-3.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="7"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="55" y2="0" x2="56"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="-11" y="10.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="3"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="0" x1="-12" y2="0" x2="57"/>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<name lang="cs">Měřič překročení spotřeby</name>
|
||||
<name lang="nl">Overcapaciteit teller</name>
|
||||
<name lang="it">Contatore di energia attiva a supero di potenza</name>
|
||||
<name lang="de">Überverbrauchszähler, Spitzenzähler
</name>
|
||||
<name lang="en"> Excess watt-hour meter
</name>
|
||||
<name lang="de">Überverbrauchszähler, Spitzenzähler</name>
|
||||
<name lang="en"> Excess watt-hour meter</name>
|
||||
<name lang="fr">Compteur à énergie active à dépassement de puissance</name>
|
||||
<name lang="pl">Licznik watogodzin szczytowy</name>
|
||||
<name lang="ar">عدّاد طاقة فعّالة مع تجاوز قدرة</name>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="es">Motor trifásico</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="2" color="#000000" text="U2" y="-45" rotation="0"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="cs">Jednofázový motor</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team

|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon y1="-20" y3="9" closed="false" y2="9" x3="15" antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="15" x2="20" y4="9"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="fr">Moteur monophasé</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team






|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text font="Sans Serif,18,-1,5,50,0,0,0,0,0" y="21" x="-6" text="M" rotation="0" color="#000000"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="nl">Motor DC Serie</name>
|
||||
<name lang="cs">Sériový DC motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x4="-15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-30" x1="-20" y2="10" x2="-20" y3="10" x3="-15" y4="10"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="nl">Motor serie 1fase</name>
|
||||
<name lang="cs">Sériový AC motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x4="15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="20" y2="9" x2="20" y3="9" x3="15" y4="9"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="nl">Draaistroommotor Serie 3fasen</name>
|
||||
<name lang="cs">Trojfázový sériový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="-15" y="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="30"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="nl">Draaistroommotor</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle antialias="true" x="-15" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="it">Motore trifase</name>
|
||||
<name lang="cs">Trojfázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text text="PE" x="23" y="28" size="5"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="de">Drehstrom Motor</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team

|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text y="-12" color="#000000" rotation="0" x="22" text="W1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Motor trifásico</name>
|
||||
<name lang="cs">Trojfázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-10.25" y="18" size="18" text="M"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="nl">DraaistroomMotor 3 fasen 6 aansluitingen</name>
|
||||
<name lang="cs">Trojfázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc width="4" x="4" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-180"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Motor part winding</name>
|
||||
<name lang="cs">Trojfázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" x1="-15" y2="10" x2="-26"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Motor monofásico2</name>
|
||||
<name lang="cs">Jednofázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-11" y="12" size="18" text="M"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="es">Motor mono cond.</name>
|
||||
<name lang="cs">Jednofázový motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="9" y2="-10" x2="19"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="de">Drehstrom Motor</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="2" text="Z1" y="-50" color="#000000"/>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<name lang="ca">Motor</name>
|
||||
<name lang="cs">Motor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team





|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-8" y="5" size="14" text="M"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="pt">Motor trifásico</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="31" rotation="0" text="Z2" color="#000000"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="pt">Motor trifásico PE + BRAKE</name>
|
||||
<name lang="fr">Moteur triphasé PE + BRAKE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text text="W1" rotation="270" x="8" y="-9" size="5"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="pt">Motor trifásico PE + TERM</name>
|
||||
<name lang="fr">Moteur triphasé PE + TERM</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text text="PE" rotation="270" x="18" y="-11" size="5"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="pt">Motor trifásico PE + TERM + BRAKE</name>
|
||||
<name lang="fr">Moteur triphasé PE + TERM + BRAKE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text text="W1" rotation="270" x="8" y="-9" size="5"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="cs">Tlumivka</name>
|
||||
<name lang="nl">Inductor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="14.5" y="4.3333" size="9" rotate="true" text="_" tagg="label"/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<name lang="cs">Tlumivka (indukčnost se vzduchovou mezerou)</name>
|
||||
<name lang="nl">Inductor met spleet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="7" y2="-1" x2="7"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="cs">Optočlen</name>
|
||||
<name lang="nl">Opto koppelaar</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="45" x="-23" y="-10" antialias="false" height="21" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="fr">Interface optocoupleur 2</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x2="4" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="8" y1="-5" y2="-1" y3="-4" antialias="true" x3="13"/>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user