<?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">background: #f7f7f7; font-family: Helvetica, Arial, "DejaVu Sans"; </string> </property> <widget class="QLabel" name="widgetTitle"> <property name="geometry"> <rect> <x>20</x> <y>10</y> <width>221</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: #0e7077;</string> </property> <property name="text"> <string><html><head/><body><p><span style=" font-size:18pt;">Running Scripts</span></p></body></html></string> </property> </widget> <widget class="QLabel" name="currentlyRunningLabel"> <property name="geometry"> <rect> <x>20</x> <y>40</y> <width>301</width> <height>20</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: #0e7077;</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>40</x> <y>230</y> <width>111</width> <height>31</height> </rect> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">background: #0e7077; color: #fff; border-radius: 6px;</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>230</y> <width>101</width> <height>31</height> </rect> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">background: #0e7077; color: #fff; border-radius: 6px;</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>20</x> <y>280</y> <width>301</width> <height>20</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: #0e7077;</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="Line" name="line2"> <property name="geometry"> <rect> <x>20</x> <y>300</y> <width>271</width> <height>8</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </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;</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> <normaloff>../resources/images/close.svg</normaloff>../resources/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="QTableWidget" name="runningScriptsTableWidget"> <property name="geometry"> <rect> <x>20</x> <y>70</y> <width>271</width> <height>141</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> </widget> <widget class="Line" name="line1"> <property name="geometry"> <rect> <x>20</x> <y>60</y> <width>271</width> <height>8</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QTableWidget" name="recentlyLoadedScriptsTableWidget"> <property name="geometry"> <rect> <x>20</x> <y>310</y> <width>271</width> <height>281</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> </widget> <widget class="QLabel" name="noRunningScriptsLabel"> <property name="geometry"> <rect> <x>20</x> <y>40</y> <width>271</width> <height>51</height> </rect> </property> <property name="styleSheet"> <string notr="true">font: 14px;</string> </property> <property name="text"> <string>There are no scripts currently running.</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <resources/> <connections/> </ui>