runebookdev / runebook

runebook translate
189 stars 31 forks source link

ru/qt/49d37fa5dca5b166ba795fbcce24d01899985aa93b29471f503e1b0021d861cb/3d #1492

Open seva67 opened 6 months ago

seva67 commented 6 months ago

Layouts can be nested to form a hierarchy. For example, to achieve a typical dialog layout with a horizontal row of buttons, the dialog elements can be laid out using a vertical box layout with a horizontal box layout containing the buttons at the bottom. For an introduction to the Qt layout system, refer to Layout Management.

Макеты могут быть вложены друг в друга иерархически. Например, чтобы получить типичный макет диалогового окна с горизонтальным рядом кнопок, элементы диалогового окна можно расположить с использованием макета вертикального блока с макетом горизонтального блока, содержащего кнопки внизу. Для ознакомления с системой компоновки Qt обратитесь к Layout Management .