Can we get support for both qtwidgets and gtk on linux?
So far it looks like it only supports one at a time.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #25955 as not planned.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Only a single port can be used at a time, there are no plans to change this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Only a single port can be used at a time, there are no plans to change this.
Why? This defeats the point of using wxwidgets.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
The point of using wxWidgets is to be able to compile your program using any of the ports, not to mix them in the same build of the library during run-time. If you really want to decided between wxGTK and wxQt at run-time, you need to load the appropriate shared library yourself.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()