Qt5 C++ GUI Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Creating a login screen using style sheets

Next, we will learn how to put all the knowledge we've learned in the previous example together and create a fake graphical login screen for an imaginary operating system. Style sheets are not the only thing you need to master in order to design a good UI. You will also need to learn how to arrange the widgets neatly using the layout system in Qt Designer.