diff options
author | Jens Bache-Wiig <[email protected]> | 2010-05-19 18:29:52 +0200 |
---|---|---|
committer | Jens Bache-Wiig <[email protected]> | 2010-05-19 18:29:52 +0200 |
commit | 0ef512d7eae93f1c00a20b91eed6aa95b3d19780 (patch) | |
tree | 5a882e46073ce2a5cecc319ed78b713cea760768 /example/simple/main.cpp | |
parent | bd016b6833f58e7ec8dc1c14ad545c2a6c45b881 (diff) |
Diffstat (limited to 'example/simple/main.cpp')
-rw-r--r-- | example/simple/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/simple/main.cpp b/example/simple/main.cpp index 45e1f08..a0ba2da 100644 --- a/example/simple/main.cpp +++ b/example/simple/main.cpp @@ -34,6 +34,7 @@ public: button->setChecked(false); connect(button, SIGNAL(toggled(bool)), SLOT(updateBart(bool))); + QVBoxLayout *vboxlayout = new QVBoxLayout(); vboxlayout->addWidget(controller); vboxlayout->addWidget(segmentControl); |