Ps: j'ai changé ton nom d'utilisateur, pas la peine d'exciter les spammeurs en leurs offrant ton adresse mail sur un plateau ...
5,226 2016-12-06 20:13:55
Re: -RESOLU-[QUESTION] 2 Couleurs sur fil... (4 replies, posted in FR : Aide, suggestions, discussions, ...)
5,227 2016-12-06 20:11:04
Re: conductor line end property (3 replies, posted in EN : Help, suggestions, discussions, ...)
Not for the moment, but you could connect a end symbols at the end of conductor like (arrow, circle, diamond ) or what you want.
5,228 2016-12-04 21:05:12
Re: Folios non consecutive numbering, new dock collection element (EN) (118 replies, posted in News)
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
5,229 2016-12-04 19:02:14
Re: -RESOLU-[QUESTION] 2 Couleurs sur fil... (4 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour Franck,
ce n'est effectivement pas possible, mais "impossible n'est pas français" comme dit une citation courante.
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..
5,230 2016-12-04 18:22:55
Re: I get the drawing "in my face" when i double click referencing... :) (40 replies, posted in EN : Help, suggestions, discussions, ...)
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 :
5,231 2016-12-04 01:13:09
Re: I get the drawing "in my face" when i double click referencing... :) (40 replies, posted in EN : Help, suggestions, discussions, ...)
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>
5,232 2016-12-02 19:53:05
Re: How can I update/replace elments in schema? (6 replies, posted in EN : Help, suggestions, discussions, ...)
Only save and re open project for see this change.
5,233 2016-12-02 06:15:59
Re: How can I update/replace elments in schema? (6 replies, posted in EN : Help, suggestions, discussions, ...)
Or try your script for change all element description in your project file, make backup before !
5,234 2016-12-02 06:07:22
Re: How can I update/replace elments in schema? (6 replies, posted in EN : Help, suggestions, discussions, ...)
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 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#'"'"' "{}"' \;
5,235 2016-12-01 19:46:15
Re: Add new thickness properties for conductors and basic shapes (36 replies, posted in News)
5,236 2016-12-01 17:48:16
Re: Folios non consecutive numbering, new dock collection element (EN) (118 replies, posted in News)
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)
5,237 2016-11-28 03:43:27
Re: Add new thickness properties for conductors and basic shapes (36 replies, posted in News)
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.
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>
5,238 2016-11-23 18:46:50
Re: Problems with coductor numbering (15 replies, posted in EN : Help, suggestions, discussions, ...)
Use this workaround : auto connect report folio elements before linking report folio to other, like this :
5,239 2016-11-23 15:25:32
Re: Couleur des conducteurs (10 replies, posted in FR : Aide, suggestions, discussions, ...)
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.
5,240 2016-11-22 19:53:11
Re: XREF: représentation en contact (8 replies, posted in FR : Aide, suggestions, discussions, ...)
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&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.
5,241 2016-11-22 19:34:17
Re: XREF: représentation en contact (8 replies, posted in FR : Aide, suggestions, discussions, ...)
Normal, ta bobine KA1 en propriété "Maître" n'a pas de type défini ...
5,242 2016-11-22 13:36:14
Re: [FR] nouvelle apparence du site web (11 replies, posted in News)
Elles ont été ajoutées dans la galerie, merci Nuri.
5,243 2016-11-22 00:39:43
Re: XREF: représentation en contact (8 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonsoir,
qu'est ce qu'il te fait dire ça?
Je viens de tester, je n'ai pas remarqué de problème.
5,244 2016-11-21 16:43:55
Re: Program installation (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hello,
if is ReadyToUse portable version, extract it , and click on the file "Lancer QET.bat".
Or download auto installer version.
5,245 2016-11-20 19:36:10
Re: Donation page? (5 replies, posted in EN : Help, suggestions, discussions, ...)
Also into QET program, in help menu, on Windows in menu start -> QElectroTech ...
5,246 2016-11-20 02:16:21
Re: [FR] nouvelle apparence du site web (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.
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é.
On a surtout autres choses a faire que de réinventer la roue à chaqu'un de nos besoins ....
5,247 2016-11-19 15:16:40
Re: Donation page? (5 replies, posted in EN : Help, suggestions, discussions, ...)
Thank a lot for your support.
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/
5,248 2016-11-19 13:50:01
Re: Donation page? (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.
5,249 2016-11-19 07:41:43
Re: I get the drawing "in my face" when i double click referencing... :) (40 replies, posted in EN : Help, suggestions, discussions, ...)
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 2016-11-18 23:42:51
Re: [FR] nouvelle apparence du site web (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.