aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/layoutbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Python: Use more direct child widget setup in settingshjk19 hours1-0/+5
* Utils: Fix LayoutBuilder If/Then/ElseMarcus Tillmanns13 days1-2/+2
* Utils: Fix memory leak in Layout::show()Marcus Tillmanns2025-10-271-1/+3
* Lua: QtcTextEdit bindingsLukasz Papierkowski2025-10-201-0/+81
* Lua: Fix possible nullptr access in GuiMarcus Tillmanns2025-10-171-0/+14
* Layouting/Flow: Avoid soft assert if there are no itemsEike Ziller2025-09-101-1/+1
* Utils: Change 'If' syntax in LayoutBuilderhjk2025-07-071-7/+18
* Utils: Add SpanAll helperMarcus Tillmanns2025-05-231-0/+22
* Utils: Add GridCellMarcus Tillmanns2025-05-191-6/+33
* Utils: Add max Width/Height to layoutbuilderMarcus Tillmanns2025-05-161-0/+10
* Utils: Add rowStretch for Grid layoutsMarcus Tillmanns2025-05-151-0/+9
* Utils: Add fix for QScrollArea::sizeHint bugMarcus Tillmanns2025-05-151-2/+37
* Utils: Add aligning items in Grid cellsMarcus Tillmanns2025-05-151-1/+22
* Utils: Add Canvas widgetMarcus Tillmanns2025-05-151-0/+26
* Utils: Add ScrollArea frameShape propertyMarcus Tillmanns2025-05-151-0/+27
* Utils: Add Layouting::replaceLayoutOnMarcus Tillmanns2025-04-291-0/+11
* Core: Create CoreButton Layouting helperMarcus Tillmanns2025-04-281-13/+2
* Layouting/Flow: Use layout spacing() for the horizontal spacingEike Ziller2025-04-041-13/+4
* Layouting/Flow: Fix sizeHint and row size calculationEike Ziller2025-04-041-7/+36
* Layouting/Flow: Avoid calling virtual method in destructorEike Ziller2025-04-021-3/+2
* Layouting/Flow: Support right alignmentEike Ziller2025-04-021-11/+23
* Layouting/Flow: Center items verticallyEike Ziller2025-04-021-3/+24
* Layouting/Flow: Fix horizontal spacingEike Ziller2025-04-021-9/+17
* LayoutBuilder: Add onLinkActivated to LabelEike Ziller2025-03-281-0/+5
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-241-0/+14
|\
| * Lua: Add possibility to insert tool button to toolbarKrzysztof Chrusciel2025-03-191-0/+14
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-131-0/+5
|\|
| * Lua: Add viewportMargins option for supported widgetsLukasz Papierkowski2025-03-121-0/+5
* | Utils: Fix "elsecase" parameter nameMarcus Tillmanns2025-03-031-2/+2
|/
* Lua: Add source code copy link and icon for MarkdownBrowserLukasz Papierkowski2025-02-281-5/+15
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-161-0/+16
|\
| * Lua: Expose stretch function in box layoutArtur Twardy2025-01-151-0/+11
| * Lua: Add minimumWidth property to WidgetOptionsArtur Twardy2025-01-151-0/+5
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-051-0/+6
|\|
| * Lua: Export sizePolicy parameter for WidgetsKrzysztof Chrusciel2024-12-051-0/+6
* | LayoutBuilder: Make the guard the first parameters in "slots"hjk2024-12-021-5/+5
* | Utils: Add default ctors for Layouting::{Row,Column,Flow}hjk2024-11-191-1/+18
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-141-1/+23
|\|
| * Lua: Add setting cursor shape on WidgetArtur Twardy2024-11-141-0/+5
| * Utils: Let LineEdit accept Enter/ReturnMarcus Tillmanns2024-11-141-1/+18
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-011-0/+12
|\|
| * Add IconDisplay class and expose it to luaArtur Twardy2024-10-311-0/+12
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-10-311-4/+4
|\|
| * Lua: Fix for setSizedSize arg typeArtur Twardy2024-10-291-2/+2
| * Utils: Add guard to SpinBox onTextChangedMarcus Tillmanns2024-10-291-2/+2
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-10-281-4/+15
|\|
| * Lua: Add fixedSize to builder propertyArtur Twardy2024-10-251-0/+5
| * Lua: Add text setter to LineEditArtur Twardy2024-10-251-0/+5
| * Utils: Add missing guardsMarcus Tillmanns2024-10-241-4/+4
| * Utils: Set ScrollArea to resize content by defaultMarcus Tillmanns2024-10-241-0/+1