vlang / ui

A cross-platform UI library written in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support qt

Mohammadwh opened this issue · comments

hi
how i can use qt in vlang?

Unfortunately Qt is not supported in vlib nor v-ui.
Will not in the future officially.

V UI will be an alternative to qt.

If you really want to work with qt, you would have to write an wrapper for it (or wait for c2v to autogenerate one).
You may also look for existing qt-wrappers in awesome-v or on vpm.