qt6-bb10/examples/widgets/widgets
Friedemann Kleint 8132cb655a Polish the Icons example.
- Remove unneeded member variables.
- Use new connection syntax in createActions()
  to assemble the menu there, removing the createMenus()
  function.
- Use a QButtonGroup for the sizes with the style metrics as id.
- Streamline code, rename variables for clarity.
- Introduce static functions returning the list of states/modes and
  their names in display order to IconPreviewArea, removing the
  duplicates.
- Split actions to open sample icons provided from source directory
  or standard pictures location to make sample icons more prominently
  visible.
- Check and display @2x images and add tooltips showing device pixel
  ratio and actual size.
- HighDPI: Add groupbox displaying screen name and device pixel
  ratio, connect to screen changed signal and update icons panel
  accordingly. Add check box for toggling Qt::AA_UseHighDpiPixmaps.
- Adjust documentation

Task-number: QTBUG-18680
Task-number: QTBUG-46615
Change-Id: Ice96e9898f168ef2a30e9f46cb260ed57ae015f0
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2015-09-14 19:20:06 +00:00
..
analogclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
calculator Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
calendarwidget Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
charactermap Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
codeeditor Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
digitalclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
elidedlabel Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
groupbox Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
icons Polish the Icons example. 2015-09-14 19:20:06 +00:00
imageviewer Extend the image viewer example. 2015-08-24 08:26:55 +00:00
lineedits Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mousebuttons Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
movie Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
scribble Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
shapedclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sliders Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
spinboxes Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
styles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
stylesheet Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tablet Tablet example: update the cursor according to the tool 2015-07-31 04:33:27 +00:00
tetrix Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tooltips Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
validators Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
wiggly Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
windowflags Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Fix out-of-tree compilation of widget examples 2014-02-11 12:35:03 +01: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.