summaryrefslogtreecommitdiffstats
path: root/src/komposepreferences.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-04-08 14:13:16 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-04-09 11:41:33 +0300
commitac7c1af9b4425f5c51eafd449ec253189113a57e (patch)
tree6d4a203be5b19b1273ad24f608a5f30af86985a0 /src/komposepreferences.h
parent4a328e3a100247ae074959e9c27af05098fec620 (diff)
downloadkompose-ac7c1af9b4425f5c51eafd449ec253189113a57e.tar.gz
kompose-ac7c1af9b4425f5c51eafd449ec253189113a57e.zip
Added window border styling options.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/komposepreferences.h')
-rw-r--r--src/komposepreferences.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/komposepreferences.h b/src/komposepreferences.h
index 9c72d80..352272d 100644
--- a/src/komposepreferences.h
+++ b/src/komposepreferences.h
@@ -25,6 +25,7 @@ class TQSlider;
class TQPushButton;
class TQFont;
class TQRadioButton;
+class TQComboBox;
/**
@author Hans Oischinger
@@ -78,6 +79,17 @@ private:
TQPushButton *windowTitleFontBtn;
TQFont *windowTitleFont;
+ TQLabel *windowBorderActiveColorLabel;
+ TQLabel *windowBorderInactiveColorLabel;
+ TQLabel *windowBorderActiveStyleLabel;
+ TQLabel *windowBorderInactiveStyleLabel;
+ KColorButton *windowBorderActiveColor;
+ KColorButton *windowBorderInactiveColor;
+ TQComboBox *windowBorderActiveStyle;
+ TQComboBox *windowBorderInactiveStyle;
+ TQSpinBox *windowBorderActiveWidth;
+ TQSpinBox *windowBorderInactiveWidth;
+
KColorButton *windowTitleFontColor;
TQCheckBox *showWindowTitleShadow;
KColorButton *windowTitleFontShadowColor;