<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Crossreference contact at coil sideways under label]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2498</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2498&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Crossreference contact at coil sideways under label.]]></description>
		<lastBuildDate>Wed, 03 May 2023 08:04:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18249#p18249</link>
			<description><![CDATA[<p> </p><div class="codebox"><pre><code>--- sources/qetgraphicsitem/crossrefitem.cpp
+++ sources/qetgraphicsitem/crossrefitem.cpp
@@ -627,7 +627,7 @@ void CrossRefItem::drawAsContacts(QPainter &amp;painter)
         }
     }
 
-    bounding_rect.adjust(-30, -4, 4, 4);
+    bounding_rect.adjust(-4, -4, 4, 4);
     prepareGeometryChange();
     m_bounding_rect = bounding_rect;
     m_shape_path.addRect(bounding_rect);</code></pre></div><br /><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref4.png" alt="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref4.png" /></span> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 03 May 2023 08:04:50 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18249#p18249</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18248#p18248</link>
			<description><![CDATA[<p> Please try code and compile it on your setup, and ask what you want for positionning label center?<br />See the wiki or here on forum how to compile QET on your OS:<br /><a href="https://qelectrotech.org/forum/viewforum.php?id=17">https://qelectrotech.org/forum/viewforum.php?id=17</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 03 May 2023 07:59:45 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18248#p18248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18247#p18247</link>
			<description><![CDATA[<p> Hi Erik,</p><p>thanks for feedback. ;-)</p><div class="codebox"><pre><code>--- sources/qetgraphicsitem/crossrefitem.cpp
+++ sources/qetgraphicsitem/crossrefitem.cpp
@@ -627,7 +627,7 @@ void CrossRefItem::drawAsContacts(QPainter &amp;painter)
         }
     }
 
-    bounding_rect.adjust(-30, -4, 4, 4);
+    bounding_rect.adjust(0, -4, 4, 4);
     prepareGeometryChange();
     m_bounding_rect = bounding_rect;
     m_shape_path.addRect(bounding_rect);</code></pre></div><br /><p>Result:<br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref2.png" alt="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref2.png" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref3.png" alt="https://download.qelectrotech.org/qet/forum_img_2/bunding_adjust_xref3.png" /></span></p><p>Regards,<br />Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 03 May 2023 07:54:40 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18247#p18247</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18246#p18246</link>
			<description><![CDATA[<p> @Laurent</p><p>Crossreference contact at coil sideways under label</p><p>Bonjour,</p><p>Grâce à vous, j&#039;ai trouvé la solution. = Thanks to you , i have found the solution</p><p>Regarde dans la source = Look in the source&nbsp; /sources/qetgraphicsitem/crossrefitem.cpp</p><p>Règle = rule 595<br />void CrossRefItem::drawAsContacts(QPainter &amp;painter)</p><p>Règle = rule 630 is now bounding_rect.adjust(-30, -4, 4, 4);</p><p>Passer à = Change to<br />bounding_rect.adjust(0, -4, 4, 4);</p><p>Pour déplacer l&#039;étiquette vers la droite, utilisez - = For moving the label to right,use -<br />Pour déplacer l&#039;étiquette vers la droite, utilisez + = For moving the label to right,use +</p><p>Erik </p>]]></description>
			<author><![CDATA[null@example.com (Re-searcher)]]></author>
			<pubDate>Wed, 03 May 2023 07:41:02 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18246#p18246</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18241#p18241</link>
			<description><![CDATA[<p> I keep </p><div class="codebox"><pre><code>A=$(git rev-list HEAD --count) \ HEAD=$(($A+473))</code></pre></div><p> for incrementing Ubuntu, Debian etc dev packages. And now Windows, ApppImage, macOS packages names.</p><p>On Debian you can&#039;t use GIT dependancy in debian/control for checking (git HEAD) because is very increase QET_origin.tar.gz file by 10: <br /><a href="https://download.qelectrotech.org/qet/debian/pool/main/q/qelectrotech/">https://download.qelectrotech.org/qet/d … ectrotech/</a></p><div class="codebox"><pre><code>qelectrotech_0.100.0.r7849.orig.tar.gz    2023-Apr-28 19:21:53    16.7M    application/gzip</code></pre></div><p>16.7Mio --&gt; 200Mio, that not possible, the upload to master server at Tuxfamily even with fiber is very slow...</p><p>BTW, downstream officials packagers only use release tag tarball, or patch upstream code for removing git dependency. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 01 May 2023 14:15:56 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18241#p18241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18240#p18240</link>
			<description><![CDATA[<p> See:<br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/blob/master/sources/ui/aboutqetdialog.cpp">https://github.com/qelectrotech/qelectr … dialog.cpp</a><br />and<br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/blob/master/sources/machine_info.cpp">https://github.com/qelectrotech/qelectr … e_info.cpp</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 01 May 2023 14:08:55 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18240#p18240</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18239#p18239</link>
			<description><![CDATA[<p> Hello Max, like freeCAD look for logs, you can found it on about QET widget-&gt; tab-&gt;logs<br />Or in in QET home directory<br /></p><div class="codebox"><pre><code>cd ~./qet /</code></pre></div><div class="codebox"><pre><code>[16:04:29] laurent@debian:~/.qet$ ls -all 
total 63468
drwxr-xr-x    6 laurent laurent     4096  1 mai   10:33  .
drwxr-xr-x+ 168 laurent laurent    36864  1 mai   15:55  ..
-rw-r--r--    1 laurent laurent    27501 23 avril 20:53  20230423.log
-rw-r--r--    1 laurent laurent     7763 24 avril 07:45  20230424.log
-rw-r--r--    1 laurent laurent    14011 25 avril 13:38  20230425.log
-rw-r--r--    1 laurent laurent    17953 26 avril 20:03  20230426.log
-rw-r--r--    1 laurent laurent     5381 27 avril 11:01  20230427.log
-rw-r--r--    1 laurent laurent   474120 28 avril 21:06  20230428.log
-rw-r--r--    1 laurent laurent   182593 30 avril 17:29  20230430.log
-rw-r--r--    1 laurent laurent    65274  1 mai   10:43  20230501.log
drwxr-xr-x    2 laurent laurent     4096  4 août   2022  binary
-rwxr-xr-x    1 laurent laurent      246  1 mai    2013  count_elements.sh
-rw-------    1 laurent laurent      168  5 mai    2018  .directory
-rwxr-xr-x    1 laurent laurent  2005432 18 juil.  2022  dxf2elmt
-rwxr--r--    1 laurent laurent   750832 23 juin   2019  DXFtoQET.1
-rwxr-xr-x    1 laurent laurent   820544  6 août   2021 &#039;DXFtoQET (2)&#039;
-rwxr-xr-x    1 laurent laurent 12508808 14 nov.   2016  DXFtoQET.new
-rwxr-xr-x    1 laurent laurent   729944  3 déc.   2017  DXFtoQET.test
-rwxr-xr-x    1 laurent laurent  1079216 28 févr.  2016  DXFtoQET.test2
-rwxr-xr-x    1 laurent laurent 21024304 23 févr.  2017  DXFtoQET.testnew
drwxr-xr-x   12 laurent laurent     4096 10 avril 08:00  elements
-rw-r--r--    1 laurent laurent 24793088 25 avril 13:38  elements_cache.sqlite
drwxr-xr-x    2 laurent laurent     4096 29 sept.  2018  element_texts_pattern
-rwxr-xr-x    1 laurent laurent   348872 29 déc.  11:34  QET_ElementScaler
-rw-r--r--    1 laurent laurent    13985 20 août   2019  style.css.2
-rw-r--r--    1 laurent laurent      237  4 janv. 21:47  summary.json
drwxr-xr-x    2 laurent laurent     4096 21 juin   2020  titleblocks
[16:04:47] laurent@debian:~/.qet$ </code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 01 May 2023 14:06:48 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18239#p18239</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18238#p18238</link>
			<description><![CDATA[<p> Hello Laurent,</p><p>i know that i get it with apt </p><div class="codebox"><pre><code>apt-cache policy</code></pre></div><p> work too.</p><div class="codebox"><pre><code>A=$(git rev-list HEAD --count)
HEAD=$(($A+473))</code></pre></div><p>that is very god, sadly not visible in the version menu.</p><p>What i mean, there a many different revisions from one version in the world and not all people use debian systems and very few are confident in using here system.<br />To easily get the version to help or to figure out where is the problem, short way over the version menu. From here i just get all my information now about qelectrotech, sadly without revision.</p><p>BTW<br />Deluxe example FreeCAD:<br />there is a button </p><div class="codebox"><pre><code>Copy to clipboard</code></pre></div><p> which adds &quot;code&quot;-tags, there can everyone easily post to the forum or open a new issue and add all important information (not all visible in the version menu directly) for the developer/helper in a short way.</p><div class="codebox"><pre><code>OS: Debian GNU/Linux 11 (bullseye) (GNOME/gnome-xorg)
Word size of FreeCAD: 64-bit
Version: 0.21.0.26042
Build type: Release
Python 3.9.2, Qt 5.15.2, Coin 4.0.0, Vtk 9.0.1, OCC 7.5.1
Locale: German/Germany (de_DE)
Installed mods: 
  * DynamicData 2.46.0
  * A2plus 0.4.60k
  * ThreadProfile 1.85.0
  * freecad.gears 1.0.0
  * dodo 1.0.0
  * toSketch 1.0.1
  * Curves 0.6.8
  * Assembly4 0.50.1
  * Manipulator 1.5.0
  * parts_library
  * lattice2 1.0.0
  * sheetmetal 0.2.63
  * LCInterlocking
  * BIM 2021.12.0
  * Silk 0.1.3
  * kicadStepUpMod 10.18.8
  * fasteners 0.4.56</code></pre></div><p>salute Max </p>]]></description>
			<author><![CDATA[null@example.com (Max)]]></author>
			<pubDate>Mon, 01 May 2023 12:29:11 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18238#p18238</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18236#p18236</link>
			<description><![CDATA[<p> I saw you use my Debian package, you could use apt show qelectrotech command, like this:</p><br /><div class="codebox"><pre class="bash" style="font-family:monospace;">apt show qelectrotech<br />Package: qelectrotech<br />Version: 0.100.0.r7849-<span style="color: #000000;">1</span><br />Priority: optional<br />Section: electronics<br />Maintainer: laurent trinques <span style="color: #000000; font-weight: bold;">&lt;</span>scorpio<span style="color: #000000; font-weight: bold;">@</span>qelectrotech.org<span style="color: #000000; font-weight: bold;">&gt;</span><br />Installed-Size: <span style="color: #000000;">14</span>,<span style="color: #000000;">0</span> MB<br />Depends: libc6 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= <span style="color: #000000;">2.34</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>, libgcc-s1 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= <span style="color: #000000;">3.0</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>, libkf5coreaddons5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 4.97.0<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libkf5widgetsaddons5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 4.96.0<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5concurrent5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.6.0~rc<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5core5a <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.15.1<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5gui5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.14.1<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">|</span> libqt5gui5-gles <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.14.1<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5network5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.0.2<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5printsupport5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.2.0<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5sql5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.0.2<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5svg5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.6.0~beta<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5widgets5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.15.1<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libqt5xml5 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 5.0.2<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libsqlite3-<span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= 3.6.11<span style="color: #7a0874; font-weight: bold;">&#41;</span>, libstdc++<span style="color: #000000;">6</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">&gt;</span>= <span style="color: #000000;">5.2</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />Recommends: qelectrotech-examples <span style="color: #7a0874; font-weight: bold;">&#40;</span>= 0.100.0.r7849-<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>, qelectrotech-data <span style="color: #7a0874; font-weight: bold;">&#40;</span>= 0.100.0.r7849-<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>, qttranslations5-l10n, mesa-utils<br />Homepage: http:<span style="color: #000000; font-weight: bold;">//</span>qelectrotech.org<span style="color: #000000; font-weight: bold;">/</span><br />Download-Size: <span style="color: #000000;">3436</span> kB<br />APT-Manual-Installed: <span style="color: #c20cb9; font-weight: bold;">yes</span><br />APT-Sources: http:<span style="color: #000000; font-weight: bold;">//</span>debian.qelectrotech.org<span style="color: #000000; font-weight: bold;">/</span>qet<span style="color: #000000; font-weight: bold;">/</span>debian unstable<span style="color: #000000; font-weight: bold;">/</span>main amd64 Packages<br />Description: Electric schematic editor<br /> QElectroTech is a Qt5 application written <span style="color: #000000; font-weight: bold;">in</span> C++ .<br /> This program helps you to design electrical schematic diagrams.<br /> It includes a schematic editor, an element editor and a titleblock editor.<br /> It uses XML files to store the produced contents.<br />&nbsp;<br />N: Il y a <span style="color: #000000;">1</span> enregistrement supplémentaire. Veuillez utiliser l<span style="color: #ff0000;">'opérande « -a » pour le voir</span></pre></div><div class="codebox"><pre class="bash" style="font-family:monospace;">apt show qet-tb-generator <br />Package: qet-tb-generator<br />Version: 1.3.1-<span style="color: #000000;">2</span><br />Status: <span style="color: #c20cb9; font-weight: bold;">install</span> ok installed<br />Priority: optional<br />Section: python<br />Maintainer: Qelectrotech <span style="color: #000000; font-weight: bold;">&lt;</span>scorpio<span style="color: #000000; font-weight: bold;">@</span>qelectrotech.org<span style="color: #000000; font-weight: bold;">&gt;</span><br />Installed-Size: <span style="color: #000000;">1427</span> kB<br />Depends: python3:any, python3-tk<br />Suggests: qelectrotech<br />Download-Size: inconnu<br />APT-Manual-Installed: <span style="color: #c20cb9; font-weight: bold;">yes</span><br />APT-Sources: <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>status<br />Description: Script that generates terminal blocks <span style="color: #000000; font-weight: bold;">&amp;</span> connectors <span style="color: #000000; font-weight: bold;">for</span> QElectroTech<br /> Allows to generate terminal blocks and connectors <span style="color: #000000; font-weight: bold;">for</span> QElectroTech electrical diagram software.</pre></div><br /><div class="codebox"><pre class="bash" style="font-family:monospace;">apt show pysimplegui<br />Package: pysimplegui<br />Version: 4.41.2-<span style="color: #000000;">2</span><br />Status: <span style="color: #c20cb9; font-weight: bold;">install</span> ok installed<br />Priority: optional<br />Section: python<br />Maintainer: Qelectrotech <span style="color: #000000; font-weight: bold;">&lt;</span>scorpio<span style="color: #000000; font-weight: bold;">@</span>qelectrotech.org<span style="color: #000000; font-weight: bold;">&gt;</span><br />Installed-Size: <span style="color: #000000;">1285</span> kB<br />Depends: python3:any, python3-tk<br />Homepage: https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>PySimpleGUI<span style="color: #000000; font-weight: bold;">/</span>PySimpleGUI<br />Download-Size: inconnu<br />APT-Manual-Installed: no<br />APT-Sources: <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>status<br />Description: Python GUIs <span style="color: #000000; font-weight: bold;">for</span> Humans. Launched <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000;">2018</span>. It<span style="color: #ff0000;">'s 2021 &amp; PySimpleGUI is an ACTIVE &amp;<br /> Transforms the tkinter, Qt, WxPython, and Remi (browser-based) GUI frameworks into a simpler interface.<br /> The window definition is simplified by using Python core data types understood by beginners (lists and dictionaries).<br /> Further simplification happens by changing event handling from a callback-based model to a message passing one.</span></pre></div><div class="codebox"><pre><code>[12:54:21] laurent@debian:~/qet_tb_generator_debian_package/qet-tb-generator-1.3.1/debian$ cat control 
Source: qet-tb-generator
Section: python
Priority: optional
Maintainer: Qelectrotech &lt;scorpio@qelectrotech.org&gt;
Build-Depends: debhelper (&gt;= 9), dh-python,
               python3-all, 
               python3-setuptools,
Standards-Version: 4.1.3

Package: qet-tb-generator
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-tk, pysimplegui
Recommends: 
Suggests: qelectrotech
Description: Script that generates terminal blocks &amp; connectors for QElectroTech
 Allows to generate terminal blocks and connectors for QElectroTech electrical diagram software.
 .
 .
 .</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 01 May 2023 09:53:39 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18236#p18236</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18233#p18233</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Max wrote:</cite><blockquote><p>By the way.<br />Version in Qelectrotech have not the release &quot;-r7849&quot;, it was helpfull for problem discovery.</p><div class="codebox"><pre><code>QElectroTech V 0.100.0-dev
Compilation: GCC 8.3.0
Built with Qt 5.11.3 - x86_64 - Date : Apr 28 2023 : 17:20:15 
Run with Qt 5.15.2 using 16 thread(s)
CPU : model name : AMD Ryzen 7 5800X 8-Core Processor 
RAM Total : 64 GB
RAM Available : 58 GB
GPU : Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] (rev 80) 
GPU RAM : Video memory: 8192MB Dedicated video memory: 8192 MB Currently available dedicated video memory: 6256 MB 
OS : linux - x86_64 - Version : Debian GNU/Linux 11 (bullseye) - Kernel : 6.1.0-0.deb11.6-amd64
*** Qt screens *** 
( 1 : 1920 x 1200 ) 
( 2 : 1920 x 1200 ) 
( 3 : 1920 x 1200 ) </code></pre></div><p>Greetings Max</p></blockquote></div><p>It&#039;s the package name, we changed displayed version method, now I can&#039;t use this for patch displayed version qet.h&nbsp; file in my packages scripts:<br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/commit/0f06f905161c184920f4bd57796f055bf50387c1">https://github.com/qelectrotech/qelectr … 5bf50387c1</a></p><div class="codebox"><pre><code>#Find GIT revision number in trunk branch
if [ -z &quot;$HEAD&quot; ] ; then
A=$(git rev-list HEAD --count)
HEAD=$(($A+473))</code></pre></div><p>For debian packaging we can&#039;t use <br />GITCOMMIT=$(git rev-parse --short HEAD)</p><p><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/commit/880bd8f7bd94ff11a3e25900c9f3a9785adadc00">https://github.com/qelectrotech/qelectr … 785adadc00</a><br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/commit/c287182d4bb01bf595e994a37e2ab5718fd9c5b0">https://github.com/qelectrotech/qelectr … 718fd9c5b0</a></p><p>BTW, see the build time: Built with Qt 5.11.3 - x86_64 - Date : Apr 28 2023 : 17:20:15 </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 01 May 2023 09:09:30 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18233#p18233</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18231#p18231</link>
			<description><![CDATA[<p> @Max:<br />Maybe try </p><div class="codebox"><pre class="diff" style="font-family:monospace;"><span style="color: #888822;">--- sources/qetgraphicsitem/crossrefitem.cpp</span><br /><span style="color: #888822;">+++ sources/qetgraphicsitem/crossrefitem.cpp</span><br /><span style="color: #440088;">@@ -765,7 +765,7 @@ QRectF CrossRefItem::drawContact<span style="">&#40;</span>QPainter &amp;painter, int flags, Element *elmt<span style="">&#41;</span></span><br />&nbsp; &nbsp; &nbsp;else if <span style="">&#40;</span>flags &amp;SW<span style="">&#41;</span><br />&nbsp; &nbsp; &nbsp;<span style="">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bounding_rect = QRectF<span style="">&#40;</span><span style="">0</span>, offset, <span style="">24</span>, <span style="">20</span><span style="">&#41;</span>;<br /><span style="color: #991111;">-&nbsp; &nbsp; &nbsp; &nbsp; bounding_rect.adjust<span style="">&#40;</span><span style="">0</span>, -<span style="">4</span>, <span style="">4</span>, <span style="">4</span><span style="">&#41;</span>;</span><br /><span style="color: #00b000;">+&nbsp; &nbsp; &nbsp; &nbsp; bounding_rect.adjust<span style="">&#40;</span>-<span style="">4</span>, -<span style="">4</span>, <span style="">4</span>, <span style="">4</span><span style="">&#41;</span>;</span><br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//draw the NO side<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;painter.drawLine<span style="">&#40;</span><span style="">0</span>, offset+<span style="">6</span>, <span style="">8</span>, offset+<span style="">6</span><span style="">&#41;</span>;<br /><span style="color: #440088;">@@ -832,7 +832,7 @@ QRectF CrossRefItem::drawContact<span style="">&#40;</span>QPainter &amp;painter, int flags, Element *elmt<span style="">&#41;</span></span><br />&nbsp; &nbsp; &nbsp;else if<span style="">&#40;</span>flags &amp;Other<span style="">&#41;</span><br />&nbsp; &nbsp; &nbsp;<span style="">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bounding_rect = QRectF<span style="">&#40;</span><span style="">0</span>, offset, <span style="">24</span>, <span style="">20</span><span style="">&#41;</span>;<br /><span style="color: #991111;">-&nbsp; &nbsp; &nbsp; &nbsp; bounding_rect.adjust<span style="">&#40;</span><span style="">0</span>, -<span style="">4</span>, <span style="">4</span>, <span style="">4</span><span style="">&#41;</span>;</span><br /><span style="color: #00b000;">+&nbsp; &nbsp; &nbsp; &nbsp; bounding_rect.adjust<span style="">&#40;</span>-<span style="">4</span>, -<span style="">4</span>, <span style="">4</span>, <span style="">4</span><span style="">&#41;</span>;</span><br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//Draw the first arc symbol<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;QRectF r<span style="">&#40;</span><span style="">8</span>, offset+<span style="">4</span>, <span style="">5</span>, <span style="">3</span><span style="">&#41;</span>;</pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 30 Apr 2023 15:32:05 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18231#p18231</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18230#p18230</link>
			<description><![CDATA[<p> Hello Max,</p><p>see /sources/qetgraphicsitem/crossrefitem.cpp commits history<br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/commits/master/sources/qetgraphicsitem/crossrefitem.cpp">https://github.com/qelectrotech/qelectr … efitem.cpp</a></p><br /><p><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/blob/master/sources/qetgraphicsitem/crossrefitem.cpp">https://github.com/qelectrotech/qelectr … efitem.cpp</a></p><br /><p>Regards,<br />Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 30 Apr 2023 14:04:53 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18230#p18230</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18229#p18229</link>
			<description><![CDATA[<p> Hello Laurent,<br /></p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>you can move master label with mouse and adapt where you want to have your list.</p></blockquote></div><p>i know this, but i don&#039;t want to change all of the symbols are in the library.</p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>Let me tell you straight away, given how the code is written, it is quite complicated to correct on one side without making a shift on the other.</p><p>it&#039;s enough to make you tear your hair out!.....</p></blockquote></div><p>Please leave it on your head.</p><p>Have you a hint for me were i get the alignment, and i give it a try to change it myself.<br />My problem is i have only a very little experience with c++. With Qt in python i have much more.<br />But is not the same.</p><p>By the way.<br />Version in Qelectrotech have not the release &quot;-r7849&quot;, it was helpfull for problem discovery.</p><div class="codebox"><pre><code>QElectroTech V 0.100.0-dev
Compilation: GCC 8.3.0
Built with Qt 5.11.3 - x86_64 - Date : Apr 28 2023 : 17:20:15 
Run with Qt 5.15.2 using 16 thread(s)
CPU : model name : AMD Ryzen 7 5800X 8-Core Processor 
RAM Total : 64 GB
RAM Available : 58 GB
GPU : Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] (rev 80) 
GPU RAM : Video memory: 8192MB Dedicated video memory: 8192 MB Currently available dedicated video memory: 6256 MB 
OS : linux - x86_64 - Version : Debian GNU/Linux 11 (bullseye) - Kernel : 6.1.0-0.deb11.6-amd64
*** Qt screens *** 
( 1 : 1920 x 1200 ) 
( 2 : 1920 x 1200 ) 
( 3 : 1920 x 1200 ) </code></pre></div><p>Greetings Max </p>]]></description>
			<author><![CDATA[null@example.com (Max)]]></author>
			<pubDate>Sun, 30 Apr 2023 13:20:48 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18229#p18229</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18228#p18228</link>
			<description><![CDATA[<p> Let me tell you straight away, given how the code is written, it is quite complicated to correct on one side without making a shift on the other.</p><p>it&#039;s enough to make you tear your hair out!..... </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 30 Apr 2023 12:28:47 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18228#p18228</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crossreference contact at coil sideways under label]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18227#p18227</link>
			<description><![CDATA[<p> Hi Max,</p><p>you can move master label with mouse and adapt where you want to have your list. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 30 Apr 2023 12:23:23 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18227#p18227</guid>
		</item>
	</channel>
</rss>
