#pyside

2025-05-13

Qt for Python: PySide6

Статья для новичков про использование Qt на языке Python используя официальную библиотеку-привязку PySide6. Ознакомление с созданием графических приложений на языке Python.

habr.com/ru/articles/909118/

#qt #qt6 #python #python3 #pyside6 #pyside #linux #windows #development #qt_software

Dr James Ravenscroftjamesravey@fosstodon.org
2025-04-18

Using cxFreeze 8.1.0 to build a qt application dependant on Pyside6 fails, here's how to get around it

#Python #cxfreeze #pyside #qt #qt6

brainsteam.co.uk/2025/4/18/cxf

Kushal Das :python: :tor:kushal@toots.dgplug.org
2025-04-05

@kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

2025-03-16

Анализ компьютерных сетей

Доброго времени суток, хабровчане! Недавно я защитил свой проект "Анализ компьютерных сетей" и решил поделиться этим самым проектом с вами. Компьютерные сети – неотъемлемая часть современной жизни. В момент полной цифровизации государств, знание работы сетей становится обязательным для всех IT-специалистов и даже обычных людей. Очень сильно популяризируются сервисы VPN/Proxy, туториалы по созданию своих VPN/Proxy серверов, методы защиты конфиденциальной информации. Темой моего проекта является анализ компьютерных сетей. Актуальность проекта заключается в том, что в эпоху, когда многие компании собирают данные, а иногда хакеры могут перехватить наш трафик, знание работы сетей становится особенно важно. Просто необходимо позаботиться о безопасности своих данных. Например, быть уверенным, что какая-либо корпоративная сеть не прослушивается злоумышленниками. Информационная безопасность сегодня — это не просто мода, а насущная необходимость. Постоянно растет киберпреступность, и защита трафика от перехвата — это основной аспект цифровой жизни человека или бизнеса.

habr.com/ru/articles/891276/

#rust #linux #windows #c #python #pyside #pyside6 #qt #сеть #osi

I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
I need to look at he code and see if it feels #Python -y,

i desktop app displaying the current time in Swatch Internet Time
2025-03-08
2025-02-28

Do you use #PyQtGraph with conda versions of #PySide bindings? Then this issue is very relevant to you. Please upvote:

bugreports.qt.io/plugins/servl

Kushal Das :python: :tor:kushal@toots.dgplug.org
2025-01-11

What are the #python applications you know that uses #nuitka ? #opensource #pyside #desktop #linux #mac

Kushal Das :python: :tor:kushal@toots.dgplug.org
2025-01-07

Anyone knows any good #example of #homebrew formula / cask to follow to package a #PySide package? #linux #mac @qt @homebrew #newbie

Chris Huck :freecad: :ubuntu:chrishuck@fosstodon.org
2024-12-29

This is a question for the #FreeCAD #macro people: I’ve created a dialog box with 3 radio buttons. The correct default button is selected, but I can’t figure out why the first button is highlighted? I’ve been reading through the documentation for QRadiobutton, but I can’t figure out why the toggled button isn’t highlighted.

Anyone have any ideas?

#pyside #qt #pyqt

EDIT: This has been solved. See responses below.

An interface window titled "Pinsert v2.0" allowing users to choose pin orientation: X-Axis, Y-Axis, or Z-Axis (default), with an "OK" button at the bottom.The image shows a snippet of Python code utilizing the PyQt library to create a dialog with radio buttons for selecting pin orientation along the X, Y, or Z axes, along with a button to accept the selection.
Christoph Jünglingjuengling@mastodontech.de
2024-12-23

Langsam nervt dieses ganze Lizenzgedöns doch massiv! Ich werde mich in Zukunft doch mehr auf #FOSS - Bereich konzentrieren: #Python, #PySide (Qt) und #LibreOffice, statt #MSOffice.

borncity.com/blog/2024/12/23/m

2024-11-20

Been trying to come up with some nice APIs to declare a model with properties that I can bind to controls in QtWidgets, with PySide.

Think that's the best I can do right now. I wanted to get rid of having to use `obj.prop.value` but I think it's more trouble than its worth at the moment... will try using it for real now

gist.github.com/kaofelix/2b5cb

#python #pyside #qt #gui

Stefan Ihringercompfu@mograph.social
2024-11-15

Finally I have the opportunity again to build a small new inhouse tool in #pyside. This time it’ll have drag&drop which is something I haven’t done with Qt before.
#VFXPipeline

2024-11-14

Today's accomplishment was creating a theme switcher (macOS only for now) for PySide and an SVG icon engine that draws in proper theme colors. Qt makes this harder than it needs to be

Gist here just in case 🙂
gist.github.com/kaofelix/49384

#python #qt #pyside #darktheme #macOS

@sirber Yes. Very much. It’s a great combination. The #pyside bindings for #qt are great. The framework itself is clean and complete. And I’ve been a huge fan of #Python for many years. I enjoy coming in to work to play with this stuff. If you end up choosing this combination, and that’s my recommendation, I hope you enjoy it as much as I. There are other frameworks, but I really like Qt the best.

2024-10-19

Qt-шные прокси-модели и их друзья

Разрабатывая приложения на Qt или PyQt/PySide2 вы рано или поздно столкнетесь с необходимостью создания собственной реализации QAbstractItemModel и/или QAbstractProxyModel. Я хочу рассказать про одну конкретную проблему, с которой я столкнулся, разрабатывая прокси-модель с возможностью группировки объектов дерева.

habr.com/ru/articles/851850/

#pyqt #qt #pyside

One thing i hate about setting up projects with #Jira is setting up tasks. It's slow, and tedious, and if it requires any input or approvals from others, it's maddening.

In my quest to work more with #python, i created a script that will input a #TaskPaper file, and create Jira sub-tasks from the tasks with notes.

Putting a #qt interface on it using #pyside 6 now.

2024-08-10

11 hours to build Qt6 + PySide6 + wheels as release-with-debug-info builds for Windows and macOS.

That's a new record and a sad sign what all is wrong with documentation for the projects.

(the final macOS build took about 30min, the windows build about 3x that long but the majority of the hours before was spend with trial-and-error rebuilds and reconfigurations to try and get things working because the documentation is missing vital parts)

#qt #qt6 #pyside #sourcecode #sourceBuild #documentation

2024-08-05

Right now it's much faster for me to whip up a PyQt/PySide app that a console app with a decent UI. But full GUI apps are often overkill for dev tools whereas a TUI app is ideal.

#python #pyqt #pyside

2024-07-05

PUSSY – швейцарский нож от мира ПО. Погружаемся в систему Свойств #ШБР2

PUSSY (Python Utilitarian Script System for You) - это кроссплатформенный программный комплекс, который позволяет ускорить разработку приложений с графическим интерфейсом на языке Python и PySide6. Его ключевой фичей является быстрое создание раздела с пользовательскими настройками, достаточно просто объявить перечень Свойств в Специальном контейнера, а система сама позаботится обо всем остальном. Нажимайте на "Читать далее" чтобы узнать как с этим работать и как можно самостоятельно расширить его возможности под собственные потребности...

habr.com/ru/articles/826798/

#python3 #pyside #qt #software #software_development #разработка_приложений #автоматизация_рутины #графический_интерфейс #gui

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst