Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelVoelkel authored Oct 7, 2016
1 parent 6ad10b1 commit fa4443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Special thanks to "x squared" who has posted the original code for this idea at

## Sample Code

Section* section = new Section("Section title", 300, parentWidget);
Section* section = new Section("Section", 300, parentWidget);
auto* anyLayout = new QVBoxLayout();
anyLayout->addWidget(new QLabel("Some Text in Section", section));
anyLayout->addWidget(new QPushButton("Button in Section", section));
Expand Down

0 comments on commit fa4443c

Please sign in to comment.