This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2024_Stanislav_Mykhailenko/Lesson_8/Task_1/llmmathquiz.ui
Stanislav Mykhailenko 1842b50139
Add Lesson 8 Task 1
2024-07-30 02:17:43 +03:00

162 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LlmMathQuiz</class>
<widget class="QMainWindow" name="LlmMathQuiz">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>LlmMathQuiz</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Task:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_task">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>User answer:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_user">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>LLM answer:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_llm">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>LLM opinion:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_opinion">
<property name="text">
<string>Not checked</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="b_submit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Submit</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="b_generate">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Task #</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_number">
<property name="text">
<string>1</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Answers matched:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_matched">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>