Style change signals used Qt::QueuedConnection

This commit is contained in:
Klaus Basan
2018-07-31 01:02:16 +02:00
parent d9f0066ec4
commit 4ca6bb11aa
16 changed files with 29 additions and 27 deletions

View File

@@ -17,6 +17,14 @@ QFrame {
border-width: 1px;
}
QCheckBox {
border: 0px solid green; /* also borders label */
background: transparent;
}
/* CGuiUtility::checkBoxReadOnly */
/* used for read-only checkboxes */
QCheckBox::indicator {
color: #b1b1b1;
border: 1px solid #7f7f7f;
@@ -305,11 +313,6 @@ QLineEdit[readOnly="true"] {
border: 1px solid rgba(50,50,50);
}
QCheckBox {
border: 0px solid green; /* also borders label */
background: transparent;
}
QTextEdit {
border: 1px solid green;
background: transparent;