mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-16 09:49:53 +03:00
Borders editor dialog added
This commit is contained in:
@@ -102,8 +102,9 @@ public:
|
||||
enum BGMode { TransparentMode, OpaqueMode};
|
||||
enum BorderStyle { NoStyle = Qt::NoPen,
|
||||
Solid = Qt::SolidLine,
|
||||
Dot = Qt::DotLine,
|
||||
Dashed = Qt::DashLine,
|
||||
Dot = Qt::DotLine,
|
||||
|
||||
DashDot = Qt::DashDotLine,
|
||||
DashDotDot = Qt::DashDotDotLine,
|
||||
Doubled = 7
|
||||
|
||||
Reference in New Issue
Block a user