SOLVED: Where is qic? Or, how to create C++ header files from .ui files?
-
I have created my GUI in designer-qt4, saved the output in myGUI.ui, and then I want to compile it to a C++ header file. I have previously used qic on another machine for this, but there is no qic on my machine (I'm running CentOS 6.4).
Where is qic, or how to I get it? Or, is qic obsolete? How can I create the C++ header file from the myGUI.ui file?
Thanks.
-
Hi and welcome to devnet,
Do you mean uic ? If so it should already been installed maybe as uic-qt4