Revision: 4786
Author:   blacksun
Date:     2016-11-17 15:42:07 +0100 (Thu, 17 Nov 2016)
Log Message:
-----------
Cross ref item : clickable link work when Xref is displayed as a cross

5,252

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

Strange when pinning is enabled !

https://qelectrotech.org/wiki_new/doc/i … tu_pinning

Revision: 4784
Author:   blacksun
Date:     2016-11-16 19:37:31 +0100 (Wed, 16 Nov 2016)
Log Message:
-----------
Cross ref item : Double click in a contact of the Xref, go to the real contact. (only available for Xref draw as contacts)

But not in
xref at masters (i think it did work before)

Not fixed yet.



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

3) In folio properties I use %id as a part in the folio field, as a method to get page number in the folio list.  For each folio i edit it to be a short name + @ + %id, like this: Pump@%id and it generates i.e Pump@7 if it is page 7.  For all folio links and xref links i use the variable %F%l%c to make it show like Pump@7C8 there.  That all worked great earlier in the week but now page numbers are not evaluated and it writes "%id" instead.

Yes it is a bug, master, slave element and report folio also, can't read this titleblock variable now (%id).
Thank you for report it.

Any idea about 4)? Do you also see it changing language?

Your country is selected in hard or is "System" detected in Qet config panel?

Yes, but you don't need to add these variables in new folio also.
If you add this variables in titlebloc field that override the first variables ...

https://qelectrotech.org/forum/viewtopi … 4695#p4695

https://qelectrotech.org/forum/viewtopi … 4703#p4703

https://qelectrotech.org/forum/viewtopi … 4705#p4705

3) In folio properties I use %id as a part in the folio field, as a method to get page number in the folio list.  For each folio i edit it to be a short name + @ + %id, like this: Pump@%id and it generates i.e Pump@7 if it is page 7.  For all folio links and xref links i use the variable %F%l%c to make it show like Pump@7C8 there.  That all worked great earlier in the week but now page numbers are not evaluated and it writes "%id" instead.


If you see latest commits changelog in qtcreator, Joshua working for moving all the autonum code to an external class, and possibly maybe for the moment a little buggy!


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

1) %projecttitle is not evaluated in the title block

2) %filnamn which is a custom variable also define din Project properties is also no longer evaluated in my title block

Normal, your variable value is empty !

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

Or here for all new folio !

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

1) How do i clean project?

In build menu -> clean project ...

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

2) was thingking qtdesigner ran qmake automatically...?

No.


3) now i did svn up so i am now on r4774, started qtdesigner and selected Build>Run qmake, and then Build>Rebuild project and it went fine, now i run 4774 in debug mode.

Revision: 4774
Author:   scorpio810
Date:     2016-11-11 15:55:30 +0100 (Fri, 11 Nov 2016)
Log Message:
-----------
Fix warnings assignvariables


4) I note now that it does not crash when i quit, like it used to 

Nice !


5) New bug thing: QET GUI used to be in english, now it is in french!
In the dialog "Configure electrotech" at bottom the settign is "Systéme" like it was before.
And even when i change to "Anglais", and restart, it is still in french!
6) ...and it displays no default elements, only my custom...?!

Check your project config and command line argument in run field !

--common-elements-dir=/home/laurent/trunk/elements --lang-dir=/home/laurent/trunk/lang  --common-tbt-dir=/home/laurent/trunk/titleblocks

Thanks, it compiles, clean project, run qmake and compiling again, when fail to build with qt creator.

5,262

(9 replies, posted in Import DXF)

Ça donnait ça à l’époque quand la fonction ajouter une image était encore en développement :


5,263

(9 replies, posted in Import DXF)

Ça aurai pas été plus facile d’insérer ton plan architecture comme une image png, etc, directement comme fond, de plus il y a l'outil pour adapter la taille de l'image?
On se sert des DXF convertis surtout en tant que symbole, pour un plan de fond ce n'est clairement pas la meilleure solution.

5,264

(9 replies, posted in Import DXF)

Bonjour.

Voilà je n'arrive pas à convertir un fichier dxf avec dxftoqet à chaque fois il me crée un document mais il est vide.

Le DXf est bien enregistré au format ASCII?

What i meant was that if we use existing xref settings on QET interface so links looks like "@12F7" in the pdf

Where you see @12F7 ?

A little example for explain how Xref works based on this basic diagram :
https://download.qelectrotech.org/qet/forum_img/XREF_link2.png

Now open this qet project in text editor :
https://download.qelectrotech.org/qet/forum_img/XREF_link.png

And i don't have any idea how you want to export this links with other program into PDF document.

Morganol wrote:

Just an idea instead of writing a whole new pdf export function:
Still use the Qt provided one, and in its output file replace the text with links?
Could work if all xref are exported like @12F7 ; @ indicates it should be a link, in this case to page 12

... the link need not contain coordinate (F7) just landing on the right page is enough for the user who clicks the link and he can read the coordinate himself...

Just a quick idea, it probably need more thinking!

---

FYI, you could add WEB URL link in yours diagrams it dont work into folio, but run perfect after export to pdf.




Could work if all xref are exported like @12F7

Humm not work -> file:///home/laurent/Desktop/@12F7 n'existe pas. nomicons/tongue

Perhaps, link = " myfile.pdf#page=4 "

If you can document and do some tests, maybe them we can add this functionality soon (just basic navigation on PDF document, no blue halo ...)

Enter them as a feature request in bug tracker ....nomicons/getlost

hum ...English, I see old page in "en" translation, but very old, and need rewrite.

My 2 cts, I remember which code reading only  commonElementsDir no customElementsDir() (user collection)...

Edit :

// Only Electric labels created so far
//if (current_location.fileName() != "10_electric")
QString qet_labels = "10_electric/qet_labels.xml";
QString filepath = QETApp::commonElementsDir().append(qet_labels);

it only read qet_labels.xml file on common element collection in folder 10_electric/ for the moment !
Need little work for adding this for customElementsDir

Possible patch (not time for) :

// Only Electric labels created so far
//if (current_location.fileName() != "10_electric")
QString qet_labels = "10_electric/qet_labels.xml";
QString filepath = QETApp::commonElementsDir().append(qet_labels);

// For custom collection
#if defined(Q_OS_WIN32)

QString custom_labels = (QDir::homePath() + "/Application Data/qet/elements/custom_labels.xml");
#else
QString custom_labels = (QDir::homePath() + "/.qet/elements/custom_labels.xml");
#endif
QString filepath = QETApp::customElementsDir().append(custom_labels);

You could add these in the roadmap yourself .. in features request list.

Johua/Scorpio: could you add the link ideas and pdf link ?

Where?
If it on site web we wait to Nuri work for change vertical navigation bar by new horizontal navigation bar with submenu.... when he have time for it.

Yes, we are seeking a young and serious web develop to handle the web area : php, js, sql, json, html, punbb, dokuwiki, MantisBT, in Linux Debian server ! alas we did not have time to occupper everything.

Mirroring in element editor was something i was going to ask 


scorpio810 in devel forum section: wrote:

2014-09-13 16:47:13
http://gerrysweeney.com/horizontal-and- … phicsview/

5,273

(14 replies, posted in News)

Revision: 4765
Author:   scorpio810
Date:     2016-10-30 14:29:16 +0100 (Sun, 30 Oct 2016)
Log Message:
-----------
Minor : change static URL by new HTML pages for get latest developer
version download link (only for MS Windows and macOS)

Now in QET program you see dynamic link for download latest developer version like this :

https://qelectrotech.org/download_mac_QET.html
https://qelectrotech.org/download_windows_QET.html

I would prefer zoomed to fit page in screen so we see whole page, and directly see all cirquit around it.
The element is already marked with blue dot so easy to spot.

No, that's why to zoomed in !


Do we have a list of planned features, and is it kept updated?

https://qelectrotech.org/wiki_new/roadmap

qelectrotech-data et qelectrotech-examples installés?