<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TerminalUi</class> <widget class="QWidget" name="TerminalUi"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1244</width> <height>644</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>1131</width> <height>471</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>15</number> </property> <property name="topMargin"> <number>15</number> </property> <property name="rightMargin"> <number>15</number> </property> <property name="bottomMargin"> <number>15</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>6</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QProgressBar" name="progressBar"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>35</height> </size> </property> <property name="styleSheet"> <string notr="true">QProgressBar::chunk { background-color: rgb(54,158,225); }</string> </property> <property name="maximum"> <number>0</number> </property> <property name="value"> <number>-1</number> </property> <property name="format"> <string/> </property> </widget> </item> <item> <widget class="QPushButton" name="redoSimulationButton"> <property name="maximumSize"> <size> <width>16777215</width> <height>35</height> </size> </property> <property name="text"> <string>Resimulate</string> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelSimulationButton"> <property name="maximumSize"> <size> <width>16777215</width> <height>35</height> </size> </property> <property name="text"> <string>Cancel Simulation</string> </property> </widget> </item> <item> <widget class="QPushButton" name="lightDarkModeButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>35</width> <height>35</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <widget class="QTextEdit" name="simulationConsole"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>400</height> </size> </property> <property name="styleSheet"> <string notr="true">QTextEdit { background-color: rgb(36, 31, 49); color: white; }</string> </property> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>