Answer the question
In order to leave comments, you need to log in
How to make python window style like in telegram desktop?
How can I make windows in Python with the same or similar style as Telegram Desktop?
From what I could find, this is the Qt graphical framework, but I could not find examples that would not look like standard windows, I would be very grateful if you could help with links, literature, PyQt examples of similar interface styles.
If such a task can be implemented in any IDE, please describe in which one and what is needed for this (for example, third-party libraries)
Answer the question
In order to leave comments, you need to log in
Well, the easiest way to style windows in Qt is through style sheets . But in general, I would recommend using QML to create custom interfaces.
As I understand it, TG is made as a web application in a desktop container. Most likely on Electron or something similar. Then their layout is HTML + JS, you can look at similar containers for python and run this layout there if there are any.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question