D
D
DixFrey2015-11-08 23:21:12
C++ / C#
DixFrey, 2015-11-08 23:21:12

How to make a similar UI?

Hello everyone, how to make a similar UI in your C++ program?
51a2c897133f46988e4a7a0d6e79904d.pngScreenshot (full size)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2015-11-08
@GavriKos

If you are talking about a field with editing tiles, then you are doing custom control. In the general case (you didn’t specify which UI you basically use): you inherit from some component, for example from Button, overload Draw, OnMouseClick and so on from it, and implement the functionality you need.
Everything else is basically done on some kind of Qt.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question