diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-04-21 07:38:34 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-04-21 08:30:38 (GMT) |
commit | 1c2fcea39d5413821e655659c1dcb7cabe532bea (patch) | |
tree | 1dc062124ad9e22c1b7c6f91f33f2071b742ecb6 /examples/widgets/stylesheet | |
parent | 78a0cf9c347b80e7d7b1eb369d8ff28c49ed1b7d (diff) | |
download | Qt-1c2fcea39d5413821e655659c1dcb7cabe532bea.zip Qt-1c2fcea39d5413821e655659c1dcb7cabe532bea.tar.gz Qt-1c2fcea39d5413821e655659c1dcb7cabe532bea.tar.bz2 |
examples/widgets/stylesheet fix mainwindow.ui
femaleRadioButton had its tool tip in the styleSheet property.
Reviewed-by: ogoffart
Diffstat (limited to 'examples/widgets/stylesheet')
-rw-r--r-- | examples/widgets/stylesheet/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/stylesheet/mainwindow.ui b/examples/widgets/stylesheet/mainwindow.ui index 2b232df..cc29257 100644 --- a/examples/widgets/stylesheet/mainwindow.ui +++ b/examples/widgets/stylesheet/mainwindow.ui @@ -196,7 +196,7 @@ </item> <item row="1" column="2" colspan="2" > <widget class="QRadioButton" name="femaleRadioButton" > - <property name="styleSheet" > + <property name="toolTip"> <string>Check this if you are female</string> </property> <property name="text" > |