mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:16:16 +02:00
273 lines
7.1 KiB
XML
273 lines
7.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>RunningScriptsWidget</class>
|
|
<widget class="QWidget" name="RunningScriptsWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>323</width>
|
|
<height>894</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">* {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
QWidget {
|
|
background: #f7f7f7;
|
|
}</string>
|
|
</property>
|
|
<widget class="QLabel" name="widgetTitle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>37</x>
|
|
<y>29</y>
|
|
<width>251</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #0e7077;
|
|
font-size: 20pt;
|
|
background: transparent;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-size:18pt;">Running Scripts</span></p></body></html></string>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="indent">
|
|
<number>-1</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="currentlyRunningLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>110</y>
|
|
<width>270</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #0e7077;
|
|
font: bold 14pt;
|
|
background: transparent;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">Currently running</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="reloadAllButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>270</y>
|
|
<width>111</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: #0e7077;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
font: bold 14pt;
|
|
padding-top: 3px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reload all</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../resources/images/reload.svg</normaloff>../resources/images/reload.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="stopAllButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>270</y>
|
|
<width>93</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: #0e7077;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
font: bold 14pt;
|
|
padding-top: 3px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop all</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../resources/images/stop.svg</normaloff>../resources/images/stop.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="recentlyLoadedLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>320</y>
|
|
<width>265</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #0e7077;
|
|
font: bold 14pt;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">Recently loaded</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="recentlyLoadedInstruction">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>630</y>
|
|
<width>211</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #95a5a6;
|
|
font-size: 14pt;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>(click a script or use the 1-9 keys to load and run it)</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="hideWidgetButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>285</x>
|
|
<y>29</y>
|
|
<width>16</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>16</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="noRunningScriptsLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>110</y>
|
|
<width>271</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 14pt;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>There are no scripts currently running.</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="recentlyLoadedScriptsTableWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>340</y>
|
|
<width>272</width>
|
|
<height>280</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: transparent;
|
|
font-size: 14pt;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="runningScriptsTableWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>128</y>
|
|
<width>272</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: transparent;
|
|
font-size: 14pt;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="loadScriptButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>70</y>
|
|
<width>111</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: #0e7077;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
font: bold 14pt;
|
|
padding-top: 3px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load script</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../resources/images/plus.svg</normaloff>../resources/images/plus.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<zorder>widgetTitle</zorder>
|
|
<zorder>currentlyRunningLabel</zorder>
|
|
<zorder>recentlyLoadedLabel</zorder>
|
|
<zorder>recentlyLoadedInstruction</zorder>
|
|
<zorder>hideWidgetButton</zorder>
|
|
<zorder>recentlyLoadedScriptsTableWidget</zorder>
|
|
<zorder>runningScriptsTableWidget</zorder>
|
|
<zorder>noRunningScriptsLabel</zorder>
|
|
<zorder>reloadAllButton</zorder>
|
|
<zorder>stopAllButton</zorder>
|
|
<zorder>loadScriptButton</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|