S
S
Sergey Kravchenko2016-01-19 21:40:21
Qt
Sergey Kravchenko, 2016-01-19 21:40:21

How to make original interface using QT?

Good time of the day!
I admit right away that I have been studying QT not so long ago.
There is a program that receives, processes and displays data from the controller - it builds several graphs + spectrograms. But I want to make it look nice.
Need advice, what means can be used to implement non-standard interfaces on QT? Like the one in the picture for example. e55d9e4c4efa489a9dd5b2341f94de7b.png
Please do not kick much!)
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya, 2016-01-20
@badguy

1. QWidget, C++
- make your own style doc.qt.io/qt-5/qstyle.html
- QWidget::setStyleSheet doc.qt.io/qt-5.5/stylesheet-reference.html
- draw directly in QWidget::paintEvent
2. QML (As already advised)
Shl Qt, not QT (letter t is small)

M
Maxim Moseychuk, 2016-01-19
@fshp

QML

J
Jacob E, 2016-01-21
@Zifix

QML

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question