ExtremeProDark

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
chennes
Veteran
Posts: 3879
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: ExtremeProDark

Post by chennes »

MisterMaker wrote: Sat Oct 29, 2022 6:09 pm I made them round so they won't look like buttons ;)
There is one tiny technical problem with them (that is, not just an aesthetic judgement) -- as currently implement the selected tab is cutting off the corners of the text (this is most obvious when you choose "Selection" and the corners of the"S" and the "n" are cut off). I'd suggest making them a little less round, or a little wider. We should also check them in with languages not using the Latin alphabet.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: ExtremeProDark

Post by MisterMaker »

Cleaned it up a bit less rounded, although Youtube is going all round so. All round is going to be the next thing :lol:
Image
and dark
Image
They do look a bit like buttons, but well they are buttons you can press them stuff happens.
I wanted to make the text bold of the active tab, but get issues with fitting it in the box, even when I make all text bold it still doesn't count the extra space that is needed.
For default style might want to add some more visual feedback with colors, but since this EXTREMEPRO version, less is more.
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: ExtremeProDark

Post by MisterMaker »

Fixed some Path issues with Qtoolbox, one setting screwed a lot up. Also added an arrow to the pull down menu's. @sliptonic
I btw had issues aligning the arrow to the right with an offset.
I also removed the arrow from the pulled down version since you cannot pull it up.

Image
and
Image

Code: Select all

QToolBox::tab {
  background-color: #696969;
  border: 0px solid #696969;
  color: white;
  background-image: url(qss:images_dark-light/down_arrow_lighter.svg);
  background-repeat: none;
  background-position: center center;
}

QToolBox::tab:disabled {
  color: #696969;;
}

QToolBox::tab:selected {
  background-color: #696969;
  background-image: url(qss:images_dark-light/transparent.svg);
  padding-right: 5px;
  background-repeat: none;
}
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: ExtremeProDark

Post by Kunda1 »

Killin' it! +1
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
pathfinder
Posts: 315
Joined: Mon Oct 04, 2021 10:27 am

Re: ExtremeProDark

Post by pathfinder »

I like the direction.

Is there the possibility to make the right panel (i.e. combo view) collapsible?
Maybe like a tab in the upper right corner, and the combo view expands when hovering over the tab or the expanded combo view and collapses when moving the mouse outside of it.

Not so much for the default theme, but as an option to select.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: ExtremeProDark

Post by Kunda1 »

@MisterMaker ^
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: ExtremeProDark

Post by MisterMaker »

@pathfinder
I made macros for that, although it missing some instructions on how to configure:
https://github.com/MisterMakerNL/Freeca ... cks_macros
User avatar
pathfinder
Posts: 315
Joined: Mon Oct 04, 2021 10:27 am

Re: ExtremeProDark

Post by pathfinder »

MisterMaker wrote: Mon Nov 07, 2022 7:29 pm @pathfinder
I made macros for that, although it missing some instructions on how to configure:
https://github.com/MisterMakerNL/Freeca ... cks_macros
Oh wow, that looks promising :)
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: ExtremeProDark

Post by MisterMaker »

Small update on the checkmarks in menu's after I found this out with the Pie-menu.
Also broke the expand button and then decided it needed an overhaul.
I have seen this icon before at Linux users on linkstage branch. I think it looks pretty modern.
Image
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: ExtremeProDark

Post by MisterMaker »

There is an issue in 0.21 with a rogue Qwidget that gets put in front of the Qmenubar by the Piemenu addon.

This issue is also in ProDark.
https://github.com/FreeCAD/FreeCAD/issues/8440
Image
Don't use the Pie menu in 0.21 if you encounter this issue.
Post Reply