mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
fixes some bugs detected during compilation test
* wrong literal in relaySignals (DBus) * removed signals from network proxy * made GUI field readonly
This commit is contained in:
@@ -2378,7 +2378,11 @@ QStatusBar QLabel {
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="le_SettingsSimulatorFsxExistsSimconncetCfg"/>
|
||||
<widget class="QLineEdit" name="le_SettingsSimulatorFsxExistsSimconncetCfg">
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_SettingsSimulatorFsxExistsSimconncetCfg">
|
||||
|
||||
Reference in New Issue
Block a user