Qt Style Sheets Best Practices
-
Hi All,
I would like to know few things with regard to QT Style Sheets.- If we use QT Creator Design Mode to add styles by right clicking, where does the styles are saved. Is there is a separate file where the styles are saved?
- What is the best approach when it comes for stylings? Is it good to do all the styles programmatically or do in a hybrid manner? How does it done in industry normally?
-
Hi,
- from memory, the style will be in the .uic file and then in the code generate.
- it depends on the use case. It's up to you decide.
-
Hi,
- from memory, the style will be in the .uic file and then in the code generate.
- it depends on the use case. It's up to you decide.
-
Hi,
- from memory, the style will be in the .uic file and then in the code generate.
- it depends on the use case. It's up to you decide.
-
@SGaist
Thanks for the reply. Is it .uic or .ui file? I see only ui file in my project directory.ui file.
uic is the user interface compiler. -