diff options
| author | Alessandro Portale <[email protected]> | 2025-04-28 12:40:17 +0200 |
|---|---|---|
| committer | Alessandro Portale <[email protected]> | 2025-04-29 08:52:43 +0000 |
| commit | 4a37a93583cb7de76f54cf6a17dad4e508fd3c2c (patch) | |
| tree | def0cc1de5269270ae5f563e2a0eb4208754b436 /src/libs/utils/utils.qbs | |
| parent | a174aa2b2212672b5962146966eb9f1ebc989ddd (diff) | |
Utils: Move components from core/welcomepagehelpers to qtcwidgets
This also provides the widgets with the class name prefix "Qtc", in
order to disambiguate them and the Layouting classes.
The LayoutHelper "CoreButton" is renamed to Utils::QtcWidgets::Button
and exposed to Lua as "QtcWidget".
Change-Id: I2ed7e5f7cee91d1505c8dd13003a91f785e58c53
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/utils/utils.qbs')
| -rw-r--r-- | src/libs/utils/utils.qbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/utils.qbs b/src/libs/utils/utils.qbs index 43c30b4894b..96a5e2648a8 100644 --- a/src/libs/utils/utils.qbs +++ b/src/libs/utils/utils.qbs @@ -281,6 +281,8 @@ QtcLibrary { "qtcolorbutton.h", "qtcsettings.cpp", "qtcsettings.h", + "qtcwidgets.cpp", + "qtcwidgets.h", "ranges.h", "reloadpromptutils.cpp", "reloadpromptutils.h", |
