- Qt5 C++ GUI Programming Cookbook
- Lee Zhi Eng
- 73字
- 2021-07-02 12:17:53
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.