Ps: j'ai changé ton nom d'utilisateur, pas la peine d'exciter les spammeurs en leurs offrant ton adresse mail sur un plateau ...

Not for the moment, but you could connect a end symbols at the end of conductor like (arrow, circle, diamond ) or what you want.

Revision: 4798
Author:   scorpio810
Date:     2016-12-04 04:50:12 +0100 (Sun, 04 Dec 2016)
Log Message:
-----------
Minor: RichTextEditor : add action to create superscript or subscript
text or numbers

Bonjour Franck,

ce n'est effectivement pas possible, mais "impossible n'est pas français" comme dit une citation courante. nomicons/tongue
La petite astuce est d'avoir deux bornes légèrement espacées sur les éléments pour pouvoir y connecter deux conducteurs de couleurs différentes.

Pour un petit schéma et simple de surcroît ça peut le faire, pour le câblage entier d'un véhicule de compétition, il serait plus souhaitable de repérer les fils par leur champ texte du style prefix color : blue/red etc..

https://download.qelectrotech.org/qet/forum_img/conductor_dual_color.png

You could add internal link and other, but this document need to be online or in localhost :'(  :



http://www.adobe.com/content/dam/Adobe/ … o,-169,394


http://wwwimages.adobe.com/content/dam/ … o32000.pdf

Like this :

http://math.columbia.edu/~dejong/wordpress/?p=3234

Add Online link documentation into your PDF :

Insert internal link document to a specific page in PDF project :

Internal link to a specific page:


<a href="your_file.pdf#5">link to page 5</a>

Only save and re open project for see this change.

Or try your script for change all element description in your project file, make backup before !

Hum, when you want to update element in drawing, you need to edit this with Qet element editor, it create new UUID when you saving element.
After when you drag and drop this element on your drawing it detect your element UUID as changed and ask if you want to replace etc.


You can adapt my small command nomicons/grin  to add UUID for all element in directory that do not contain this tag.
I make this bash script when we add UUID tag and for patch all elements collection.

#!/bin/bash
# Add attribut "uuid" in all .elmt files.
# need packages : sed, uuid-runtime, find

find . -type f -name "*.elmt" -exec sh -c 'UUID="$(uuidgen | awk '"'"'{print toupper($0)}'"'"')" ; sed -i '"'"'s#\(\).*\(<names>\)#\1'"'"'"<uuid uuid=\"{$UUID}\"/>"'"'"'\2#'"'"' "{}"' \;

https://download.qelectrotech.org/qet/forum_img/macosmimetype.png
https://download.qelectrotech.org/qet/forum_img/macosmimetype1.png

Revision: 4795
Author:   blacksun
Date:     2016-12-01 10:09:50 +0100 (Thu, 01 Dec 2016)
Log Message:
-----------
Element now use the pattern and variable of formula to create the label, both stored in diagram context (instead of the label with a pattern and formula, to create the final label)

pas de possibilité de lancer l’application en cliquant sur une sauvegarde (fichier.qet), ni sur un élément (fichier.elmt) ou un cartouche (fichier.titleblock) comme sur les autres OS Linux et MS Windows.

En passe d’être réglé, avec cet Info.plist cliquer sur un .elmt ouvre l’éditeur d’élément, cliquer sur un .titleblock ouvre l’éditeur de cartouche, un .qet le projet, mais on ouvre aussi une instance de QET en plus. nomicons/angry 
Les icônes sur les différentes extensions types de fichiers QET ne fonctionnent pas encore.


Edit : je pense que ça vient de la taille des icônes en .ICNS ?

Si vous avez des idées?


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDocumentTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>elmt</string>
            </array>
            <key>CFBundleTypeMIMETypes</key>
            <array>
                <string>application/x-qet-element</string>
            </array>
            <key>CFBundleTypeName</key>
            <string>Elmt File</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
        </dict>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>titleblock</string>
            </array>
            <key>CFBundleTypeMIMETypes</key>
            <array>
                <string>application/x-qet-titleblock</string>
            </array>
            <key>CFBundleTypeName</key>
            <string>Titleblock File</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
        </dict>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>qet</string>
            </array>
            <key>CFBundleTypeMIMETypes</key>
            <array>
                <string>application/x-qet-project</string>
            </array>
            <key>CFBundleTypeName</key>
            <string>QET project File</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
        </dict>
    </array>
    <key>CFBundleExecutable</key>
    <string>qelectrotech</string>
    <key>CFBundleIconFile</key>
    <string>qelectrotech.icns</string>
    <key>CFBundleIdentifier</key>
    <string>org.qelectrotech</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>NOTE</key>
    <string>This file was generated by Qt/QMake.</string>
    <key>NSHighResolutionCapable</key>
    <string>YES</string>
    <key>NSHighResolutionMagnifyAllowed</key>
    <string>NO</string>
    <key>NSHumanReadableCopyright</key>
    <string>GNU Public License, V2 or, at your option, any later version.</string>
    <key>NSPrincipalClass</key>
    <string>NSApplication</string>
    <key>UTExportedTypeDeclarations</key>
    <array>
        <dict>
            <key>UTTypeConformsTo</key>
            <array>
                <string>public.data</string>
            </array>
            <key>UTTypeDescription</key>
            <string>Titleblock QElectroTech File</string>
            <key>UTTypeIconFile</key>
            <string>titleblock.icns</string>
            <key>UTTypeIdentifier</key>
            <string>org.qelectrotech.titleblock</string>
            <key>UTTypeTagSpecification</key>
            <dict>
                <key>public.filename-extension</key>
                <array>
                    <string>titleblock</string>
                </array>
            </dict>
        </dict>
        <dict>
            <key>UTTypeConformsTo</key>
            <array>
                <string>public.data</string>
            </array>
            <key>UTTypeDescription</key>
            <string>Element QElectroTech File</string>
            <key>UTTypeIconFile</key>
            <string>elmt.icns</string>
            <key>UTTypeIdentifier</key>
            <string>org.qelectrotech.elmt</string>
            <key>UTTypeTagSpecification</key>
            <dict>
                <key>public.filename-extension</key>
                <array>
                    <string>elmt</string>
                </array>
            </dict>
        </dict>
        <dict>
            <key>UTTypeConformsTo</key>
            <array>
                <string>public.data</string>
            </array>
            <key>UTTypeDescription</key>
            <string>Project QElectroTech File</string>
            <key>UTTypeIconFile</key>
            <string>qet.icns</string>
            <key>UTTypeIdentifier</key>
            <string>org.qelectrotech.qet</string>
            <key>UTTypeTagSpecification</key>
            <dict>
                <key>public.filename-extension</key>
                <array>
                    <string>qet</string>
                </array>
            </dict>
        </dict>
    </array>
</dict>
</plist>

Use this workaround : auto connect report folio elements before linking report folio to other, like this :


Bonjour,

pour l'apprentissage tu peux regarder les vidéos sur la chaîne Youtube de QET, le manuel en ligne, ou parcourir rechercher sur ce forum.

PS: le manuel en ligne (en) est directement accessible dans le logiciel en appuyant sur la touche F1, il faut quand même avoir une connexion internet.

Elle ne vient pas de la bibliothèque Qet, mais de la collection utilisateur :

Path de ta bobine :
type="embed://import/03relayage/01bobines/bobine3.elmt"

Celui officiel :
type="embed://import/10_electric/10_allpole/310_relays_contactors&amp;contacts/01_coils/bobine3.elmt" 

Edit: étrange, mais je pense pas que ça vienne de l'import ou du nettoyage, du moins c'est a vérifier.

Normal, ta bobine KA1 en propriété "Maître" n'a pas de type défini ...nomicons/getlost

https://download.qelectrotech.org/qet/forum_img/galexis.png

5,242

(11 replies, posted in News)

Elles ont été ajoutées dans la galerie, merci Nuri.

Bonsoir,

qu'est ce qu'il te fait dire ça?
Je viens de tester, je n'ai pas remarqué de problème.

Hello,

if is ReadyToUse portable version, extract it , and click on the file "Lancer QET.bat".
Or download auto installer version.

5,245

(5 replies, posted in EN : Help, suggestions, discussions, ...)

Also into QET program, in help menu, on Windows in menu start -> QElectroTech ...nomicons/whistling

https://download.qelectrotech.org/qet/forum_img/help_menu.png

5,246

(11 replies, posted in News)

@nuri,

suffit d'effacer sur certains folios que j'ai choisis, les données pouvant être gênantes pour ton client.
Le but étant de montrer par des captures de schémas fait par des pros avec QElectroTech l’étendue du logiciel pour un nouveau visiteur, et qu'on peut réaliser des schémas de qualité professionnel si on est un tan soit peu soigneux. nomicons/whistling

Perd pas ton temps à vouloir coder une galerie d'image en HTML5 pour le main site, le code d'une galerie légère et surtout libre (agpl-3.0) de sebsauvage convient parfaitement à nos besoins, je l'ai déjà mis en place et adopté.nomicons/happy

On a surtout autres choses a faire que de réinventer la roue à chaqu'un de nos besoins ....nomicons/smile

5,247

(5 replies, posted in EN : Help, suggestions, discussions, ...)

Thank a lot for your support. nomicons/smile
In forum header you don't see donate button, and for main website button in the footer page?

https://qelectrotech.org/forum/viewtopi … 2441#p2441

Your donations have been used to buy hardwhare : new Alim atx, cpu cooler Artic, nas Qnap for backup project and 1T hd only for the moment (no raid), new big cpu cooler Dark rock pro 3 for cooling amd fx packages builder, 24 " screen for Joshua, etc..

https://download.qelectrotech.org/qet/j … rkstation/

https://download.qelectrotech.org/qet/forum_img/builder_package_machine.png

5,248

(5 replies, posted in EN : Help, suggestions, discussions, ...)

It 's just a link to my paypal account.
If you search history donate, I never time to make it and upload 
I don't have a bussiness account, so I need more hacks for make it:
printing to cups-pdf
convert with pdftohtml PayPal _\ Activité.pdf paypal.html -s
sed 's/href=\"[^"]*\"//g' paypal-html.html > paypal.html for remove transactions code links
and other like edit and cut donators names ..
Yes, I can prepare beta tag for soon.The dirty work is to refer the last features and addons and write the news.
Thank a lot for your test and report bug.

BTW, you could add a link in your folio for opening specific page on a local PDF like page 12 after export project to PDF :
<a href="/home/laurent/Desktop/html_QET_link.pdf#12">

5,250

(11 replies, posted in News)

Bonjour,

nous cherchons de nouvelles images pour étoffer la nouvelle galerie de QET, si vous avez des folios, schémas dont vous êtes fier, vous pouvez nous les envoyer, ou les poster ici.

Merci.