Compare commits

..

10 Commits

Author SHA1 Message Date
Martin Marmsoler
f2b911da14 do not save conductorproperties in own child, but as part of conductor 2021-03-14 13:37:08 +01:00
Martin Marmsoler
539de96455 Fix problem when really old elements are added to a new project. These elements do not have an uuid for each terminal. So when exporting, save an unique ID into the terminal. So the conductors know to which terminal they must be connected 2021-03-14 11:49:01 +01:00
Martin Marmsoler
2a4416469a set tagname for PartText 2021-03-14 10:48:28 +01:00
Martin Marmsoler
0fbadc727d store terminalData in the terminal tag. Fixes the drag problem from the collection into the diagram. The problem was that some tags missed and therefore the creation of the element for dragging was unsuccessful 2021-03-14 08:29:26 +01:00
Martin Marmsoler
d805fb9ced read terminal uuid in Terminal and do not write terminal uuid from TerminalData, because Terminal just reads it, only PartTerminal writes the uuid 2021-03-13 18:57:01 +01:00
Martin Marmsoler
ba0faa7122 uuid gets already stored in the terminalData, so no need to store it again in the terminal it self 2021-03-13 18:25:12 +01:00
Martin Marmsoler
87d810744f use failed instead of no success, so the traces can be filtered more easily 2021-03-13 18:10:40 +01:00
Martin Marmsoler
1dabe930f2 fix terminal data problems 2021-03-13 18:10:06 +01:00
Martin Marmsoler
c3c13d5102 store also terminal data when storing terminal. Was accidentaly removed in 5d3710c4b2 2021-03-13 18:09:52 +01:00
Martin Marmsoler
f6c1a47d62 do not store invalid uuid, better to not store and use legacy approach 2021-03-13 17:27:12 +01:00
1570 changed files with 126328 additions and 151734 deletions

View File

@@ -131,32 +131,3 @@ target_include_directories(
${QET_DIR}/sources/factory/ui ${QET_DIR}/sources/factory/ui
${QET_DIR}/sources/print ${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()

View File

@@ -15,10 +15,10 @@ The main goal of the developers is to provide a libre, easy to use and effective
### Version ### Version
The current stable version is 0.80 and was released on 2021.02.21. The current stable version is 0.70 and was released on 2019.07.13.
Once it has been officialy released, the stable version is always frozen and is no longer developed. 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.9), 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.8), 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! 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,7 +33,6 @@ Like many other open source softwares, QElectroTech is provided as it is, withou
### Development / technical choices ### 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. 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: Here are the technical choices made for the software development:
@@ -154,52 +153,6 @@ Alternatively, you can export to vector (svg) or pixel (png, jpg, bmp) format im
* conductors num can be exported to csv file. * conductors num can be exported to csv file.
* *** * ***
Nomenclature
A new nomenclature tool appears in the menu: project -> Add a nomenclature.
The nomenclature is presented in the form of a configurable table separated into two parts: the display (the form) and the content (the background).
- Display: the size and position of the table, the margins between text and the table cell, the alignment of the text in the cells and the font. The configuration of the table headers and the table itself are separate.
- Content: the information to display in the table and the order in which it should be displayed.
![](https://download.tuxfamily.org/qet/images_depeche_linuxfr/08/dialogue_nomenclature.png "nomenclature dialogue")
In order to speed up the establishment of a nomenclature, it is possible to export / import the display and content configurations separately. This is the "Configuration" part that can be seen in the photos above.
Behind the scenes, an SQLite database does the work, so setting up the content is nothing more or less than an SQL query created using a dialog (screenshot by right).
The SQL query is configured as follows (from top to bottom in the screenshot):
- “Available information”: the information to display;
- "Filter": filter the information (is not empty, is empty, contains, does not contain, is equal to, is not equal to) only one filter can be applied per information, it is not possible combine several;
- "Type of elements": allows you to filter on what type of element you want to obtain information.
At the bottom, a checkmark "SQL query" allows you to edit a personalized query, if the basic options are not sufficient.
When a nomenclature is too large to be contained in a single folio, it is possible to separate it on several folios, the tables of each folio are then linked together. When creating a nomenclature, this option is activated by default, which has the effect of adding the necessary number of folios, adding a table in each of them and linking them together.
Finally two buttons are available in the property panel:
- "Fit the table to the folio": positions and adjusts the size and determines the number of rows in the table in relation to the folio;
- "Apply geometry to all tables linked to this one": applies the three properties mentioned above to all linked tables in order to save time and maintain aesthetic consistency.
And to finish a table
![](https://download.tuxfamily.org/qet/images_depeche_linuxfr/08/tableau.png "table")
Summary
The old summary has been completely removed from the code in order to make room for the new one which is exactly the same as the nomenclature (a large amount of the code is common), with the exception of the SQL query (and its dialog to configure it) which offers specific information for editing a summary.
Export of the internal database
The database used by the nomenclature and the summary can be exported in a “.sqlite” file.
Currently this is irrelevant, as the function was created during development for debugging purposes, we left it.
Note that the database will become increasingly important in the future of Qet.
Export of the wiring list
In order to be able to use the wiring number printers more easily, the names of conductors can be exported in CSV format, the export respects the quantity of conductors in order to print the right quantity of numbers, for example a potential numbered 240 composed of 3 wires will give 6 × 240 (2 numbers per wire × 3 wires) in the CSV.
### Story ### Story
The QElectroTech project was founded in 2007 by two french students, Xavier and Benoit. The QElectroTech project was founded in 2007 by two french students, Xavier and Benoit.
@@ -219,7 +172,7 @@ Nowadays, QET is not only used by many individuals, teachers and students but al
If you love QElectroTech, you can help developers to buy new hardware to test 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. 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) 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)

View File

@@ -10,61 +10,17 @@
"copy-icon": true, "copy-icon": true,
"finish-args": [ "finish-args": [
"--socket=wayland", "--socket=wayland",
"--socket=fallback-x11", "--socket=x11",
"--device=dri", "--device=dri",
"--share=ipc", "--share=ipc",
"--filesystem=host" "--filesystem=host"
], ],
"modules": [ "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", "name": "qelectrotech",
"buildsystem": "qmake", "buildsystem": "qmake",
"post-install": [ "post-install": [
"mv ${FLATPAK_DEST}/share/mime/packages/qelectrotech.xml ${FLATPAK_DEST}/share/mime/packages/org.qelectrotech.QElectroTech.xml" "mv /app/share/mime/packages/qelectrotech.xml /app/share/mime/packages/org.qelectrotech.QElectroTech.xml"
], ],
"sources": [ "sources": [
{ {
@@ -76,34 +32,6 @@
"path": "patches/0001-build-Fix-the-installation-paths.patch" "path": "patches/0001-build-Fix-the-installation-paths.patch"
} }
] ]
}, }
{
"name": "python3-PySimpleGUI",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} PySimpleGUI"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/d0/c3/c1ce811a1e48d5e0f2df0b393ff189fae4842ec840bb6e4db79c8da55e74/PySimpleGUI-4.41.2.tar.gz",
"sha256": "cf42d9f61f28c8e790a9c031ce900a9cee5fd2f950da2f055ed36bbc487dcf11"
}
]
},
{
"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/45/be/d5940d365ebf256e490bc6c10837244e0b8dda08a7d790691767263c318d/qet_tb_generator-1.2.5.tar.gz",
"sha256": "37c3298602244f3152fbb7601caba9b4862bac782991fbb472eab91afb70d09c"
}
]
}
] ]
} }

View File

@@ -60,7 +60,6 @@ parts:
plugin: python plugin: python
python-version: python3 python-version: python3
source: https://github.com/qelectrotech/qet_tb_generator.git source: https://github.com/qelectrotech/qet_tb_generator.git
python-packages: [PySimpleGUI]
stage-packages: stage-packages:
- python3-lxml - python3-lxml
- python3-tk - python3-tk

View File

@@ -39,12 +39,10 @@ if(${QET_LANG_PATH} STRGREATER "")
message("QET_LANG_PATH " ${INSTALL_PREFIX}${QET_LANG_PATH}) message("QET_LANG_PATH " ${INSTALL_PREFIX}${QET_LANG_PATH})
add_definitions(-DQET_LANG_PATH=${INSTALL_PREFIX}${QET_LANG_PATH}) add_definitions(-DQET_LANG_PATH=${INSTALL_PREFIX}${QET_LANG_PATH})
endif() endif()
if (NOT MINGW)
if(${QET_EXAMPLES_PATH} STRGREATER "") if(${QET_EXAMPLES_PATH} STRGREATER "")
message("QET_EXAMPLES_PATH " ${INSTALL_PREFIX}${QET_EXAMPLES_PATH}) message("QET_EXAMPLES_PATH " ${INSTALL_PREFIX}${QET_EXAMPLES_PATH})
add_definitions(-DQET_EXAMPLES_PATH=${INSTALL_PREFIX}${QET_EXAMPLES_PATH}) add_definitions(-DQET_EXAMPLES_PATH=${INSTALL_PREFIX}${QET_EXAMPLES_PATH})
endif() endif()
endif()
message("QET_LICENSE_PATH " ${QET_LICENSE_PATH}) message("QET_LICENSE_PATH " ${QET_LICENSE_PATH})
message("QET_MIME_XML_PATH " ${QET_MIME_XML_PATH}) message("QET_MIME_XML_PATH " ${QET_MIME_XML_PATH})

View File

@@ -19,9 +19,9 @@ message(" - fetch_kdeaddons")
if(DEFINED BUILD_WITH_KF5) if(DEFINED BUILD_WITH_KF5)
Include(FetchContent) Include(FetchContent)
option(BUILD_KF5 "Build KF5 libraries, use system ones otherwise" YES) set(BUILD_KF5_YES "YES")
if(BUILD_KF5) if(DEFINED BUILD_KF5_YES)
if(NOT DEFINED KF5_GIT_TAG) if(NOT DEFINED KF5_GIT_TAG)
#https://qelectrotech.org/forum/viewtopic.php?pid=13924#p13924 #https://qelectrotech.org/forum/viewtopic.php?pid=13924#p13924

View File

@@ -18,16 +18,9 @@ message(" - fetch_pugixml")
Include(FetchContent) Include(FetchContent)
option(BUILD_PUGIXML "Build pugixml library, use system one otherwise" YES) FetchContent_Declare(
pugixml
GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.4)
if(BUILD_PUGIXML) FetchContent_MakeAvailable(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()

View File

@@ -28,6 +28,9 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
# This strips terminating newline in the variable # This strips terminating newline in the variable
string(REGEX REPLACE "\n$" "" GIT_COMMIT_SHA "${GIT_COMMIT_SHA}") 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") if(NOT GIT_COMMIT_RESULT EQUAL "0")
message( message(
FATAL_ERROR FATAL_ERROR
@@ -36,6 +39,3 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
", please check") ", please check")
endif() endif()
endif() endif()
# This adds to definitions => .cpp
add_definitions(-DGIT_COMMIT_SHA="${GIT_COMMIT_SHA}")

View File

@@ -383,8 +383,6 @@ set(QET_SRC_FILES
${QET_DIR}/sources/properties/terminaldata.h ${QET_DIR}/sources/properties/terminaldata.h
${QET_DIR}/sources/properties/xrefproperties.cpp ${QET_DIR}/sources/properties/xrefproperties.cpp
${QET_DIR}/sources/properties/xrefproperties.h ${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/propertieseditordialog.h
${QET_DIR}/sources/PropertiesEditor/propertieseditordockwidget.cpp ${QET_DIR}/sources/PropertiesEditor/propertieseditordockwidget.cpp

View File

@@ -14,7 +14,7 @@
<name lang="hu">Beérkező hivatkozás</name> <name lang="hu">Beérkező hivatkozás</name>
<name lang="nl">Referentie Vorig</name> <name lang="nl">Referentie Vorig</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -14,7 +14,7 @@
<name lang="ru">Следующая страница</name> <name lang="ru">Следующая страница</name>
<name lang="cs">Další list</name> <name lang="cs">Další list</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -29,7 +29,7 @@
<elementInformation name="plant" show="1"></elementInformation> <elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
</elementInformations> </elementInformations>
<informations>titus <informations>titus&#xd;
titus0818@yahoo.com</informations> titus0818@yahoo.com</informations>
<description> <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"/> <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"/>

View File

@@ -15,7 +15,7 @@
<name lang="ru">Однополюсный + нейтраль</name> <name lang="ru">Однополюсный + нейтраль</name>
<name lang="hu">F + N</name> <name lang="hu">F + N</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="-5" y="-25.45" tagg="label" size="9" rotate="true" text="_"/> <input x="-5" y="-25.45" tagg="label" size="9" rotate="true" text="_"/>

View File

@@ -15,7 +15,7 @@
<name lang="ru">Трёхполюсный</name> <name lang="ru">Трёхполюсный</name>
<name lang="hu">3F</name> <name lang="hu">3F</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="-2" y="-34.45" tagg="label" size="9" rotate="true" text="_"/> <input x="-2" y="-34.45" tagg="label" size="9" rotate="true" text="_"/>

View File

@@ -15,7 +15,7 @@
<name lang="ru">Трёхполюсный + нейтраль</name> <name lang="ru">Трёхполюсный + нейтраль</name>
<name lang="hu">3F + N</name> <name lang="hu">3F + N</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="-7" y="-44.45" tagg="label" size="9" rotate="true" text="_"/> <input x="-7" y="-44.45" tagg="label" size="9" rotate="true" text="_"/>

View File

@@ -15,7 +15,7 @@
<name lang="ru">Фаза</name> <name lang="ru">Фаза</name>
<name lang="hu">F</name> <name lang="hu">F</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="-6" y="-14.45" tagg="label" size="9" rotate="true" text="_"/> <input x="-6" y="-14.45" tagg="label" size="9" rotate="true" text="_"/>

View File

@@ -28,7 +28,7 @@
<elementInformation name="plant" show="1"></elementInformation> <elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
</elementInformations> </elementInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"> <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">

View File

@@ -10,7 +10,7 @@
<name lang="cs">Kabel 3G</name> <name lang="cs">Kabel 3G</name>
<name lang="hu">Kábel 2 + PE</name> <name lang="hu">Kábel 2 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text x="12" y="9" size="4" text="2"/> <text x="12" y="9" size="4" text="2"/>

View File

@@ -10,7 +10,7 @@
<name lang="cs">Kabel 4G</name> <name lang="cs">Kabel 4G</name>
<name lang="hu">Kábel 3 + PE</name> <name lang="hu">Kábel 3 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -10,7 +10,7 @@
<name lang="cs">Kabel 3G</name> <name lang="cs">Kabel 3G</name>
<name lang="hu">Kábel 2 + PE</name> <name lang="hu">Kábel 2 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -8,7 +8,7 @@
<name lang="cs">Kabel 4G</name> <name lang="cs">Kabel 4G</name>
<name lang="hu">Kábel 3 + PE</name> <name lang="hu">Kábel 3 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -8,7 +8,7 @@
<name lang="cs">Kabel 5G</name> <name lang="cs">Kabel 5G</name>
<name lang="hu">Kábel 4 + N + PE</name> <name lang="hu">Kábel 4 + N + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -8,7 +8,7 @@
<name lang="cs">Kabel 3G</name> <name lang="cs">Kabel 3G</name>
<name lang="hu">Kábel 2 + PE</name> <name lang="hu">Kábel 2 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -7,7 +7,7 @@
<name lang="hu">Kábel 2 + PE</name> <name lang="hu">Kábel 2 + PE</name>
</names> </names>
<elementInformations/> <elementInformations/>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -10,7 +10,7 @@
<name lang="fr">Cable 3 phases+terre</name> <name lang="fr">Cable 3 phases+terre</name>
<name lang="hu">Kábel 3 + PE</name> <name lang="hu">Kábel 3 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -10,7 +10,7 @@
<name lang="fr">Cable 6 phases+terre</name> <name lang="fr">Cable 6 phases+terre</name>
<name lang="hu">Kábel 6 + PE</name> <name lang="hu">Kábel 6 + PE</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input size="4" tagg="none" rotate="true" x="38" y="-4" text="6"/> <input size="4" tagg="none" rotate="true" x="38" y="-4" text="6"/>

View File

@@ -9,7 +9,7 @@
<name lang="es">Sección 1 conductor</name> <name lang="es">Sección 1 conductor</name>
<name lang="hu">1 ér keresztmetszet</name> <name lang="hu">1 ér keresztmetszet</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -9,7 +9,7 @@
<name lang="es">Sección 2 conductores</name> <name lang="es">Sección 2 conductores</name>
<name lang="hu">2 ér keresztmetszet</name> <name lang="hu">2 ér keresztmetszet</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -9,7 +9,7 @@
<name lang="es">Sección 2 conductores</name> <name lang="es">Sección 2 conductores</name>
<name lang="hu">2 ér keresztmetszet</name> <name lang="hu">2 ér keresztmetszet</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -9,7 +9,7 @@
<name lang="es">Sección 3 conductores</name> <name lang="es">Sección 3 conductores</name>
<name lang="hu">3 ér keresztmetszet</name> <name lang="hu">3 ér keresztmetszet</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -15,7 +15,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -15,7 +15,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -15,7 +15,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -12,7 +12,6 @@
<name lang="pt">Descarregador de faísca</name> <name lang="pt">Descarregador de faísca</name>
<name lang="fr">Éclateur</name> <name lang="fr">Éclateur</name>
<name lang="nl">Vonkbrug</name> <name lang="nl">Vonkbrug</name>
<name lang="hu">Szikraköz</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -8,7 +8,6 @@
<name lang="cs">Varistor</name> <name lang="cs">Varistor</name>
<name lang="it">Varistore Metal-oxide</name> <name lang="it">Varistore Metal-oxide</name>
<name lang="nl">Varistor Metal-oxide</name> <name lang="nl">Varistor Metal-oxide</name>
<name lang="hu">Fém-oxid varisztor</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>

View File

@@ -10,11 +10,10 @@
<name lang="el">Προστασία από υπέρταση</name> <name lang="el">Προστασία από υπέρταση</name>
<name lang="fr">Parafoudre</name> <name lang="fr">Parafoudre</name>
<name lang="en">Surge protection</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> <name lang="es">Protección contra descargas 2</name>
</names> </names>
<elementInformations/> <elementInformations/>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"> <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">

View File

@@ -2,7 +2,6 @@
<uuid uuid="{5FC5912D-A466-4E02-8051-7F08868D3FB5}"/><names> <uuid uuid="{5FC5912D-A466-4E02-8051-7F08868D3FB5}"/><names>
<name lang="de">Blitzschutz</name> <name lang="de">Blitzschutz</name>
<name lang="en">Surge protector</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="es">Protección contra descargas</name>
<name lang="it">Scaricatore</name> <name lang="it">Scaricatore</name>
<name lang="fr">Parafoudre</name> <name lang="fr">Parafoudre</name>

View File

@@ -11,7 +11,6 @@
<name lang="pl">Ogranicznik przepięć</name> <name lang="pl">Ogranicznik przepięć</name>
<name lang="ar">حامي من الصواعق</name> <name lang="ar">حامي من الصواعق</name>
<name lang="en">Surge protection</name> <name lang="en">Surge protection</name>
<name lang="hu">Túlfeszültség védő</name>
</names> </names>
<elementInformations> <elementInformations>
<elementInformation show="1" name="unity"></elementInformation> <elementInformation show="1" name="unity"></elementInformation>

View File

@@ -8,7 +8,6 @@
<name lang="cs">Bleskojistka, ochrana proti přepětí</name> <name lang="cs">Bleskojistka, ochrana proti přepětí</name>
<name lang="fr">Parafoudre</name> <name lang="fr">Parafoudre</name>
<name lang="en">Surge protector</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="es">Protección contra descargas</name>
</names> </names>
<elementInformations> <elementInformations>

View File

@@ -11,6 +11,5 @@
<name lang="el">Προστασία από υπέρταση</name> <name lang="el">Προστασία από υπέρταση</name>
<name lang="nl">Overspanningsbeveiliging</name> <name lang="nl">Overspanningsbeveiliging</name>
<name lang="da">Overspændingsbeskyttelse</name> <name lang="da">Overspændingsbeskyttelse</name>
<name lang="hu">Túlfeszültség védelem</name>
</names> </names>
</qet-directory> </qet-directory>

View File

@@ -8,7 +8,6 @@
<name lang="pl">Odgromnik gazowyładowczy dwuelektrodowy</name> <name lang="pl">Odgromnik gazowyładowczy dwuelektrodowy</name>
<name lang="cs">Plynová bleskojistka</name> <name lang="cs">Plynová bleskojistka</name>
<name lang="nl">gasontladingsbuis</name> <name lang="nl">gasontladingsbuis</name>
<name lang="hu">Védőgázas szimetrikus kisülőcső</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>

View File

@@ -8,7 +8,6 @@
<name lang="pl">Odgromnik gazowyładowczy trójelektrodowy</name> <name lang="pl">Odgromnik gazowyładowczy trójelektrodowy</name>
<name lang="cs">Dvojitá plynová bleskojistka</name> <name lang="cs">Dvojitá plynová bleskojistka</name>
<name lang="nl">Symmetrische gasontlading buis</name> <name lang="nl">Symmetrische gasontlading buis</name>
<name lang="hu">Védőgázas kisülőcső</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>

View File

@@ -11,7 +11,6 @@
<name lang="es">Bobina</name> <name lang="es">Bobina</name>
<name lang="cs">Cívka relé</name> <name lang="cs">Cívka relé</name>
<name lang="nl">Spoel</name> <name lang="nl">Spoel</name>
<name lang="hu">Tekercs</name>
<name lang="be">Relais spoel (algemeen)</name> <name lang="be">Relais spoel (algemeen)</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -12,7 +12,6 @@
<name lang="cs">Bistabilní remanentní relé</name> <name lang="cs">Bistabilní remanentní relé</name>
<name lang="nl">spoel remanent</name> <name lang="nl">spoel remanent</name>
<name lang="be">Spoel KA remanent</name> <name lang="be">Spoel KA remanent</name>
<name lang="hu">Tekercs</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -11,7 +11,6 @@
<name lang="es">Bobina KA con enclavamiento mecánico</name> <name lang="es">Bobina KA con enclavamiento mecánico</name>
<name lang="cs">Mechanické blokovací relé</name> <name lang="cs">Mechanické blokovací relé</name>
<name lang="nl">spoel met vergrendeling</name> <name lang="nl">spoel met vergrendeling</name>
<name lang="hu">Tekercs</name>
<name lang="be">Spoel KA met mechanische vergrendeling</name> <name lang="be">Spoel KA met mechanische vergrendeling</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -9,7 +9,6 @@
<name lang="cs">Relé se zpožděným zapnutím a vypnutím</name> <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="de">Relais ansprech- und rückfallverzögert</name>
<name lang="it">Bobina di relè ritardato</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="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης-απενεργοποίησης</name>
<name lang="ar">ملف مُؤقت مع تأخير الإستجابة و تأخير الإعتاق</name> <name lang="ar">ملف مُؤقت مع تأخير الإستجابة و تأخير الإعتاق</name>
<name lang="pl">Cewka przekaźnika działającego ze zwłoką przy wzbudzeniu i odwzbudzeniu</name> <name lang="pl">Cewka przekaźnika działającego ze zwłoką przy wzbudzeniu i odwzbudzeniu</name>

View File

@@ -2,7 +2,6 @@
<uuid uuid="{7E996B1F-B537-44D9-A3E9-DB5F30487400}"/><names> <uuid uuid="{7E996B1F-B537-44D9-A3E9-DB5F30487400}"/><names>
<name lang="be">Spoel met uitschakel vertraging</name> <name lang="be">Spoel met uitschakel vertraging</name>
<name lang="en">Coil with off delay</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="fr">Bobine tempo repos</name>
<name lang="ru">Обмотка</name> <name lang="ru">Обмотка</name>
<name lang="es">Bobina de reposo temporizado</name> <name lang="es">Bobina de reposo temporizado</name>

View File

@@ -2,7 +2,6 @@
<uuid uuid="{14D69713-ADDE-4ACD-8654-50E3E60B61F7}"/><names> <uuid uuid="{14D69713-ADDE-4ACD-8654-50E3E60B61F7}"/><names>
<name lang="be">Spoel met inschakel vertraging</name> <name lang="be">Spoel met inschakel vertraging</name>
<name lang="en">Coil with on delay</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="fr">Bobine tempo travail</name>
<name lang="ru">Обмотка</name> <name lang="ru">Обмотка</name>
<name lang="es">Bobina de trabajo temporizado</name> <name lang="es">Bobina de trabajo temporizado</name>

View File

@@ -2,7 +2,6 @@
<uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/> <uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/>
<names> <names>
<name lang="cs">Časové relé</name> <name lang="cs">Časové relé</name>
<name lang="hu">Időzítő relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">coil</kindInformation> <kindInformation show="1" name="type">coil</kindInformation>

View File

@@ -8,7 +8,6 @@
<name lang="pl">Przekaźnik prądu przemiennego</name> <name lang="pl">Przekaźnik prądu przemiennego</name>
<name lang="cs">Cívka relé pro AC napájení</name> <name lang="cs">Cívka relé pro AC napájení</name>
<name lang="es">Relé de CA</name> <name lang="es">Relé de CA</name>
<name lang="hu">Tekercs AC</name>
<name lang="nl">Relais voor wisselspanning</name> <name lang="nl">Relais voor wisselspanning</name>
<name lang="be">Relais AC (wisselspanning)</name> <name lang="be">Relais AC (wisselspanning)</name>
</names> </names>

View File

@@ -8,7 +8,6 @@
<name lang="cs">Cívka relé pro DC napájení</name> <name lang="cs">Cívka relé pro DC napájení</name>
<name lang="de">Spule mit Gleichstrombetätigung</name> <name lang="de">Spule mit Gleichstrombetätigung</name>
<name lang="it">Relè DC</name> <name lang="it">Relè DC</name>
<name lang="hu">Tekercs DC</name>
<name lang="el">Πηνίο συνεχούς</name> <name lang="el">Πηνίο συνεχούς</name>
<name lang="pl">Przekaźnik prądu przemiennego</name> <name lang="pl">Przekaźnik prądu przemiennego</name>
</names> </names>

View File

@@ -9,8 +9,7 @@
<name lang="cs">Elektronické relé</name> <name lang="cs">Elektronické relé</name>
<name lang="nl">relais electronisch</name> <name lang="nl">relais electronisch</name>
<name lang="es">Relé electrónico</name> <name lang="es">Relé electrónico</name>
<name lang="be">Electronisch relais</name> <name lang="be">Electronisch relais</name>
<name lang="hu">Tranzisztoros működtetés</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -9,7 +9,6 @@
<name lang="es"> Relé insensible a la CA</name> <name lang="es"> Relé insensible a la CA</name>
<name lang="nl">relais ongevoelig voor wisselspanning</name> <name lang="nl">relais ongevoelig voor wisselspanning</name>
<name lang="el">Ρελέ με αντοχή σε AC</name> <name lang="el">Ρελέ με αντοχή σε AC</name>
<name lang="hu">AC-ra érzéketlen relé</name>
<name lang="be">Relais ongevoelig voor AC (wisselspanning)</name> <name lang="be">Relais ongevoelig voor AC (wisselspanning)</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -10,7 +10,6 @@
<name lang="cs">Polarizované relé</name> <name lang="cs">Polarizované relé</name>
<name lang="es">Relé polarizado</name> <name lang="es">Relé polarizado</name>
<name lang="nl">relay polair</name> <name lang="nl">relay polair</name>
<name lang="hu">Polarizált relé</name>
<name lang="be">Relais gepolariseerd</name> <name lang="be">Relais gepolariseerd</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -9,7 +9,6 @@
<name lang="cs">Rychlé relé</name> <name lang="cs">Rychlé relé</name>
<name lang="es">Relé rapido</name> <name lang="es">Relé rapido</name>
<name lang="nl">relais snel</name> <name lang="nl">relais snel</name>
<name lang="hu">Gyors működésű relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -8,7 +8,6 @@
<name lang="es">Relé de remanencia</name> <name lang="es">Relé de remanencia</name>
<name lang="cs">Bistabilní remanentní relé</name> <name lang="cs">Bistabilní remanentní relé</name>
<name lang="nl">remanent relais</name> <name lang="nl">remanent relais</name>
<name lang="hu">Remanencia relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -4,7 +4,6 @@
<name lang="fr">Relais à mise au repos retardée</name> <name lang="fr">Relais à mise au repos retardée</name>
<name lang="es">Relé con retardo de apertura</name> <name lang="es">Relé con retardo de apertura</name>
<name lang="nl">spoel afvalvertraagd</name> <name lang="nl">spoel afvalvertraagd</name>
<name lang="hu">Nyugvó (elejtés) késleltetésű relé</name>
<name lang="cs">Relé se zpožděným vypnutím</name> <name lang="cs">Relé se zpožděným vypnutím</name>
<name lang="de">Relais rückfallverzögert</name> <name lang="de">Relais rückfallverzögert</name>
<name lang="it">Relè ritardato all'apertura</name> <name lang="it">Relè ritardato all'apertura</name>

View File

@@ -9,7 +9,6 @@
<name lang="es">Relé de trabajo y reposo retardado</name> <name lang="es">Relé de trabajo y reposo retardado</name>
<name lang="cs">Relé se zpožděným zapnutím a vypnutím</name> <name lang="cs">Relé se zpožděným zapnutím a vypnutím</name>
<name lang="nl">spoel opkom en afval vertraagd</name> <name lang="nl">spoel opkom en afval vertraagd</name>
<name lang="hu">Meghúzás és elengedés késleltetésű relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -9,7 +9,6 @@
<name lang="es">Relé de sobrecarga termica</name> <name lang="es">Relé de sobrecarga termica</name>
<name lang="cs">Tepelné relé</name> <name lang="cs">Tepelné relé</name>
<name lang="nl">Thermisch relais</name> <name lang="nl">Thermisch relais</name>
<name lang="hu">Thermikus túlterhelés védelmi relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -7,7 +7,6 @@
<name lang="cs">Relé se zpožděným zapnutím</name> <name lang="cs">Relé se zpožděným zapnutím</name>
<name lang="de">Relais ansprechverzögert</name> <name lang="de">Relais ansprechverzögert</name>
<name lang="it">Relè ritardato alla chiusura</name> <name lang="it">Relè ritardato alla chiusura</name>
<name lang="hu">Meghúzás késleltetésű relé</name>
<name lang="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης</name> <name lang="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης</name>
<name lang="pl">Przekaźnik działający ze zwłoką przy wzbudzeniu</name> <name lang="pl">Przekaźnik działający ze zwłoką przy wzbudzeniu</name>
</names> </names>

View File

@@ -8,7 +8,6 @@
<name lang="pl">Przekaźnik z blokadą mechaniczną</name> <name lang="pl">Przekaźnik z blokadą mechaniczną</name>
<name lang="es">Relé con enclavamiento mecánico</name> <name lang="es">Relé con enclavamiento mecánico</name>
<name lang="cs">Mechanické blokovací relé</name> <name lang="cs">Mechanické blokovací relé</name>
<name lang="hu">Relé mechanikus retesszel</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -14,6 +14,5 @@
<name lang="nl">Spoelen</name> <name lang="nl">Spoelen</name>
<name lang="be">Spoelen</name> <name lang="be">Spoelen</name>
<name lang="da">Spoler</name> <name lang="da">Spoler</name>
<name lang="hu">Tekercsek/relék</name>
</names> </names>
</qet-directory> </qet-directory>

View File

@@ -7,7 +7,6 @@
<name lang="de">Blinkrelais</name> <name lang="de">Blinkrelais</name>
<name lang="it">Relè ciclico</name> <name lang="it">Relè ciclico</name>
<name lang="el">Πηνίο ρελέ παλμού</name> <name lang="el">Πηνίο ρελέ παλμού</name>
<name lang="hu">"Villogó" relé</name>
<name lang="pl">Przekaźnik migowy (cykliczny)</name> <name lang="pl">Przekaźnik migowy (cykliczny)</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -9,7 +9,6 @@
<name lang="es">Relé polarizado, de trabajo en una dirección de la corriente en la bobina</name> <name lang="es">Relé polarizado, de trabajo en una dirección de la corriente en la bobina</name>
<name lang="cs">Polarizované monostabilní relé</name> <name lang="cs">Polarizované monostabilní relé</name>
<name lang="nl">Polair relais</name> <name lang="nl">Polair relais</name>
<name lang="hu">Polarizált relé</name>
</names> </names>
<informations>License: see http://qelectrotech.org/wiki/doc/elements_license</informations> <informations>License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>

View File

@@ -10,7 +10,6 @@
<name lang="el">Ηλεκτρονικό ρελέ</name> <name lang="el">Ηλεκτρονικό ρελέ</name>
<name lang="ar">مُرحّل استاتيكي</name> <name lang="ar">مُرحّل استاتيكي</name>
<name lang="pl">Przekaźnik statyczny</name> <name lang="pl">Przekaźnik statyczny</name>
<name lang="hu">Szilárd test relé</name>
</names> </names>
<kindInformations/> <kindInformations/>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team

View File

@@ -6,7 +6,6 @@
<name lang="fr">Relais temporisé repos à commande externe</name> <name lang="fr">Relais temporisé repos à commande externe</name>
<name lang="pl">Przekaźnik z opuźnionym powrotem, z wejściem sterującym</name> <name lang="pl">Przekaźnik z opuźnionym powrotem, z wejściem sterującym</name>
<name lang="cs">Zpožděné relé s externím ovládáním</name> <name lang="cs">Zpožděné relé s externím ovládáním</name>
<name lang="hu">Elengedeés késleltetésű relé külső paranccsal</name>
<name lang="el">Πηνίο καθυστέρησης απενεργοποίησης με εξωτερική εντολή</name> <name lang="el">Πηνίο καθυστέρησης απενεργοποίησης με εξωτερική εντολή</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -9,7 +9,6 @@
<name lang="pl">Cewka</name> <name lang="pl">Cewka</name>
<name lang="es">Relé biestable</name> <name lang="es">Relé biestable</name>
<name lang="cs">Bistabilní relé</name> <name lang="cs">Bistabilní relé</name>
<name lang="hu">Bistabil relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -8,7 +8,6 @@
<name lang="pl">Łącznik zdalnie sterowany</name> <name lang="pl">Łącznik zdalnie sterowany</name>
<name lang="es">Interruptor a control remoto 1P1T</name> <name lang="es">Interruptor a control remoto 1P1T</name>
<name lang="cs">Dálkově ovládaný spínač</name> <name lang="cs">Dálkově ovládaný spínač</name>
<name lang="hu">Távoli vezérlésű relé</name>
<name lang="nl">Afstand bestuurbaar schakelaar</name> <name lang="nl">Afstand bestuurbaar schakelaar</name>
</names> </names>
<kindInformations> <kindInformations>

View File

@@ -4,7 +4,6 @@
<name lang="fr">Relais temporisé</name> <name lang="fr">Relais temporisé</name>
<name lang="en">Timed relay</name> <name lang="en">Timed relay</name>
<name lang="cs">Časové relé</name> <name lang="cs">Časové relé</name>
<name lang="hu">Ütemadó relé</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">coil</kindInformation> <kindInformation show="1" name="type">coil</kindInformation>

View File

@@ -3,7 +3,6 @@
<names> <names>
<name lang="en">Timer T 816</name> <name lang="en">Timer T 816</name>
<name lang="cs">Timer T 816</name> <name lang="cs">Timer T 816</name>
<name lang="hu">Időzítő relé T 816</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -3,7 +3,6 @@
<names> <names>
<name lang="en">Timer TMR48</name> <name lang="en">Timer TMR48</name>
<name lang="cs">Timer TMR48</name> <name lang="cs">Timer TMR48</name>
<name lang="hu">Időzítő relé TMR48</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">coil</kindInformation> <kindInformation name="type" show="1">coil</kindInformation>

View File

@@ -2,7 +2,6 @@
<uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/> <uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/>
<names> <names>
<name lang="cs">Kontakt zpožděný odpad</name> <name lang="cs">Kontakt zpožděný odpad</name>
<name lang="hu">Késleltetett működésű záróérintkező</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="state" show="1">NO</kindInformation> <kindInformation name="state" show="1">NO</kindInformation>

View File

@@ -7,7 +7,7 @@
<name lang="es">Contacto relé térmico (NA)</name> <name lang="es">Contacto relé térmico (NA)</name>
<name lang="cs">Kontakt (NO) tepelného jističe</name> <name lang="cs">Kontakt (NO) tepelného jističe</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -7,7 +7,7 @@
<name lang="es">Contacto relé térmico (NC)</name> <name lang="es">Contacto relé térmico (NC)</name>
<name lang="cs">Kontakt (NC) tepelného jističe</name> <name lang="cs">Kontakt (NC) tepelného jističe</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -13,6 +13,5 @@
<name lang="cs">Relé, stykače a kontakty</name> <name lang="cs">Relé, stykače a kontakty</name>
<name lang="da">Relæer, kontaktorer og kontakter</name> <name lang="da">Relæer, kontaktorer og kontakter</name>
<name lang="ja">継電器、接触器、接点</name> <name lang="ja">継電器、接触器、接点</name>
<name lang="hu">Relék, kontaktorok és érintkezők</name>
</names> </names>
</qet-directory> </qet-directory>

View File

@@ -11,7 +11,7 @@
<name lang="cs">Jednofázový autotransformátor</name> <name lang="cs">Jednofázový autotransformátor</name>
<name lang="nl">enkelfase autotransformator</name> <name lang="nl">enkelfase autotransformator</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -11,7 +11,7 @@
<name lang="cs">Třífázový autotransformátor</name> <name lang="cs">Třífázový autotransformátor</name>
<name lang="nl">driefase autotransformator</name> <name lang="nl">driefase autotransformator</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="20" y="17.6667" size="5" text="___V"/> <input x="20" y="17.6667" size="5" text="___V"/>

View File

@@ -11,7 +11,7 @@
<name lang="cs">Třífázový autotransformátor + neutrál</name> <name lang="cs">Třífázový autotransformátor + neutrál</name>
<name lang="nl">driefase autotransformator + Nul</name> <name lang="nl">driefase autotransformator + Nul</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="20" y="17.6667" size="5" text="___V"/> <input x="20" y="17.6667" size="5" text="___V"/>

View File

@@ -11,7 +11,7 @@
<name lang="cs">Třífázový transformátor</name> <name lang="cs">Třífázový transformátor</name>
<name lang="nl">Driefase transformator</name> <name lang="nl">Driefase transformator</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text x="-16" y="-31.6667" size="4" text="A1"/> <text x="-16" y="-31.6667" size="4" text="A1"/>

View File

@@ -11,7 +11,7 @@
<name lang="cs">Třífázový transformátor + neutrál</name> <name lang="cs">Třífázový transformátor + neutrál</name>
<name lang="nl">driefase transformator + Nul</name> <name lang="nl">driefase transformator + Nul</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -7,7 +7,7 @@
<name lang="es">Lámpara azul</name> <name lang="es">Lámpara azul</name>
<name lang="cs">Kontrolka</name> <name lang="cs">Kontrolka</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -7,7 +7,7 @@
<name lang="es">Lámpara roja</name> <name lang="es">Lámpara roja</name>
<name lang="cs">Kontrolka</name> <name lang="cs">Kontrolka</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -8,7 +8,7 @@
<name lang="ca">Lum verda</name> <name lang="ca">Lum verda</name>
<name lang="cs">Kontrolka</name> <name lang="cs">Kontrolka</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -12,7 +12,7 @@
<name lang="pl">Głośnik</name> <name lang="pl">Głośnik</name>
<name lang="nl">Luidspreker</name> <name lang="nl">Luidspreker</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input y="1.55" text="_" x="14" rotate="true" size="9" tagg="label"/> <input y="1.55" text="_" x="14" rotate="true" size="9" tagg="label"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -1,40 +0,0 @@
<definition hotspot_y="24" type="element" link_type="simple" height="50" width="60" orientation="dyyy" version="0.80" hotspot_x="28">
<uuid uuid="{4f9e99c4-8b9f-4727-837a-c145a41669dc}"/>
<names>
<name lang="de">Fußschalter 2-polig Schliesser/Öffner</name>
<name lang="en">Foot Switch (NO/NC)</name>
<name lang="pl">Łącznik wielozestykowy napędzany nogą</name>
<name lang="it">Comando a pedale (NO/NC)</name>
<name lang="ar">مفتاح بدوّاسة (NO/NC)</name>
<name lang="el">Ποδοδιακόπτης, ανοικτή και κλειστή επαφή</name>
<name lang="cs">Pedálový spínač (NO/NC)</name>
<name lang="es">Paro de emergencia con pedal (NA/NC)</name>
<name lang="fr">Interrupteur à pedale (NO/NC)</name>
<name lang="nl">Voetschakelaar (NO/NC)</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line x2="-15" length1="1.5" y1="-9" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{6e15cbca-5884-432a-b376-0eeeaf93807b}" frame="false" Valignment="AlignTop" z="4" Halignment="AlignLeft" x="-25" rotation="0" text_width="-1" text_from="ElementInfo" y="-23">
<text></text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{fec82be4-22c7-47c0-9f88-03e4aa98453b}" frame="false" Valignment="AlignTop" z="5" Halignment="AlignLeft" x="-24" rotation="0" text_width="-1" text_from="ElementInfo" y="9">
<text></text>
</dynamic_text>
<polygon x2="-22" x3="-16" y1="20" y2="10" antialias="true" y3="-10" closed="false" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="28" length1="1.5" y1="0" y2="0" length2="1.5" antialias="false" end1="none" end2="none" x1="-23" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<line x2="-22" length1="1.5" y1="-20" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="25" x3="19" y1="20" y2="10" antialias="true" y3="-10" closed="false" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="25" length1="1.5" y1="-20" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{710338b0-9eaa-4d59-83d7-04c5d943f372}" frame="false" Valignment="AlignTop" z="12" Halignment="AlignLeft" x="-16" rotation="0" text_width="-1" text_from="ElementInfo" y="-7.8334">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal uuid="{d0344bb5-2bee-4b7e-a546-3d1e93cc6c6e}" name="" x="-22" orientation="n" y="-20"/>
<terminal uuid="{e5ce146b-8ee7-4911-8b16-3df6e5db95f7}" name="" x="25" orientation="s" y="20"/>
<terminal uuid="{cb1c6234-2e2b-4182-a41e-0bd903308857}" name="" x="25" orientation="n" y="-20"/>
<terminal uuid="{4c78277d-8476-4fb2-9ca3-49c4e85e6dd3}" name="" x="-22" orientation="s" y="20"/>
</description>
</definition>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -1,53 +0,0 @@
<definition hotspot_x="34" type="element" version="0.90" link_type="simple" width="190" height="60" hotspot_y="30">
<uuid uuid="{1493c806-dd66-4b97-8f60-7fe6805d7364}"/>
<names>
<name lang="fr">Commutateur à 3 positions A/0/M </name>
</names>
<elementInformations>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text x="-22" color="#000000" text="0" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<polygon x3="150" x1="145" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="150"/>
<text x="-19" color="#000000" text="I" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<line end1="none" length1="1.5" x1="150" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="150"/>
<polygon x3="50" x1="45" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="50"/>
<text x="-10" color="#000000" text="III" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<polygon x3="100" x1="95" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="100"/>
<line end1="none" length1="1.5" x1="50" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="50"/>
<line end1="none" length1="1.5" x1="100" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="100"/>
<line end1="none" length1="1.5" x1="-15" y1="5" y2="-5" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-9"/>
<line end1="none" length1="1.5" x1="-21" y1="-5" y2="5" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-15"/>
<line end1="none" length1="1.5" x1="147" y1="0" y2="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-23.0136"/>
<text x="-14" color="#000000" text="II" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<dynamic_text x="160" text_width="-1" y="-10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" z="13" rotation="0" frame="false" uuid="{f223e627-8712-4f6f-9c88-ec96bed2375e}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x3="-27" x1="-24" y1="-5" y2="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-30" y4="5" y3="5" closed="false" antialias="false" x2="-27"/>
<polygon x3="0" x1="-5" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="0"/>
<line end1="none" length1="1.5" x1="0" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="0"/>
<line end1="none" length1="1.5" x1="-15" y1="5" y2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-18"/>
<line end1="none" length1="1.5" x1="-13" y1="-6" y2="5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-15"/>
<terminal x="0" name="" orientation="s" type="Generic" y="21" uuid="{80d55e51-fb45-4e4b-9321-113e221eb3fb}"/>
<terminal x="150" name="" orientation="s" type="Generic" y="21" uuid="{35246de8-5510-4491-ac36-9f168d0f2c67}"/>
<terminal x="100" name="" orientation="s" type="Generic" y="21" uuid="{276a6a53-a111-4c37-bd44-62a391f3790d}"/>
<terminal x="0" name="" orientation="n" type="Generic" y="-21" uuid="{98679cb1-c7aa-472f-8fba-2176b61cdb84}"/>
<terminal x="50" name="" orientation="s" type="Generic" y="21" uuid="{e8f43154-6943-4015-b5cf-d7cff3a3bf59}"/>
<terminal x="150" name="" orientation="n" type="Generic" y="-22" uuid="{b7eafdd7-085a-4b99-961c-5518e9f89a89}"/>
<terminal x="50" name="" orientation="n" type="Generic" y="-21" uuid="{73d98523-0345-48f2-a752-89d6f99646c0}"/>
<terminal x="100" name="" orientation="n" type="Generic" y="-21" uuid="{ecb47209-ebde-4018-9bfb-234a6719c1ab}"/>
</description>
</definition>

View File

@@ -11,7 +11,7 @@
<name lang="es">Interruptor de 3 posiciones</name> <name lang="es">Interruptor de 3 posiciones</name>
</names> </names>
<elementInformations/> <elementInformations/>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -13,7 +13,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">commutator</kindInformation> <kindInformation name="type" show="1">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -13,7 +13,7 @@
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">commutator</kindInformation> <kindInformation name="type" show="1">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -13,7 +13,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -12,7 +12,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<circle x="70.5" y="-3.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="7"/> <circle x="70.5" y="-3.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="7"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<circle x="-11" y="10.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="3"/> <circle x="-11" y="10.5" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="3"/>

View File

@@ -14,7 +14,7 @@
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">commutator</kindInformation> <kindInformation show="1" name="type">commutator</kindInformation>
</kindInformations> </kindInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <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"/> <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"/>

View File

@@ -4,8 +4,8 @@
<name lang="cs">Měřič překročení spotřeby</name> <name lang="cs">Měřič překročení spotřeby</name>
<name lang="nl">Overcapaciteit teller</name> <name lang="nl">Overcapaciteit teller</name>
<name lang="it">Contatore di energia attiva a supero di potenza</name> <name lang="it">Contatore di energia attiva a supero di potenza</name>
<name lang="de">Überverbrauchszähler, Spitzenzähler</name> <name lang="de">Überverbrauchszähler, Spitzenzähler&#xd;</name>
<name lang="en"> Excess watt-hour meter</name> <name lang="en"> Excess watt-hour meter&#xd;</name>
<name lang="fr">Compteur à énergie active à dépassement de puissance</name> <name lang="fr">Compteur à énergie active à dépassement de puissance</name>
<name lang="pl">Licznik watogodzin szczytowy</name> <name lang="pl">Licznik watogodzin szczytowy</name>
<name lang="ar">عدّاد طاقة فعّالة مع تجاوز قدرة</name> <name lang="ar">عدّاد طاقة فعّالة مع تجاوز قدرة</name>

Some files were not shown because too many files have changed in this diff Show More