QCommonStyle: add 128px icons for toolbar-ext
Add 128px version of toolbar-ext-h/toolbar-ext-h-rtl and toolbar-ext-v - created from the available svg. Task-number: QTBUG-118122 Change-Id: I238333242995d6a93ce2cf08ef1b01af02ae2093 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
6d374897ba
commit
4acbfd47be
|
|
@ -249,14 +249,17 @@ set(qstyle_resource_files
|
|||
"styles/images/titlebar-unshade-16.png"
|
||||
"styles/images/titlebar-unshade-32.png"
|
||||
"styles/images/titlebar-unshade-48.png"
|
||||
"styles/images/toolbar-ext-h-128.png"
|
||||
"styles/images/toolbar-ext-h-16.png"
|
||||
"styles/images/toolbar-ext-h-32.png"
|
||||
"styles/images/toolbar-ext-h-8.png"
|
||||
"styles/images/toolbar-ext-h-rtl-128.png"
|
||||
"styles/images/toolbar-ext-h-rtl-16.png"
|
||||
"styles/images/toolbar-ext-h-rtl-32.png"
|
||||
"styles/images/toolbar-ext-h-rtl-8.png"
|
||||
"styles/images/toolbar-ext-v-10.png"
|
||||
"styles/images/toolbar-ext-v-20.png"
|
||||
"styles/images/toolbar-ext-v-80.png"
|
||||
"styles/images/toolbar-ext-v-5.png"
|
||||
"styles/images/trash-128.png"
|
||||
"styles/images/trash-16.png"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
|
|
@ -5519,8 +5519,8 @@ static void addIconFiles(QStringView prefix, std::initializer_list<T> sizes, QIc
|
|||
|
||||
static constexpr auto dockTitleIconSizes = {10, 16, 20, 32, 48, 64};
|
||||
static constexpr auto titleBarSizes = {16, 32, 48};
|
||||
static constexpr auto toolBarExtHSizes = {8, 16, 32};
|
||||
static constexpr auto toolBarExtVSizes = {5, 10, 20};
|
||||
static constexpr auto toolBarExtHSizes = {8, 16, 32, 128};
|
||||
static constexpr auto toolBarExtVSizes = {5, 10, 20, 80};
|
||||
static constexpr auto pngIconSizes = {16, 32, 128};
|
||||
#endif // imageformat_png
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue