Toolcontroller GUI Bug

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Toolcontroller GUI Bug

Post by mlampert »

schnebeck wrote: Tue Nov 21, 2017 9:03 pm If I change to "expand" everything is fine in designer preview

HTH

Thorsten
Once you get access to PR-1109, can you give it a try and see if it fixes the issue?
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

I'll take care of it
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

screen27.jpg
screen27.jpg (47.31 KiB) Viewed 1232 times
everything is fine here
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Toolcontroller GUI Bug

Post by mlampert »

great, thanks testing
Xav-83
Posts: 97
Joined: Thu Aug 07, 2014 8:50 am

Re: Toolcontroller GUI Bug

Post by Xav-83 »

Hello,
shnebeck
everything is fine here
with which version ?
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

Ups, sorry:

git 2017-11-24|16:25

OS: Ubuntu 14.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12643 (Git)
Build type: None
Branch: master
Hash: 868d9cc6c215ce3a2ab20d454378ec00e1b9ed26
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: German/Germany (de_DE)
berka
Posts: 88
Joined: Sat Aug 22, 2015 9:08 pm

Re: Toolcontroller GUI Bug

Post by berka »

PR says merged 3 days ago, but I'm still seeing the behavior on a dev download from today:

Code: Select all

OS: Mac OS X
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12645 (Git)
Build type: Release
Branch: (HEAD detached at 447d481)
Hash: 447d4816ce1cd6b2adda8055aef502fac8401249
Python version: 2.7.14
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
Screen Shot 2017-11-25 at 12.17.12.png
Screen Shot 2017-11-25 at 12.17.12.png (31.58 KiB) Viewed 1171 times
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: Toolcontroller GUI Bug

Post by chrisb »

The current version is the one you have, it is 17 hours old, while the commit 9b4f57e is 3 days old from Nov. 21, 23:37 (GMT-8).
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Toolcontroller GUI Bug

Post by mlampert »

Seems Qt5 doesn't deal with QuantitySpinBox correctly. Can someone who compiles with Qt5 change the layout of the frame from "FormLayout" to "GridLayout" and check if that fixes the problem?
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

Hmm, when I open the UI-file in Qt5.5 designer, preview is fine and works fine with "minimal" also.
I can not see any hint that creates this centred arrangement of the GUI elements.

Strange

Thorsten
Post Reply