qt5base-lts/examples/widgets/dialogs
Friedemann Kleint d1a30be5ab Polish the findfiles example to be actually useful
- Simplify the code, remove unused members
- Fix the translations of plurals to use %n
- Add tooltip displaying full paths in list
- Add context menu allowing to copy the name and  open
- Display the correct slashes on Windows
- Connect the returnPressed() signals of the line edits
- Make the search recursive
- Do not search binary files by checking the mime type

Change-Id: I3663799c88931db1f58c03ea35211e7ab03737ec
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
2016-08-03 11:53:55 +00:00
..
classwizard Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
configdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
extension Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
findfiles Polish the findfiles example to be actually useful 2016-08-03 11:53:55 +00:00
licensewizard Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
sipdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
standarddialogs Standarddialogs example: Remove horizontal spacer from fullscreen layout. 2016-02-09 15:24:54 +00:00
tabdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
trivialwizard Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dialogs.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


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