©2006
Tenset Tech. Ltd
All Rights Reserved
|
|
 |
Here we show a gallery of images from some of the examples.
These examples can also be found in the Demo Browser.
 Example 1 - QzDlg - with tiled background image, initial screen position and position persistence |
 Example 2 - QzDlg - subclassing, demonstrating basic dialog data transfer |
 Example 3 - QzDlg - subclassing, demonstrating all dialog data transfer functions |
 Example 4 - QzMsgBox - information() message box, showing code compatible interface with QMessageBox, simple usage |
 Example 5 - QzMsgBox - information() message box, showing code compatible interface with QMessageBox, with 2 paragraph message |
 Example 6 - QzMsgBox - information() message box, showing code compatible interface with QMessageBox, with large message |
 Example 7 - QzMsgBox - information() message box, with 'Don't ask again' checkbox |
 Example 8 - QzMsgBox - information() message box, showing code compatible interface with QMessageBox, with user supplied button label text |
 Example 9 - QzMsgBox - question() message box, showing code compatible interface with QMessageBox, simple Yes/No usage |
 Example 10 - QzMsgBox - question() message box, showing code compatible interface with QMessageBox, simple Yes/No/Cancel usage |
 Example 11 - QzMsgBox - question5() message box, with Yes, Yes to All, No, No to All and Cancel buttons |
 Example 12 - QzMsgBox - question_yesno_defyes() message box |
 Example 13 - QzMsgBox - question() message box, with Abort/Retry/Cancel buttons and 'Don't ask again' checkbox |
 Example 14 - QzMsgBox - warning() message box, showing code compatible interface with QMessageBox, simple usage |
 Example 15 - QzMsgBox - warning() message box, showing code compatible interface with QMessageBox, with 2 buttons |
 Example 16 - QzMsgBox - critical() message box, showing code compatible interface with QMessageBox, simple usage |
 Example 17 - QzMsgBox - getText() input dialog, showing code compatible interface with QInputDialog, simple usage |
 Example 18 - QzMsgBox - getText() input dialog, showing code compatible interface with QInputDialog, with password echo mode |
 Example 19 - QzMsgBox - getText() input dialog, with 'Don't ask again' checkbox, Help button, and initial value |
 Example 20 - QzMsgBox - getDouble() input dialog, showing code compatible interface with QInputDialog, simple usage |
 Example 21 - QzMsgBox - getDouble() input dialog, with 'Don't ask again' checkbox, Help button, and initial value |
 Example 22 - QzMsgBox - getInteger() input dialog, showing code compatible interface with QInputDialog, simple usage |
 Example 23 - QzMsgBox - getInteger() input dialog, with 'Don't ask again' checkbox, Help button, and initial value |
 Example 24 - QzMsgBox - getItem() input dialog, showing code compatible interface with QInputDialog, simple usage, non-editable combo |
 Example 25 - QzMsgBox - getItem() input dialog, non-editable combo, with 'Don't ask again' checkbox, Help button, and initial value |
 Example 26 - QzMsgBox - getItem() input dialog, showing code compatible interface with QInputDialog, simple usage, editable combo |
 Example 27 - QzMsgBox - getItem() input dialog, editable combo, with 'Don't ask again' checkbox, Help button, and initial value |
 Example 28 - QzMsgBox - modeless message box |
 Example 29 - QzMsgBox - running a modal message box 'by hand' |
 Example 31 - QzMsgBox - Report button, automatic |
 Example 33 - QzMsgBox - Help button, automatic |
 Example 34 - QzMsgBox - Help button, with custom Qt Assistant |
 Example 35 - QzMsgBox - Help button, with help page determined by ID |
 Example 36 - QzMsgBox - disabled('nag') timeout, with countdown timer in window title |
 Example 37 - QzMsgBox - disabled('nag') timeout, with countdown timer in message box |
 Example 38 - QzMsgBox - disabled('nag') timeout, with no countdown timer displayed |
 Example 39 - QzMsgBox - default button timeout |
 Example 40 - QzMsgBox - disabled buttons |
 Example 43 - QzMsgBox - popup with no buttons, disabled timeout and default button timeout |
 Example 44 - QzMsgBox - popup with no buttons, default button timeout and 'default on click anywhere' |
 Example 46 - QzMsgBox - initially checked 'Don't ask again' checkbox |
 Example 47 - QzMsgBox - disabled 'Don't ask again' checkbox |
 Example 48 - QzMsgBox - custom label for 'Don't ask again' checkbox |
 Example 54 - QzMsgBox - multi-way selection using push buttons |
 Example 55 - QzMsgBox - appearance customization, changing the default font in all message boxes |
 Example 56 - QzMsgBox - appearance customization, changing the push button font in all message boxes |
 Example 57 - QzMsgBox - appearance customization, bold message text |
 Example 58 - QzMsgBox - appearance customization, use of tiled background image |
 Example 59 - QzMsgBox - appearance customization, use of non-tiled background image |
 Example 60 - QzMsgBox - appearance customization, use of custom pixmap for graphic element, rather than a standard icon |
 Example 61 - QzMsgBox - appearance customization, use of QPicture as graphic |
 Example 62 - QzMsgBox - appearance customization, use of QMovie as graphic |
 Example 63 - QzMsgBox - appearance customization, use of 'more information' panel |
 Example 64 - QzMsgBox - appearance customization, icons within push buttons |
 Example 65 - QzMsgBox - appearance customization, custom margin and spacing between message box zones |
 Example 66 - QzMsgBox - appearance customization, no window title, thick frame |
 Example 67 - QzMsgBox - appearance customization, 2nd message area |
 Example 68 - QzMsgBox - appearance customization, altering the minimum width/height of a message box |
 Example 69 - QzMsgBox - appearance customization, User defined button with Whatsthis and Tooltip |
 Example 70 - QzMsgBox - appearance customization, image instead of message text |
 Example 71 - QzMsgBox - appearance customization, custom placement of the 'Don't ask again' checkbox - above the button panel |
 Example 72 - QzMsgBox - appearance customization, buttons in a column |
 Example 73 - QzMsgBox - appearance customization, buttons in 2 columns |
 Example 74 - QzMsgBox - appearance customization, framed buttons |
 Example 75 - QzMsgBox - appearance customization, framed zone |
 Example 76 - QzMsgBox - appearance customization, colored buttons |
 Example 77 - QzMsgBox - appearance customization, lots of buttons |
 Example 78 - QzMsgBox - appearance customization, separator between elements |
 Example 79 - QzMsgBox - appearance customization, separator between zones |
 Example 80 - QzMsgBox - appearance customization, buttons aligned to the right |
 Example 81 - QzMsgBox - appearance customization, stretched buttons |
 Example 82 - QzMsgBox - subclassing, use of QPushButton subclass |
 Example 83 - QzMsgBox - subclassing, application defined button click behaviour |
 Example 84 - QzMsgBox - subclassing, custom data widgets |
All title and intellectual property rights including Copyright in the Qz Toolkit is either
owned by, or exclusively licensed to, Tenset Technologies Ltd., and is
protected by UK intellectual property laws, international treaty provisions, and all
other applicable national laws. All rights reserved.
|
|