7

I have some .ui files generated by Qt Designer; they are simple XML files but PyCharm refuses to open them. The filetype is listed among the ones "recognized" by PyCharm, but I can't find a way to specify how it should deal with it.

Does anybody know how can I force PyCharm to let me edit the XML source?

Giacomo Lacava
  • 1,784
  • 13
  • 25

1 Answers1

10

You can edit associations in Settings (Preferences on Mac) | File Types, map .ui extension to XML files type.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904