mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T152, the fix for the issue reported: everything was prepared, but the setting not changed in the UI. Now excluded models can be added to model set.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b8bc9b994
commit
2f577b7209
@@ -2,6 +2,14 @@
|
||||
<ui version="4.0">
|
||||
<class>CSettingsModelComponent</class>
|
||||
<widget class="QFrame" name="CSettingsModelComponent">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>390</width>
|
||||
<height>28</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Models settings</string>
|
||||
</property>
|
||||
@@ -24,7 +32,7 @@
|
||||
<string>Hint: This can cause wrong behaviour or violate 3rd parties copyright. You need to know what you are doing enabling the feature.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>allow "exclude" models in set</string>
|
||||
<string>allow "excluded" models in set</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user