mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
237 lines
6.2 KiB
XML
237 lines
6.2 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>310</width>
|
|
<height>651</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>20</x>
|
|
<y>10</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #0e7077;
|
|
font-size: 20pt;</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>20</x>
|
|
<y>40</y>
|
|
<width>270</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;">Currently running</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="reloadAllButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>230</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;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reload all</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../resources/resources.qrc">
|
|
<normaloff>:/images/reload.svg</normaloff>:/images/reload.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="stopAllButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>144</x>
|
|
<y>230</y>
|
|
<width>101</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;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop all</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../resources/resources.qrc">
|
|
<normaloff>:/images/stop.svg</normaloff>:/images/stop.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="recentlyLoadedLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>280</y>
|
|
<width>301</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>20</x>
|
|
<y>590</y>
|
|
<width>271</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>270</x>
|
|
<y>10</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../resources/resources.qrc">
|
|
<normaloff>:/images/close.svg</normaloff>:/images/close.svg</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="noRunningScriptsLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>60</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::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="recentlyLoadedScriptsTableWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>300</y>
|
|
<width>276</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>14</x>
|
|
<y>60</y>
|
|
<width>276</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: transparent;
|
|
font-size: 14pt;</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="../resources/resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|