Skip to content

Commit 6263fe9

Browse files
committed
Update README.md
1 parent 9f56613 commit 6263fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Qt.Widgets/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ shows how to use Qt widgets only by programming code (c++17).
8686
* [InputDialogPassword](Others/InputDialogPassword/README.md) show how to use password input dialog with QInputDialog.
8787
* [LCDNumber2](Others/LCDNumber2/README.md) shows how to create a LCD number with QLCDNumber.
8888
* [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.
8990

9091
## Generate and build
9192

0 commit comments

Comments
 (0)