summaryrefslogtreecommitdiffstats
path: root/example/simple
diff options
context:
space:
mode:
authorJens Bache-Wiig <[email protected]>2010-05-19 18:29:52 +0200
committerJens Bache-Wiig <[email protected]>2010-05-19 18:29:52 +0200
commit0ef512d7eae93f1c00a20b91eed6aa95b3d19780 (patch)
tree5a882e46073ce2a5cecc319ed78b713cea760768 /example/simple
parentbd016b6833f58e7ec8dc1c14ad545c2a6c45b881 (diff)
Fix focus rect issues and sunken behaviorHEADmaster
Diffstat (limited to 'example/simple')
-rw-r--r--example/simple/main.cpp1
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);