mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 18:35:50 +00:00
Change python scripting panel to allow multiple editor windows
* We also remove the old completion/help functionality as it will be replaced.
This commit is contained in:
@@ -213,7 +213,27 @@
|
||||
<item>
|
||||
<widget class="QToolButton" name="saveScript">
|
||||
<property name="toolTip">
|
||||
<string>Save the current script to disk</string>
|
||||
<string>Save the current script (Ctrl+S)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../Resources/resources.qrc">
|
||||
<normaloff>:/save.png</normaloff>:/save.png</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="saveAsScript">
|
||||
<property name="toolTip">
|
||||
<string>Save the current script to a new location</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save As</string>
|
||||
|
||||
Reference in New Issue
Block a user