You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Qt.Widgets/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ shows how to use Qt widgets only by programming code (c++17).
86
86
*[InputDialogPassword](Others/InputDialogPassword/README.md) show how to use password input dialog with QInputDialog.
87
87
*[LCDNumber2](Others/LCDNumber2/README.md) shows how to create a LCD number with QLCDNumber.
88
88
*[Wiggly](Others/Wiggly/README.md) shows how to animate a user control using QBasicTimer and timerEvent(). In addition, the example demonstrates how to use QFontMetrics to determine the size of text on screen.
89
+
*[WindowShowHide](Others/WindowShowHide/README.md) demonstrates the use of QMainWindow show, hide and close methods.
0 commit comments