Am Montag, 1. April 2019, 09:03:06 CEST schrieb Kornel Benko: > Am Montag, 1. April 2019, 07:02:53 CEST schrieb Juergen Spitzmueller: > > commit 3bbcfda3dbf0bd9e2f79a04b26d8913481f30dfb > > Author: Juergen Spitzmueller <[email protected]> > > Date: Mon Apr 1 07:08:13 2019 +0200 > > > > Add option to reset to default booktabs lines > > > > Addresses: #10106 > > > I get following compiler errors for GuiTabular.cpp > > In file included from > /usr2/src/lyx/lyx-git/src/frontends/qt4/GuiTabular.h:19:0, > from > /usr2/src/lyx/lyx-git/src/frontends/qt4/GuiTabular.cpp:16: > /BUILD/BUILDMint18/BuildLyxGitQt5.6.1local-gcc5.4.0/src/frontends/qt4/ui_TabularUi.h: > In member function ‘void Ui_TabularUi::setupUi(QWidget*)’: > /BUILD/BUILDMint18/BuildLyxGitQt5.6.1local-gcc5.4.0/src/frontends/qt4/ui_TabularUi.h:489:44: > error: ‘PlaceholderText’ is not a member of ‘QPalette’ > palette.setBrush(QPalette::Active, QPalette::PlaceholderText, > brush10); > ^ > /BUILD/BUILDMint18/BuildLyxGitQt5.6.1local-gcc5.4.0/src/frontends/qt4/ui_TabularUi.h:509:46: > error: ‘PlaceholderText’ is not a member of ‘QPalette’ > palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, > brush11); > ^ > /BUILD/BUILDMint18/BuildLyxGitQt5.6.1local-gcc5.4.0/src/frontends/qt4/ui_TabularUi.h:531:46: > error: ‘PlaceholderText’ is not a member of ‘QPalette’ > palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, > brush13); > > In case it matters: > QT = 5.6 > > Kornel >
Searching for possible roles here:
enum ColorRole { WindowText, Button, Light, Midlight, Dark, Mid,
Text, BrightText, ButtonText, Base, Window, Shadow,
Highlight, HighlightedText,
Link, LinkVisited,
AlternateBase,
NoRole,
ToolTipBase, ToolTipText,
NColorRoles = ToolTipText + 1,
Foreground = WindowText, Background = Window
};
Kornel
signature.asc
Description: This is a digitally signed message part.
