Sure here it is: https://pastebin.com/jJ8g0k9K
Moderator: agryson
Sure here it is: https://pastebin.com/jJ8g0k9K
Code: Select all
QToolBar > QComboBox QAbstractItemView{
Code: Select all
QToolBar > QComboBox QAbstractItemView::item{
An aside, check out https://github.com/hyarion/FreeCAD_InspectWidgets
That's precisely what I've been trying to google for the past 3 hours! Thanks!!Kunda1 wrote: ↑Mon Feb 22, 2021 6:06 pmAn aside, check out https://github.com/hyarion/FreeCAD_InspectWidgets
It's like chrome dev tools for qss![]()
Props to @hyarion. He's also open to feature requests
Lol.. you're welcome. the credit goes to @hyarion though
Thanks! As Kunda1 posted, FreeCAD Inspect Widget Mod https://github.com/hyarion/FreeCAD_InspectWidgets is an invaluable tool. For more deep diving you could try GammaRay https://www.kdab.com/development-resour ... /gammaray/ seems to be only available on Linux and Mac. I separated some QPushButtons from a group in the latest ProDark.qss code if you want to take a look. https://github.com/turn211/ProDark-FreeCAD-themePetrikas wrote: ↑Mon Feb 22, 2021 6:03 pmHello! Thank you for your work on this stylesheet!
I'm creating an 'alternative' Vertical UI for LinkStage3, I've been modifying Darker-Orange stylesheet until FreeCADNews on twitter showed me your (subjectively) superior stylesheet. Great work so far, I just need to make sure I keep up to date with your fast progress.
I do have a couple of questions that I can't find answers to (knowing the awkward way that the stylesheets need to be developed)
1. Have you accidentally found what controls the Workbench Dropdown items? I can change the highlight colour and the background, etc. But I am not able to increase the spacing between the items, as all workbenches in the dropdown are counted as one big chunk object (QAbstractItemView).
It should be something along the lines of, but it's completely ignored.
orCode: Select all
QToolBar > QComboBox QAbstractItemView{
2. Same for these dropdowns in the toolbar. They're controlled by QMenu::item, but I'd like to separate them from all the 'File' menus.Code: Select all
QToolBar > QComboBox QAbstractItemView::item{
I appreciate your work, thank you once again!
Wow I also really like how it turned out in your screenshot! Thanks for trying it
Thanks for being an awesome community! It's really sad that I am progressing slowly, but as they say "life gets in the way"
Keep up the great work! Enjoy all parts of life, even the ones that get in the way. That way life is goodst_phan wrote: ↑Tue Feb 23, 2021 7:35 amWow I also really like how it turned out in your screenshot! Thanks for trying it
And great feedback regarding New/Open/Print/etc. ... I was already a bit unsatisfied that they don't fit the rest that nicely!
Thanks for being an awesome community! It's really sad that I am progressing slowly, but as they say "life gets in the way"![]()
Wise words