Ref T304, adjusted XSwiftDBus settings so P2P can be used

* XPlane now supports P2P XSwiftBus amd session bus
* adjusted settings component
This commit is contained in:
Klaus Basan
2018-08-13 02:16:54 +02:00
parent 34842080da
commit f3c7015cfb
9 changed files with 155 additions and 45 deletions

View File

@@ -325,6 +325,11 @@ QLineEdit[readOnly="true"] {
border: 1px solid rgba(50,50,50);
}
QLineEdit:disabled {
background: rgba(40,40,40);
border: 1px solid rgba(50,50,50);
}
QTextEdit {
border: 1px solid green;
background: transparent;
@@ -392,6 +397,11 @@ QComboBox {
selection-background-color: #3f98ff;
}
QComboBox:disabled {
background: rgba(40,40,40);
border: 1px solid rgba(50,50,50);
}
/* drop down list */
QComboBox QAbstractItemView {
background-color: black;