R
R
Ra1n982021-06-28 19:22:18
Qt
Ra1n98, 2021-06-28 19:22:18

Is it possible in Qt to access elements of windows outside the program?

For example, a handle to the control panel as in WinAPI.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Adamos, 2021-06-28
@Ra1n98

Qt is a cross platform library. Its logic is just that you don't pay attention at all which OS is outside.
But Qt is just a C++ library. It does not prevent you from connecting the WinAPI headers at the same time and writhing with it, if necessary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question