Q3VBoxLayout Class Reference
|
Q3VBoxLayout ( QWidget * parent, int margin, int spacing = -1, const char * name = 0 ) | |
Q3VBoxLayout ( QLayout * parentLayout, int spacing = -1, const char * name = 0 ) | |
Q3VBoxLayout ( int spacing, const char * name = 0 ) |
The Q3VBoxLayout class lines up widgets vertically.
See also Q3HBoxLayout.
Создаёт новый вертикальный прямоугольник верхнего уровня с именем name, с родителем parent. The margin is the number of pixels between the edge of the widget and its managed children. The spacing is the default number of pixels between neighboring children. If spacing is -1 the value of margin is used for spacing.
Constructs a new vertical box called name and adds it to parentLayout. The spacing is the default number of pixels between neighboring children. If spacing is -1, this Q3VBoxLayout will inherit its parent's spacing().
Constructs a new vertical box called name. Вы должны добавить его в другую компоновку. Интервал spacing - стандартное количество пикселей между соседними потомками. If spacing is -1, this Q3VBoxLayout will inherit its parent's spacing().
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |