diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-05-19 12:45:55 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-05-19 12:45:55 (GMT) |
commit | d2a9a4c38df32aed0bbcc21c0f971e1cf799226a (patch) | |
tree | 9af323ec05d7940ee73438bab0b8e7fdbcaddd67 /examples/widgets | |
parent | ad475e3b8935b1314382e2d2c6a7d09ace98b550 (diff) | |
download | Qt-d2a9a4c38df32aed0bbcc21c0f971e1cf799226a.zip Qt-d2a9a4c38df32aed0bbcc21c0f971e1cf799226a.tar.gz Qt-d2a9a4c38df32aed0bbcc21c0f971e1cf799226a.tar.bz2 |
Changed stylesheets example to create softkeystack. This commit
should probably be reverted before merging to master
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/stylesheet/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/widgets/stylesheet/mainwindow.cpp b/examples/widgets/stylesheet/mainwindow.cpp index a1307a8..a0a38ad 100644 --- a/examples/widgets/stylesheet/mainwindow.cpp +++ b/examples/widgets/stylesheet/mainwindow.cpp @@ -46,6 +46,9 @@ MainWindow::MainWindow() { + QSoftKeyStack* stack = new QSoftKeyStack(this); + setSoftKeyStack(stack); + ui.setupUi(this); ui.nameLabel->setProperty("class", "mandatory QLabel"); |