change text with theme
This commit is contained in:
@@ -1027,6 +1027,8 @@ void MainWindow::setupchatTab() {
|
|||||||
QIcon addnewAddrIcon(newAddr);
|
QIcon addnewAddrIcon(newAddr);
|
||||||
ui->givemeZaddr->setIcon(addnewAddrIcon);
|
ui->givemeZaddr->setIcon(addnewAddrIcon);
|
||||||
|
|
||||||
|
ui->memoTxtChat->setTextColor("White");
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
QPixmap send(":/icons/res/sendBlack.png");
|
QPixmap send(":/icons/res/sendBlack.png");
|
||||||
@@ -1044,6 +1046,8 @@ void MainWindow::setupchatTab() {
|
|||||||
QPixmap newAddr(":/icons/res/getAddrBlack.png");
|
QPixmap newAddr(":/icons/res/getAddrBlack.png");
|
||||||
QIcon addnewAddrIcon(newAddr);
|
QIcon addnewAddrIcon(newAddr);
|
||||||
ui->givemeZaddr->setIcon(addnewAddrIcon);
|
ui->givemeZaddr->setIcon(addnewAddrIcon);
|
||||||
|
|
||||||
|
ui->memoTxtChat->setTextColor("Black");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1109,11 +1113,6 @@ void ChatMemoEdit::setMaxLen(int len) {
|
|||||||
updateDisplay();
|
updateDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChatMemoEdit::setSendChatButton(QPushButton* button) {
|
|
||||||
this->sendChatButton = button;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void MainWindow::updateChat()
|
void MainWindow::updateChat()
|
||||||
{
|
{
|
||||||
rpc->refreshChat(ui->listChat);
|
rpc->refreshChat(ui->listChat);
|
||||||
|
|||||||
Reference in New Issue
Block a user