diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-04-08 14:13:16 +0300 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-09 17:45:33 +0900 |
commit | 5e0401f3a061324224ff3db4349f27cd41ee3a92 (patch) | |
tree | 0c1f211e721b97c73fe06d625a7551c49b24ff06 /src/komposepreferences.h | |
parent | 330e8eef47e1b7cd3aa43ec39f5e499ef69d9c3f (diff) | |
download | kompose-5e0401f3a061324224ff3db4349f27cd41ee3a92.tar.gz kompose-5e0401f3a061324224ff3db4349f27cd41ee3a92.zip |
Added window border styling options.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit ac7c1af9b4425f5c51eafd449ec253189113a57e)
Diffstat (limited to 'src/komposepreferences.h')
-rw-r--r-- | src/komposepreferences.h | 12 |
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; |