1

Topic: Ability conductor size less than 1

I wan to add ability to change conductor size less than 1 and have edit some source (diff. attached), but when i set conductor size set to 0.2, 0.4, or 0.6 it always displayed equally tiny.

am i miss any required code to edit?

Post's attachments

Attachment icon 0001.diff 2.36 kb, 332 downloads since 2016-08-05 

2

Re: Ability conductor size less than 1

Hello,

thank you for your patch, but I think your conductor isn't visible after printing.

See my corrected patch. ;-)

minimum">0.40 px
maximum">10.0 px
Step">0.20 px
value">1.00 px (default)

Post's attachments

Attachment icon 0002.diff 2.23 kb, 315 downloads since 2016-08-05 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

3

Re: Ability conductor size less than 1

Revision: 4605
Author:   scorpio810
Date:     2016-08-05 14:15:59 +0200 (Fri, 05 Aug 2016)
Log Message:
-----------
Add ability conductor size less than 1, thank Timbul Widodo

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

4

Re: Ability conductor size less than 1

scorpio810 thank you for correction,
but i am not yet understand, if we look at diagram closely there are no difference when we set conductor size to 0.2 and 0.8

5

Re: Ability conductor size less than 1

Are you tried to print?
The conductor size you view in diagram is depend to zoom factor.

// utilisation d'un trait "cosmetique" en-dessous d'un certain zoom
    if (options && options -> levelOfDetail < 1.0) {
        final_conductor_pen.setCosmetic(true);
    }

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

6

Re: Ability conductor size less than 1

yes i am,
I am using
Qt Creator 3.5.1 (opensource)
Based on Qt 5.5.1 (MSVC 2013, 32bit)
On Windows 7

7

Re: Ability conductor size less than 1

laurent@debian:~$ qtcreator -version

Qt Creator 4.0.2 based on Qt 5.6.1
On Debian unstable (X86_64)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

8

Re: Ability conductor size less than 1

just founded

Post's attachments

Attachment icon 0003.diff 556 b, 380 downloads since 2016-08-06 

9

Re: Ability conductor size less than 1

Revision: 4607
Author:   scorpio810
Date:     2016-08-06 12:58:56 +0200 (Sat, 06 Aug 2016)
Log Message:
-----------
Fix conductor size less than 1, thanks Timbul Widodo

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !