qt6-bb10/examples/widgets/widgets
Jan Arve Saether c360fbcd6c Do the actual removal of the Soft Keys API and related code
In addition to the actual removal of the softkeys API in QAction,
this commit removes some enums related to the softkeys feature:
  Qt::WA_MergeSoftkeys
  Qt::WA_MergeSoftkeysRecursively

It also removes some "zombie" enums:
  Qt::WindowSoftkeysVisibleHint = 0x40000000,
  Qt::WindowSoftkeysRespondHint = 0x80000000,

  (The only implementation that used these were removed when
  qapplication_s60.cpp and qwidget_s60.cpp were removed.)

Change-Id: Ib6fc6d543def4757383d5f19256199d9d190c614
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2012-10-29 20:27:27 +01:00
..
analogclock fix conflicting Visual Studio project names for Qt examples 2012-09-27 15:50:14 +02:00
applicationicon Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
calculator Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
calendarwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
charactermap Modularize drag and drop documentation 2012-10-19 17:35:51 +02:00
codeeditor Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
digitalclock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
elidedlabel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
groupbox Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
icons Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
imageviewer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
lineedits Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
mousebuttons Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
movie Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
orientation Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
scribble Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
shapedclock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sliders Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
spinboxes Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
styles Remove CDE and Motif styles from qtbase 2012-09-27 15:16:16 +02:00
stylesheet Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tablet Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tetrix Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tooltips Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
validators Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
wiggly Do the actual removal of the Soft Keys API and related code 2012-10-29 20:27:27 +01:00
windowflags Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Remove CDE and Motif styles from qtbase 2012-09-27 15:16:16 +02:00

README

Qt comes with a large range of standard widgets that users of modern
applications have come to expect.

You can also develop your own custom widgets and controls, and use them
alongside standard widgets.

It is even possible to provide custom styles and themes for widgets that can
be used to change the appearance of standard widgets and appropriately
written custom widgets.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.