mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
Qt,Qt5,Qt6: implemented themed draw of tabbar base.
(cherry picked from commit ad73bdff39
)
Co-authored-by: Željan Rikalo <zeljko@lazarus-ide.org>
This commit is contained in:
parent
aefb11e0b2
commit
0c5d55e65d
@ -432,6 +432,10 @@ begin
|
||||
opt := QStyleOptionTabWidgetFrame_create();
|
||||
// need widget to draw gradient
|
||||
end;
|
||||
QStylePE_FrameTabBarBase:
|
||||
begin
|
||||
opt := QStyleOptionTabBarBase_Create();
|
||||
end;
|
||||
QStylePE_FrameFocusRect:
|
||||
begin
|
||||
opt := QStyleOptionFocusRect_create();
|
||||
|
@ -435,6 +435,10 @@ begin
|
||||
opt := QStyleOptionTabWidgetFrame_create();
|
||||
// need widget to draw gradient
|
||||
end;
|
||||
QStylePE_FrameTabBarBase:
|
||||
begin
|
||||
opt := QStyleOptionTabBarBase_Create();
|
||||
end;
|
||||
QStylePE_FrameFocusRect:
|
||||
begin
|
||||
opt := QStyleOptionFocusRect_create();
|
||||
|
@ -439,6 +439,10 @@ begin
|
||||
opt := QStyleOptionTabWidgetFrame_create();
|
||||
// need widget to draw gradient
|
||||
end;
|
||||
QStylePE_FrameTabBarBase:
|
||||
begin
|
||||
opt := QStyleOptionTabBarBase_Create();
|
||||
end;
|
||||
QStylePE_FrameFocusRect:
|
||||
begin
|
||||
opt := QStyleOptionFocusRect_create();
|
||||
|
Loading…
Reference in New Issue
Block a user