Qt:Документация 4.3.2/qvboxlayout-qt3

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Qt 3 Support Members for QVBoxLayout

Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.



[править] Открытые функции

  • QVBoxLayout ( QWidget * parent, int margin, int spacing = -1, const char * name = 0 )
  • QVBoxLayout ( QLayout * parentLayout, int spacing = -1, const char * name = 0 )
  • QVBoxLayout ( int spacing, const char * name = 0 )
  • 1 public function inherited from QBoxLayout
  • 11 public functions inherited from QLayout
  • 8 открытых функций, унаследованных от QObject

[править] Описание функций-членов

[править]
QVBoxLayout::QVBoxLayout ( QWidget * parent, int margin, int spacing = -1, const char * name = 0 )

Constructs a new top-level vertical box called name, with parent 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.

[править]
QVBoxLayout::QVBoxLayout ( QLayout * parentLayout, int spacing = -1, const char * name = 0 )

Constructs a new vertical box called name name and adds it to parentLayout.

The spacing is the default number of pixels between neighboring children. If spacing is -1, this QVBoxLayout will inherit its parent's spacing().

[править]
QVBoxLayout::QVBoxLayout ( int spacing, const char * name = 0 )

Constructs a new vertical box called name name. You must add it to another layout.

The spacing is the default number of pixels between neighboring children. If spacing is -1, this QVBoxLayout will inherit its parent's spacing().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2