No
But I think you will be very interested by that, let Joshua work on it.
You are not logged in. Please login or register.
QElectroTech → Posts by scorpio810
No
But I think you will be very interested by that, let Joshua work on it.
For the moment, I'm already developing a new feature that will take some time to be finish.
We think you 'll love it, I can not say more..
Tip : on 0.7-dev you have new options for choose conductors texts positions, if you want to move all default conductors text drawn with old version to top and left position to conductors.
Open your project on a text editor, or use sed on linux and replace all items :
vertical-alignment="AlignRight" by vertical-alignment="AlignLeft"
horizontal-alignment="AlignBottom" by horizontal-alignment="AlignTop"
Revision: 5503
Author: scorpio810
Date: 2018-09-14 06:08:04 +0200 (Fri, 14 Sep 2018)
Log Message:
-----------
Change saveddate (title block variable) static date format "yyyy-MM-dd"
to System Locale Short Date
Select your text and right click -> choose text orientation.
Revision: 5500
Author: scorpio810
Date: 2018-09-06 23:29:25 +0200 (Thu, 06 Sep 2018)
Log Message:
-----------
Increase imported images by up to 400%
Benutzer können Bilder bis zur Grenze von 400% erhöhen
i found it easier to just doubleclik the files I wanted to open.
So do not launch QET before.
Simply doubleclik on the file launch QET and your project/element/titleblock in the right editor.
Hello,
yes but only on 0.7-dev version, in menu settings.-> configure QElectroTech -> automatic backup of projects (enable timer).
scorpio810 wrote:Здравствуйте,
если вы используете версию 0.7-dev, посмотрите, как это сделать:
[size=4]QElectroTech V 0.70-dev + svn5495
Компиляция: GCC 8.2.0 - построена с Qt 5.11.1 - работает с Qt 5.11.1 у меня эта версия. и почему то нет того что у вас на видео. У меня поле информации пустое не возможно выбрать. Программа многофункциональна, а я пользуюсь только пару функций, может есть где то подробная инструкция с описанием всех возможностей и функций?
You need enter data in the form before, after you could select element information list in menu dynamic texts.
Вам необходимо ввести данные в форму до, после того, как вы сможете выбрать список информации о элементах в динамических текстах меню.
When QElectroTech is open and I doubleclick a file ...
If QET is already open the good way to open an project is by menu file -> Open, or latest files.
Thanks for report this issue, this no work here on my Debian machine but no crasche QET, is not open the file...
Bonsoir et merci pour les compléments,
Tu as téléchargé les sources il faut passer par un compilateur et avoir les librairies Qt installées pour produire un binaire exécutable et suivant l'os d'écrire des scripts pour produire un installeur ou un paquet.
Ces tarballs ou fichiers sources sont pour les différents packageurs mainstream des distributions Linux, bsd, etc.
Je te propose d'aller directement sur la page download et de télécharger la version et le paquet suivant ton OS.
The terminal generator doesn't draw reserve if terminals does not exists in your diagrams.
In older version you can rename reserve terminals free.
It work only if you create free terminal like "x:9" on your diagram, before running script.
Revision: 5494
Author: scorpio810
Date: 2018-08-24 22:09:23 +0200 (Fri, 24 Aug 2018)
Log Message:
-----------
Decrease QDataStream::Version enum for support Qt version 5.5.x (like Ubuntu
Xenial end life April 2021)
Joli ou pas ... ça devrait t'aider a comprendre, non?
//Process...
QString data = QObject::tr("NOMENCLATURE : ") + m_project -> title() + "\n\n";
data += QObject::tr("A001") +";" //:Don't translate this text! //ID for folio number
""+ QObject::tr("B001") +";" //:Don't translate this text! //ID for folio title
""+ QObject::tr("C001") +";" //:Don't translate this text! //ID for folio label
""+ QObject::tr("D001") +";" //:Don't translate this text! //ID for qet designation
""+ QObject::tr("E001") +";" //:Don't translate this text! //ID for position of element on the folio
""+ QObject::tr("F001") +";" //:Don't translate this text! //ID for label of element
""+ QObject::tr("G001") +";" //:Don't translate this text! //ID for order number
""+ QObject::tr("H001") +";" //:Don't translate this text! //ID for article description
""+ QObject::tr("I001") +";" //:Don't translate this text! //ID for comment
""+ QObject::tr("J001") +";" //:Don't translate this text! //ID for manufacturer
""+ QObject::tr("K001") +";" //:Don't translate this text! //ID for article number
""+ QObject::tr("L001") +";" //:Don't translate this text! //ID for supplier
""+ QObject::tr("M001") +";" //:Don't translate this text! //ID for auxiliary field 1
""+ QObject::tr("M002") +";" //:Don't translate this text! //ID for auciliary field 2
""+ QObject::tr("N001")+";" //:Don't translate this text! //ID for internal number
""+ QObject::tr("O001")+";" //:Don't translate this text! //ID for location
""+ QObject::tr("P001") +"\n"; //:Don't translate this text! //ID for function
data += QObject::tr("N° de folio") +";"
""+ QObject::tr("Titre de folio") +";"
""+ QObject::tr("Label de folio") +";"
""+ QObject::tr("Désignation qet") +";"
""+ QObject::tr("Position") +";"
""+ QObject::tr("Label") +";"
""+ QObject::tr("Désignation") +";"
""+ QObject::tr("Description") +";"
""+ QObject::tr("Commentaire") +";"
""+ QObject::tr("Fabricant") +";"
""+ QObject::tr("Reference Fabricant") +";"
""+ QObject::tr("Fournisseur") +";"
""+ QObject::tr("Bloc auxiliaire 1") +";"
""+ QObject::tr("Bloc auxiliaire 2") +";"
""+ QObject::tr("Machine-reference") +";"
""+ QObject::tr("Localisation") +";"
""+ QObject::tr("Fonction") +"\n";
Hello,
what 's strange, what your OS?
Revision: 5492
Author: blacksun
Date: 2018-08-23 21:41:58 +0200 (Thu, 23 Aug 2018)
Log Message:
-----------
1-Use the "implicite shared" of Qt for the QPicture and QPixmap of element (https://doc.qt.io/qt-5/implicit-sharing.html).
This avoid to parse the same element definition each time user drop the same element in the diagram.
Only the first element build the picture, all other get the created picture which is shared.
2- For use the "implicite shared" QPicture and QPixmap of element, now this isn't the element who build her picture, but a dedicated class who made only this job : build the QPicture and QPixmap of elements.
3- With the two previous novelty, the class CustomElement and GhostElement are became useless, and so was removed.
Some few member function of CustomElement was moved to Element.
Lower RAM consumption should be expected.
Dear QET users ,
QET Team is pleased to announce the maintenance version for release of QElectroTech 0.60.
====== ChangeLog from 0.6 to 0.61 ======
* Backport HiDPI fix.
* Backport commit 5284 : Fix bug N° 157.
* Backport commit 5307 : Function for search conductor at the same potential.
When the search function is searching in a terminal element, they search only for the first terminal found, no matter if the terminal element have more than two terminals.
So the list of conductors at the same potential is missing some conductors.
This commit fix it, now the search function search for every terminals of a terminal element
* Backport commit 5311, 5312 : elements connections change propertie to terminal, fixed by commit svn 5307
* GCC 8.1 fix
Sources tarball for mainstream packagers :
https://download.qelectrotech.org/qet/tags/20180823/
19/03/2018
Ajout d'un second disque RAID 1 sur le NAS de backup du projet.
19/08/2018
Remplacement du SSD trop étroit maintenant (128 Go ) pour les VM de builds et de tests. (dons paypal 88€)
Le compte repasse à 0 €, merci pour vos soutiens et vos dons.
Continuez a nous soutenir.
now, and sorry for my inconvenience; in text field i can use crossreference in textfield?
No ! independent text added on diagram can't add %variables.
in this repo you could find some videos howto not published on youtube :
I'll let you search
https://download.qelectrotech.org/qet/forum_img/
They are some references you can use :
For titlebocks
For elements
For reports
In menu project -> export parts list.
QElectroTech → Posts by scorpio810
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.105 seconds (16% PHP - 84% DB) with 5 queries