| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>RobotGui::TaskRobotMessages</class> | |
| <widget class="QWidget" name="TaskRobotMessages"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>252</width> | |
| <height>300</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string notr="true">Form</string> | |
| </property> | |
| <layout class="QVBoxLayout" name="verticalLayout"> | |
| <item> | |
| <widget class="QPushButton" name="pushButtonClear"> | |
| <property name="text"> | |
| <string>Clear</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QTextEdit" name="textEditMessages"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| <resources/> | |
| <connections/> | |
| </ui> | |