Menu

Qt3 -> Qt4

Help
2010-04-11
2013-05-09
  • Olaf Radicke

    Olaf Radicke - 2010-04-11

    I try upgrade the XML-UI by Qt Qt Designer 4.5.3. But is fault.

     
  • Jeremy Erickson

    Jeremy Erickson - 2010-04-12

    See http://doc.trolltech.com/4.6/porting4-designer.html .  It looks like you have to run something like "uic3 -convert myform3.ui > myform4.ui" first to convert the form to Qt4's format.  I suspect you'll have to do some tweaking due to the differences in output of uic and uic3 as described in the linked document.

     
  • Olaf Radicke

    Olaf Radicke - 2010-04-12

    The uic3 generated code pleases Qt Designer. But not gcc. I do not like theI UI files and the way of Qt Designer. That is not my way. trubble shuting later ….

     

Log in to post a comment.