IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Widgets Examples

Lots of examples of how to use different kinds of widgets.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Widgets Examples

Image non disponible

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.

  • Analog Clock: The Analog Clock example shows how to draw the contents of a custom widget.

  • Calculator Example: The example shows how to use signals and slots to implement the functionality of a calculator widget, and how to use QGridLayout to place child widgets in a grid.

  • Calendar Widget Example: The Calendar Widget example shows use of QCalendarWidget.

  • Group Box Example: The Group Box example shows how to use the different kinds of group boxes in Qt.

  • Line Edits Example: The Line Edits example demonstrates the many ways that QLineEdit can be used, and shows the effects of various properties and validators on the input and output supplied by the user.

  • Scribble Example: The Scribble example shows how to reimplement some of QWidget's event handlers to receive the events generated for the application's widgets.

  • Shortcut Editor Example: The Shortcut Editor example shows how to create a basic, read-write hierarchical model to use with Qt's standard view and QKeySequenceEdit classes. For a description of Model/View Programming, see the Model/View Programming overview.

  • Sliders Example: The Sliders example shows how to use the different types of sliders available in Qt: QSlider, QScrollBar and QDial.

  • Spin Boxes Example: The Spin Boxes example shows how to use the many different types of spin boxes available in Qt, from a simple QSpinBox widget to more complex editors like the QDateTimeEdit widget.

  • System Tray Icon Example: The System Tray Icon example shows how to add an icon with a menu and popup messages to a desktop environment's system tray.

  • Tablet Example: This example shows how to use a Wacom tablet in Qt applications.

  • Tool Tips Example: The Tool Tips example shows how to provide static and dynamic tool tips for an application's widgets.

  • Translucent Background: The example shows how to make a round window with a translucent background.

  • Widgets Gallery Example: The Widgets Gallery example shows widgets relevant for designing UIs.

  • Window Flags Example: The Window Flags example shows how to use the window flags available in Qt.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+