<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ScriptEditorWidget</class> <widget class="QDockWidget" name="ScriptEditorWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>691</width> <height>549</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>690</width> <height>328</height> </size> </property> <property name="styleSheet"> <string notr="true">font-family: Helvetica, Arial, sans-serif;</string> </property> <property name="features"> <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> </property> <property name="allowedAreas"> <set>Qt::NoDockWidgetArea</set> </property> <property name="windowTitle"> <string>Edit Script</string> </property> <widget class="QWidget" name="dockWidgetContents"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="ScriptEditBox" name="scriptEdit"> <property name="font"> <font> <family>Courier</family> <pointsize>-1</pointsize> <weight>50</weight> <italic>false</italic> <bold>false</bold> </font> </property> <property name="styleSheet"> <string notr="true">font: 16px "Courier";</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">font: 13px "Helvetica","Arial","sans-serif";</string> </property> <property name="text"> <string>Debug Log:</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="onTheFlyCheckBox"> <property name="font"> <font> <family>Helvetica,Arial,sans-serif</family> <pointsize>-1</pointsize> <weight>50</weight> <italic>false</italic> <bold>false</bold> </font> </property> <property name="styleSheet"> <string notr="true">font: 13px "Helvetica","Arial","sans-serif";</string> </property> <property name="text"> <string>Run on the fly (Careful: Any valid change made to the code will run immediately) </string> </property> </widget> </item> <item> <widget class="QPushButton" name="clearButton"> <property name="text"> <string>Clear</string> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <customwidgets> <customwidget> <class>ScriptEditBox</class> <extends>QTextEdit</extends> <header>ui/ScriptEditBox.h</header> </customwidget> </customwidgets> <resources/> </ui>