Did you know that Natron supports load themes using a QSS file?

A QSS file is a Qt Style Sheet file used in software development with the Qt framework to customize the appearance of user interface (UI) widgets. It is essentially a text file containing CSS-like code that defines colors, fonts, borders, margins, and other visual properties of application components.

#Natron #Qt #PyQt #QSS

QSSでQGISプラグインをおしゃれなUIにする - Qiita

実際のプラグインのソースコードはこちら QGISプラグインを作るときにUIをいい感じにカスタマイズしたいなと思っていたら、Qt Style Sheets(QSS)というのを知りました。QSSは、QtアプリケーションのUIの見た目をカスタマイズするための仕組みです。C...

Qiita

Мини-гайд по стилям в Qt (PySide6)

Здравствуйте, уважаемые Хабрчане и гости! Так как моя первая статья была опубликована и получила хоть какой-то положительный отклик, решил сделать еще одну статью, которую давно хотел написать. В данной статье пойдет речь о стилях в Qt, конкретно я буду использовать для примера PySide6. Опять же, статья не претендует на звание супер-туториала, а скорее носит характер некого «небольшого справочника» или «мини-гайда» для тех, кто хочет приукрасить свое приложение на Qt. Тем более я не pro в CSS, и делаю на пробу, эксперементрую. В качестве примера возьму несколько виджетов, и постараюсь схематично наглядно показать, как некоторые строки из QSS (CSS для Qt) могут преобразить виджет. В документации по Qt приводятся некоторые примеры, но я решил немного прочитать и в других источниках, и сделать наглядный пример. Есть несколько способов, как можно применить стили к своему приложению (которые я знаю):

https://habr.com/ru/articles/844622/

#pyside6 #qt #qss #Стили_в_Qt

Мини-гайд по стилям в Qt (PySide6)

Здравствуйте, уважаемые Хабрчане и гости! Так как моя первая статья была опубликована и получила хоть какой-то положительный отклик, решил сделать еще одну статью, которую давно хотел написать. В...

Хабр

@hauschke @tibosl @QSS_ISSI

5. I am grateful to @tullney for the fruitful discussions that helped shape this paper, and to @LudoWaltman for his valuable advises.

Special thanks to the anonymous reviewers for their critical feedback.

I would also like to highlight my positive experience publishing with #QSS, where, as an early career researcher, I had the opportunity to publish a #preprint for the first time, undergo #OpenPeerReview, and share the underlying data.

Saudi Arabia’s first male humanoid robot’s ‘groping’ incident sparks debate

a humanoid robot developed by a Saudi Arabian artificial intelligence (AI) and robotics company was seen touching a female reporter inappropriately has sparked a strong debate

#QSS #Mohammad #groping #SaudiArabia #DeepFest #RawyaKassem #robot #robotics #artificialintelligence #AI #technology #tech

https://interestingengineering.com/innovation/saudi-humanoid-robot-gropes

Saudi Arabia's first male humanoid robot 'gropes', sparking debates - Interesting Engineering

A Saudi AI company's humanoid robot allegedly touched a female reporter inappropriately at an event, sparking heated debate on social media.

Interesting Engineering

Honesty oaths seemed to decrease dishonest behaviour in 7 studies across the US, UK, and Mexico.

However, the effect of the potential to benefit a partner on dishonesty didn’t reach conventional levels of significance.

https://doi.org/10.1038/s44271-023-00028-7

#psychology #ethics #xPhi #QSS #behavioralEconomics #openAccess

#Elsevier keeps increasing the APC of #JournalOfInformetrics. It now equals USD 3960.

At @QSS_ISSI we also needed to increase our APC. It has increased to USD 750 for #ISSI members and USD 1200 for non-members.

Ridiculous to see that #JOI charges an APC that is more than five times as high as the APC of #QSS for #ISSI members. Moreover, despite the much lower APC, @mitpress offers a better service level than #Elsevier.

Paying the #JOI APC is a complete waste of money!

@lariviev

📢 Want to help theme #FreeCAD? Follow this github issue to see how #fc3d stylesheet/theme developers are tweaking their #QSS (#Qt Style Sheets).

Maybe even customize your own theme?

https://github.com/FreeCAD/FreeCAD-addons/issues/201

[Tracking] Various themes/stylesheets for FreeCAD master and Link branch · Issue #201 · FreeCAD/FreeCAD-addons

FreeCAD master Note: checkboxed selections indicate they've been made in to a Preference pack. Realthunder's Link branch doesn't support preference packs (at this time) Original themes ...

GitHub

I wanted to change the color of the ticks, the small lines on either side of a QSlider, in PyQt. It turns out this is not possible in CSS, QSS or in QPalette.

When you use QSlider with a dark theme, the ticks are not visible.

#python #pyqt #qslider #qss #qpalette

Qt Style Sheet, or QSS, is a CSS implementation for QT that allows you to style your widgets.

Just implemented a dark theme in a QT application.

Thinking of creating my own QSS editor.

#python #pyqt #qss #linux