mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-09 06:52:50 -04:00
Removing QColor (from Qt::Widgets) from core modules. (#4247)
This commit is contained in:
parent
8bac8a7163
commit
c8ab3b5f4f
15 changed files with 47 additions and 97 deletions
|
@ -432,8 +432,8 @@ void TestGui::testEditEntry()
|
|||
|
||||
// Test entry colors (simulate choosing a color)
|
||||
editEntryWidget->setCurrentPage(1);
|
||||
auto fgColor = QColor(Qt::red);
|
||||
auto bgColor = QColor(Qt::blue);
|
||||
auto fgColor = QString("#FF0000");
|
||||
auto bgColor = QString("#0000FF");
|
||||
// Set foreground color
|
||||
auto colorButton = editEntryWidget->findChild<QPushButton*>("fgColorButton");
|
||||
auto colorCheckBox = editEntryWidget->findChild<QCheckBox*>("fgColorCheckBox");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue