M
M
Maxim Shelkov2020-04-13 21:34:36
Python
Maxim Shelkov, 2020-04-13 21:34:36

Is it possible to add custom buttons to Qt Designer?

Is it possible to add a button made in Photoshop or another editor and use it as a start button? If so, thanks for the replies!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-04-14
@BickDem

There is only one button in Qt Designer and it is QPushButton. What you want to do is just change the look.
In Qt Designer, take a close look at the Push Button settings. There is a QAbstractButton tab, where there is an icon tab. Here you have to look and poke-study.
I warn you right away - do not ask here how to add third-party resources (images, etc.) to Qt - this is a very simple question that can be googled in a few minutes)). Practice communicating with Google, it will help.
Good luck.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question