I'm so impressed with qtcreator sidebar style. Black and gray combination. But I think they not use stylesheet for create like that. Who have sample code create a widget with style like that ?
I'm so impressed with qtcreator sidebar style. Black and gray combination. But I think they not use stylesheet for create like that. Who have sample code create a widget with style like that ?
look at the QtCreator sources - they are available for download from Qt Download site. They made their own style - ManhattanStyle - which is kind of proxy style as it uses default style for some controls. And the left side bar is QTabBar subclass (look for a FancyTabWidget in qt creator code).
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
Yes. But I think is so hard for get the some code just for make style like that from qtcreator source
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
Of course. Actually, a few days before I post this question. I tried include manhattanstyle in my code. But I always get error code. Maybe I have not entered all the required header files.
Hence, I want look a simple sample code. Maybe someone here has made it and want to share an example . Or ever written on his personal blog..
Bookmarks