Export QT file form linux to customer
-
wrote on 18 Dec 2019, 11:23 last edited by
Our QT designer has made a file in QT on Linux and now he wants to "export the file" to our customer.
The customer does not have QT, but he want to view the draft results during the projectWhat is procedure to let the customer view the results?
Our customer does not have Linux, but only Windows and Apple systemsFrank
-
Our QT designer has made a file in QT on Linux and now he wants to "export the file" to our customer.
The customer does not have QT, but he want to view the draft results during the projectWhat is procedure to let the customer view the results?
Our customer does not have Linux, but only Windows and Apple systemsFrank
@FrankVerhoeven See https://doc.qt.io/qt-5/quiloader.html
Using above technique you can write simple application which loads and shows designer files.
2/2