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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -