qt - How to update uic? -


i'm using on linux qt user interface compiler version 4.7.4 with

enter image description here

but when try use theme icon like here errors

uic: error in line 366, column 37 : unexpected attribute theme file 'textfinder.ui' not valid 

i read problem during conversion xml files generate h files.

i guess updating fix this. help?

qt 4.7.x doesn't support icon themes.

your options are:

  • remove theme gui, or
  • upgrade qt 4.8.6 if maintaining old project. (however, if starting new project, should upgrade qt 5.3.2 instead)

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -