123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>callScript</class>
- <widget class="QDialog" name="callScript">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>691</width>
- <height>852</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QStatusBar" name="statusbar"/>
- </item>
- <item>
- <widget class="QTextEdit" name="textEdit">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="font">
- <font>
- <family>Monospace</family>
- </font>
- </property>
- <property name="cursor" stdset="0">
- <cursorShape>IBeamCursor</cursorShape>
- </property>
- <property name="mouseTracking">
- <bool>false</bool>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="overwriteMode">
- <bool>true</bool>
- </property>
- <property name="acceptRichText">
- <bool>false</bool>
- </property>
- <property name="placeholderText">
- <string>This windows outputs STDOUT from a separate process.</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|