Q3Grid Class Reference |
Q3Grid ( int n, QWidget * parent = 0, const char * name = 0, Qt::WindowFlags f = 0 ) | |
Q3Grid ( int n, Qt::Orientation orient, QWidget * parent = 0, const char * name = 0, Qt::WindowFlags f = 0 ) | |
void | setSpacing ( int space ) |
virtual QSize | sizeHint () const |
virtual void | frameChanged () |
The Q3Grid widget provides simple geometry management of its children.
The grid places its widgets either in columns or in rows depending on its orientation.
The number of rows or columns is defined in the constructor. All the grid's children will be placed and sized in accordance with their sizeHint() and sizePolicy().
Use setMargin() to add space around the grid itself, and setSpacing() to add space between the widgets.
See also Q3VBox, Q3HBox, and QGridLayout.
Constructs a grid widget with parent parent, called name. n specifies the number of columns. The widget flags f are passed to the Q3Frame constructor.
Constructs a grid widget with parent parent, called name. If orient is Horizontal, n specifies the number of columns. If orient is Vertical, n specifies the number of rows. The widget flags f are passed to the Q3Frame constructor.
Reimplemented from Q3Frame::frameChanged().
Sets the spacing between the child widgets to space.
Reimplemented from QWidget::sizeHint().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com