4,126

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

can i set for default size?

Yes, see in config for next dynamic text added.

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

4,127

(554 replies, posted in News)

FYI, Joshua just added some kdeframeworks librairies dependencies in the last trunk commits (0.7-devel).
For compiling sources you need libkf5widgetsaddons-dev/kf5-kwidgetsaddons-devel libs.
I think is perhaps a good point for future devellopement and new features, like add some good librairies found at https://inqlude.org/ (KArchive, QFTp, KIO).

For AppImage I return to Qt 5.7.1 version, I don't want to compil all kdeframeworks dependencies with my latest Qt 5.12.1 install.
For MXE Windows cross-compiler I use a MXE fork https://github.com/vpinon/mxe.git, thanks Vincent.
For Mac OS, I don't found a solution yet.

Revision: 5756
Author:   blacksun
Date:     2019-03-04 16:34:42 +0100 (Mon, 04 Mar 2019)
Log Message:
-----------
Diagram editor : dock used to edit the shape item, can now edit several items in the same time

Have you inspected your hardware on this machine?, now it's very difficult to crash QET.
What your distro?

4,130

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

No, these variables was added only on 0.7-dev, not on the 0.6, sorry.

You could try 0.7-dev  version : autosaving 

* QET create a backup file, use to restore the project when a crash occur.
* User can enable and edit autosave timer.

You can try 0.7-dev AppImage, just wget and make it executable (chmod a+x QElectroTech_0.*.AppImage) and click for launching..

https://download.qelectrotech.org/qet/builds/AppImage/

4,132

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

Hi,

yes you can add on your titleblock this variable (0.7-dev after Revision: 5664) :

%{previous-folio-num}
%{next-folio-num}

https://download.qelectrotech.org/qet/forum_img/next-folio.png
https://download.qelectrotech.org/qet/forum_img/next-folio2.png

Hi,

no solution for now, nothing is coded for that yet.

4,134

(11 replies, posted in Code)

nomicons/smile

4,135

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

In settings -> display:  see if "Cell properties" is checked.

Revision: 5749
Author:   scorpio810
Date:     2019-02-24 16:44:47 +0100 (Sun, 24 Feb 2019)
Log Message:
-----------
Add two speedsize for displacing items when working with a keyboard on
diagram editor :
normal displacement "adjustable from 1 to 30"
(keys : Left,Right,Up,Down)
fine displacement "adjustable from 1 to 10"
(ALT + keys : Left,Right,Up,Down ), thanks Erik for his patch

  https://download.qelectrotech.org/qet/m … ayers.html 

Revision: 5744
Author:   scorpio810
Date:     2019-02-21 01:02:49 +0100 (Thu, 21 Feb 2019)
Log Message:
-----------
Add Erik patch : User can now change Diagram grid layout and  keys
Left,Right,Up,Down stepsize

4,139

(554 replies, posted in News)

Revision: 5738
Author: blacksun
Date: 2019-02-20 21:36:56 +0100 (Wed, 20 Feb 2019)
Log Message:
-----------
Independent text editor can now edit several texts.https://download.qelectrotech.org/qet/forum_img/indepentext_focus%20change.png

  In some cases, a quickly solution is to trace over your conductor a basic shape line with a thick line to represent busbars.  

FYI, that's it, it's in the box!
But not ready yet !

Revision: 5737
Author:   blacksun
Date:     2019-02-19 17:42:07 +0100 (Tue, 19 Feb 2019)
Log Message:
-----------
Diagram editor : add a new widget in the "curent selection dock" for edit the independent text. WIP



Revision: 5738
Author:   blacksun
Date:     2019-02-20 21:36:56 +0100 (Wed, 20 Feb 2019)
Log Message:
-----------
Independent text editor can now edit several texts.

Perhaps this element :

busbar

See this examples : conductor in single wire mode:
https://download.qelectrotech.org/qet/screens/images/ships_electrical1.jpg
https://download.qelectrotech.org/qet/screens/images/ships_electrical2.jpg

4,144

(11 replies, posted in Code)

Get latest sources by :

svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk trunk

Now you can create new qtcreator project ->  select your path to your folder -> trunk/qelectrotech.pro

If you want to apply a patch :
Go to your trunk folder and add patch file.
Apply patch command in terminal ;

svn patch  your patch_file.diff

Run qtcreator and recompile sources.

Bonjour 

clique sur le .dmg . Une fenêtre s'ouvre. Il suffit de glisser l'application dans le dossier "Applications"  qui est à coté pour la copier. Une fois que c'est fait, l'application est installée et se trouve dans le launchpad.



https://www.macplanete.com/dossiers/273 … os-x-macos

https://download.qelectrotech.org/qet/forum_img/grid-5.png

Patch file :

Change image resolution before inserting in project, image on A4 format for printing or for PDF export don't need high resolution.
Because image stored in base64 format in the XML increase QET project.
https://www.qtcentre.org/threads/24603- … a-xml-file

Perhaps in future a solution be storing project images on a database linked to the project :
https://wiki.qt.io/How_to_Store_and_Ret … _on_SQLite 

4,149

(8 replies, posted in Code)

Very interesting, thanks Erik nomicons/smile

It could be very useful to place and align elements, conductors, etc,  a workaround is to use xgrid = 1, ygrid = 25 or more. nomicons/smile

https://download.qelectrotech.org/qet/forum_img/grid-3.png
xgrid = 25, ygrid = 1
https://download.qelectrotech.org/qet/forum_img/grid-4.png

  Only images items and basic shapes can have a locked position, not the elements.
With CTRL key + mouse you can unselect the element you don't want to move.