mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T246, first model set UI improvements
* detect settings changes * use simulator settings directly and also trigger changes when changed from component itself * create model set button
This commit is contained in:
@@ -176,6 +176,20 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="pb_ClearModelDir">
|
||||
<property name="text">
|
||||
<string>clear</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="3">
|
||||
<widget class="QPushButton" name="pb_CreateModelSet">
|
||||
<property name="text">
|
||||
<string>create</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -197,6 +211,7 @@
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>le_ModelDirectories</tabstop>
|
||||
<tabstop>pb_ClearModelDir</tabstop>
|
||||
<tabstop>pb_ChangeModelDir</tabstop>
|
||||
<tabstop>le_ModelsInfo</tabstop>
|
||||
<tabstop>pb_Models</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user