To demonstrate the awesomeness of Qt’s stylesheets, we’ll make a modern looking button bar (inspired by Qt Creator) that looks like this: Let’s get started Step 1 Open Designer and create a new empty widget: Step 2 Toss a couple QFrames on the widget, one above the other. Name them topFrame and bottomFrame, like this: […]