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