add new fixes for qt tooltips
This commit is contained in:
parent
101d2883b4
commit
cacff53539
7 changed files with 1410 additions and 11 deletions
|
@ -19,7 +19,7 @@ gui_effects=General, AnimateMenu, AnimateCombo, AnimateTooltip, AnimateToolBox
|
|||
keyboard_scheme=3
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
stylesheets=/home/simono41/.config/qt5ct/qss/tooltip-gtk2.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
|
7
dot_config/qt5ct/qss/tooltip-gtk2.qss
Normal file
7
dot_config/qt5ct/qss/tooltip-gtk2.qss
Normal file
|
@ -0,0 +1,7 @@
|
|||
QToolTip{
|
||||
background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 0, stop: 0 palette(window), stop: 1 palette(alternate-window));
|
||||
border-radius: 3px;
|
||||
border: 1px solid #000000;
|
||||
padding: 1px;
|
||||
color: palette(text);
|
||||
}
|
5
dot_config/qt6ct/qss/fix-tooltips.qss
Normal file
5
dot_config/qt6ct/qss/fix-tooltips.qss
Normal file
|
@ -0,0 +1,5 @@
|
|||
QToolTip {
|
||||
background-color: palette(highlight);
|
||||
border: 2px solid palette(highlight);
|
||||
color: palette(text);
|
||||
}
|
7
dot_config/qt6ct/qss/tooltip-background.qss
Normal file
7
dot_config/qt6ct/qss/tooltip-background.qss
Normal file
|
@ -0,0 +1,7 @@
|
|||
QToolTip{
|
||||
background: #f8f0dc;
|
||||
border-radius: 0px;
|
||||
border: 0px solid #000000;
|
||||
padding: 2px;
|
||||
color: #5c6a72;
|
||||
}
|
7
dot_config/qt6ct/qss/tooltip-gtk2.qss
Normal file
7
dot_config/qt6ct/qss/tooltip-gtk2.qss
Normal file
|
@ -0,0 +1,7 @@
|
|||
QToolTip{
|
||||
background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 0, stop: 0 palette(window), stop: 1 palette(alternate-window));
|
||||
border-radius: 3px;
|
||||
border: 1px solid #000000;
|
||||
padding: 1px;
|
||||
color: palette(text);
|
||||
}
|
|
@ -2,30 +2,33 @@
|
|||
color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
||||
custom_palette=false
|
||||
icon_theme=Papirus-Dark
|
||||
standard_dialogs=default
|
||||
standard_dialogs=gtk2
|
||||
style=qt6gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
general="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
fixed="Cantarell,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
general="Cantarell,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
activate_item_on_single_click=2
|
||||
buttonbox_layout=2
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
dialog_buttons_have_icons=2
|
||||
double_click_interval=400
|
||||
gui_effects=General, AnimateMenu, AnimateCombo, AnimateTooltip, AnimateToolBox
|
||||
keyboard_scheme=4
|
||||
keyboard_scheme=3
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
stylesheets=/home/simono41/.config/qt6ct/qss/tooltip-gtk2.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
underline_shortcut=2
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[QSSEditor]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xb7\0\0\x4\x14\0\0\0\0\0\0\0\0\0\0\x3\xb7\0\0\x4\x14\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xb7\0\0\x4\x14)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
|
1370
dot_config/texstudio/texstudio.ini
Normal file
1370
dot_config/texstudio/texstudio.ini
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue