G
G
GeorgyGolovaty2016-02-07 23:59:24
Python
GeorgyGolovaty, 2016-02-07 23:59:24

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)telegram-for-desktop-04-700x525.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jacob E, 2016-02-08
@GeorgyGolovaty

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.

M
Matvey Kukuy, 2016-02-08
@Matvey-Kuk

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 question

Ask a Question

731 491 924 answers to any question