Search code examples
c++qtqt4qtstylesheets

How do I create a QSS file in my project folder?


At the option of creating new files, I do not have this extension.

How can I add this type of file to my project?


Solution

  • In Qt Creator:

    1. Ctrl+N;
    2. -> General;
    3. -> Choose;
    4. In name, write style.qss (you may also choose the directory);
    5. Add to project, or SVN.