See : https://qelectrotech.org/forum/viewtopi … 038#p13038
Great project I think, you could share it?
You are not logged in. Please login or register.
QElectroTech → Posts by scorpio810
See : https://qelectrotech.org/forum/viewtopi … 038#p13038
Great project I think, you could share it?
David sent me this:
sur le build 6763 , lorsque l'on intégre un élément qui a de la couleur
sur un folio il perd ses couleurs.
Hi David and thanks again for your DXF work.
I vote to adding more advanced features R14.
2 errors generated.
make: *** [release/diagramview.o] Error 1
make: *** Waiting for unfinished jobs....
sources/createdxf.cpp:1041:15: warning: unused function 'scaleRect'
[-Wunused-function]
static QRectF scaleRect(QRectF rect)
^
In file included from sources/qetapp.cpp:33:
sources/projectview.h:46:21: error: no member named 'delta' in 'QWheelEvent'
delta = event->delta() * scale_fa...
~~~~~ ^
sources/projectview.h:51:83: error: no member named 'delta' in 'QWheelEvent'
...<< index << "temp_index" << temp_index << " " << event->delta() << delta;
~~~~~ ^
In file included from sources/qetmainwindow.cpp:29:
sources/projectview.h:46:21: error: no member named 'delta' in 'QWheelEvent'
delta = event->delta() * scale_fa...
~~~~~ ^
sources/projectview.h:51:83: error: no member named 'delta' in 'QWheelEvent'
...<< index << "temp_index" << temp_index << " " << event->delta() << delta;
~~~~~ ^
In file included from sources/qetdiagrameditor.cpp:29:
In file included from sources/autoNum/ui/autonumberingdockwidget.h:22:
sources/projectview.h:46:21: error: no member named 'delta' in 'QWheelEvent'
delta = event->delta() * scale_fa...
~~~~~ ^
sources/projectview.h:51:83: error: no member named 'delta' in 'QWheelEvent'
...<< index << "temp_index" << temp_index << " " << event->delta() << delta;
~~~~~ ^
sources/qetapp.cpp:1497:9: warning: @TODO Segmentation fault when closing program
before loading elements is finished [-W#pragma-messages]
#pragma message("@TODO Segmentation fault when closing program before loa...
^
2 errors generated.
make: *** [release/projectview.o] Error 1
For me is a pain and a lot of complications for QET packaging and for Qt Webassembly test but is great for Joshua, it keeps him from reinventing the wheel.
Air conditioning failure
Posté le mardi 22 septembre 2020, à 08:52 UTCEverything is down since 05:05 UTC, secondary services (ns2 and mx2) are up, about half of hosts are currently unreachable, we will keep you in touch.
Great news Simon, I hope KF5 build again.
Hi Jordi,
is work only for report element.
You could help as you see it is very easy.
Get latest source on Github https://github.com/qelectrotech/qelectr … rce-mirror
Install qtcreator if you are on Windows or qttools5-dev-tools on ubuntu, Debian like.
In lang folder click on qet_de.ts is open Qt linguist, now in menu file open qet_en.ts for see english translation in the same view.
Translate, save and publish, send me qet_de_ts and qet_de.qm or make a PR if you know git and Github.
- Log -----------------------------------------------------------------
commit 139241e77314c3beb229141cce5ec7e956334527
Author: Claveau Joshua <Joshua@>
Date: Wed Sep 16 21:28:47 2020 +0200
Change the way how the database is exported to file
The export of internal database to file is now do by sqlite3 native
function instead of a dirty home made function.
For the moment, the export to file function is unavailable on macOSX (we
need some help to add sqlite3 lib on macOSX)
Je rencontre des problemes avec ce commit:
Pas de soucis pour Linux (Debian, ubuntu, etc) ni pour Windows,
mais sous AppImage et macOS l'ajout des libs Sqlite3 provoque une segfault et plante QET lors de l'export de la bdd, de plus le fichier sqlite est vide et sur Flatpak ça ne fonctionne pas non plus ...
On revert?
For now in 0.8-dev version you can just export to csv conductors list.
See https://qelectrotech.org/forum/viewtopic.php?id=1496
Hi Jordi and welcome,
maybe like this example?
https://download.qelectrotech.org/qet/s … energy.pdf
https://download.qelectrotech.org/qet/s … %d0%b0.pdf
Hallo,
in project menu go to new folio and conductor tab, remove underscore in text field.
For all new project go to settings -> configure QElectroTech and make the same change.
Yes, we have thought about this in the past, but we have never started this work.
Quick design :
you make a good point, in fact the elements have to be completely reworked, it takes too long in windows to load, reason: too many files, possible solution multiple elements in one file.
In short, we should list what elements should look like.
And adjust the code.
The solution for Windows user is WSL2 ... ![]()
https://www.phoronix.com/scan.php?page= … ical-Disks
https://www.phoronix.com/forums/forum/p … om-windows
Microsoft love Linux -> https://en.wikipedia.org/wiki/Embrace,_ … extinguish
- Log -----------------------------------------------------------------
commit 046d7c6b593d369d3c908fb41c781c6755ed3357
Author: David Varley <David.Varley@>
Date: Thu Sep 10 18:35:22 2020 +1000
DXF - Add terminals to plot (optional)
Bonjour,
https://download.qelectrotech.org/qet/b … f_to_elmt/
Quel est ton OS et la façon dont tu as installé QElectroTech, ReadyToUse, installateur sous Windows?
">> Install on Windows\n"
"Put DXFtoQET.exe binary on C:\\Users\\user_name\\AppData\\Roaming\\qet\\ directory \n"
">> Install on Linux\n"
"Put DXFtoQET binary on your /home/user_name/.qet/ directory\n"
"make it executable : chmod +x ./DXFtoQET\n"
">> Install on macOSX\n"
"Put DXFtoQET.app binary on /Users/user_name/.qet/ directory \n"
Voila.
1 - convertir le DWG en DXF, il y a des convertisseurs online.
2 - lancer le convertisseur DXFtoelmt.
3 - retoucher le symbole dans l'éditeur d'éléments et supprimer le superflu.
4 - enregistrer le symbole (création automatique du Hotspot, nécessaire pour la suite)
5 - le symbole est prêt à être posé sur un schéma.
commit 1528e1ebe216e5180bb58726aaa4b0fe588126e2
Author: Simon De Backer <simondebacker@>
Date: Fri Sep 4 21:10:43 2020 +0200
Add build git commit sha in log file
FYI, for Debian and Ubuntu packaging I need to remove in my quilt Debian patchs this commit, if not "qelectrotech_0.80.r6714.orig.tar.gz" increase 13Mio to 170 Mio. remove this line "rm -rf qelectrotech-$VERSION.r$HEAD/.git "
https://qelectrotech.org/wiki_new/doc/p … tu_windows
cp -r $DEFAULT_DIR/qet_git/ $TEMP_DIR/qelectrotech-$VERSION.r$HEAD/
rm -rf qelectrotech-$VERSION.r$HEAD/.git
#create svn tarball
tar cfvz qelectrotech-$VERSION.r$HEAD.tar.gz qelectrotech-$VERSION.r$HEAD/BTW, maybe use git-pbuilder instead of my pbuilder scripts , but I don't want to waste my time on it now.
- Log -----------------------------------------------------------------
commit 87c957a06269153f8511c02597b63515a7843a91
Author: Simon De Backer <simondebacker@>
Date: Sat Sep 5 00:27:24 2020 +0200
Add user warning on startup
"<p><b>ATTENTION: This application version is UNSTABLE!</b></p>"
+
+ "<p>Everything you do with this application can break your "
+ "workspace, libraries or projects! Saved files will not be "
+ "readable with stable releases of QElectroTech. It's highly "
+ "recommended to create a backup before proceeding. If you are "
+ "unsure, please download an official stable release instead.</p>"
+
+// "<p>For details, please take a look at QElectroTech's "
+// "<a href=\"%1\">versioning concept</a>.</p>"
+
+ "<p>Are you really sure to continue with the risk of breaking your "
+ "files?!</p>","this text is not finished yet, expect changes!")
I think the messageBox should rather encourage our users to report issues to us and that the development version adds a lot of new great features, but sometimes, which is rare, it can be unstable. And off course don't mix QET version in your project.
For me this message scares even those who have always used the devel version..
- Log -----------------------------------------------------------------
commit d062175da73eec3057952684d53c58297b8c9bcd
Author: David Varley <David.Varley@>
Date: Mon Sep 7 16:16:33 2020 +1000
Add tables to dxf export
- Log -----------------------------------------------------------------
commit dce83f480c96010f2c8587a8f94c73ff3ca66b14
Author: Simon De Backer <simondebacker@>
Date: Mon Sep 7 22:35:49 2020 +0200
Add name to Terminal
now it is possible to enter the terminal name
- Log -----------------------------------------------------------------
commit 71d7f8bbe6e1926cab79792ead15a5a542dc347d
Author: David Varley <David.Varley@>
Date: Fri Sep 4 16:06:06 2020 +1000
Fix some DXF issues
- Log -----------------------------------------------------------------
commit f8611c1b6e33c7e156cac0e000b436b1bc18d51e
Author: David Varley <DavidAVarley@>
Date: Fri Sep 4 22:41:59 2020 +1000
DXF Border Numbering - fix offset
- Log -----------------------------------------------------------------
commit 504a061e71fdf00fc92557118e2709ff3a148130
Author: Simon De Backer <simondebacker@>
Date: Mon Aug 31 21:22:26 2020 +0200
Add loading time of collections inf to log
commit 51c4b16836fba4c36ab4de9eab5888186da49f15
Author: Simon De Backer <simondebacker@>
Date: Mon Aug 31 21:21:17 2020 +0200
Add log file's viewer in AboutQETDialog for user
You are welcome.
QElectroTech → Posts by scorpio810
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.107 seconds (24% PHP - 76% DB) with 5 queries