-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferencegraph.ui
More file actions
43 lines (43 loc) · 4.1 KB
/
referencegraph.ui
File metadata and controls
43 lines (43 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>referenceGraph</class>
<widget class="QDialog" name="referenceGraph">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Графический метод</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>461</width>
<height>621</height>
</rect>
</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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Есть некие ограничения, которые накладываются на задачи, при решении их графическим методом, а именно:<br />1) На вход принимаются только целые числа;<br />2) Количество переменных строго ограничено и равно 2-м;</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">3)</span><span style=" font-size:10pt; font-weight:600; text-decoration: underline;">Так же калькулятор может неверно работать с условиями, в которых есть противоречие </span></p>
<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; font-size:10pt; font-weight:600; text-decoration: underline;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Для решения вашей задачи сделайте следующие шаги:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">1) Укажите кол-во ограничений (если изменить показатель позже, то все данные в таблице ограничений обнулятся);</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">2) Укажите тип задачи;</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">3) Заполните таблицы задачи и ограничений;</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">4) Нажмите &quot;Получить решение&quot; для быстрого решения задачи, если вы захотите решить другую задачу, то нажмите кнопку &quot;Сброс&quot;, а затем обновите данные;</span></p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>