I am developing a QT application in C++. Since i like CLion, I would like to use this IDE to write my code. My problem: I cannot open the .ui
- files. CLion just ignores my double-click on the files. I do not want a graphical editor like in QT creator, editing the XML as text would be perfectly fine.
How can I tell CLion, that it should open *.ui
- files as xml?