Ball-Simulator

Форк
0
/
parametersFrame.ui 
147 строк · 3.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Parameters</class>
4
 <widget class="QWidget" name="Parameters">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>472</width>
10
    <height>647</height>
11
   </rect>
12
  </property>
13
  <property name="maximumSize">
14
   <size>
15
    <width>472</width>
16
    <height>1000</height>
17
   </size>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Form</string>
21
  </property>
22
  <layout class="QVBoxLayout" name="verticalLayout_2">
23
   <item>
24
    <widget class="QLabel" name="lbBorderOne">
25
     <property name="text">
26
      <string>Start parameters </string>
27
     </property>
28
    </widget>
29
   </item>
30
   <item>
31
    <layout class="QHBoxLayout" name="horizontalLayout">
32
     <item>
33
      <widget class="QSlider" name="slSpeed">
34
       <property name="orientation">
35
        <enum>Qt::Horizontal</enum>
36
       </property>
37
      </widget>
38
     </item>
39
     <item>
40
      <widget class="QLabel" name="lbSpeed">
41
       <property name="minimumSize">
42
        <size>
43
         <width>200</width>
44
         <height>0</height>
45
        </size>
46
       </property>
47
       <property name="text">
48
        <string>Start speed = 0 pxl/sec </string>
49
       </property>
50
      </widget>
51
     </item>
52
    </layout>
53
   </item>
54
   <item>
55
    <layout class="QHBoxLayout" name="horizontalLayout_2">
56
     <item>
57
      <widget class="QPushButton" name="btAngle">
58
       <property name="focusPolicy">
59
        <enum>Qt::NoFocus</enum>
60
       </property>
61
       <property name="text">
62
        <string>Choise angle</string>
63
       </property>
64
      </widget>
65
     </item>
66
     <item>
67
      <widget class="QLabel" name="lbAngle">
68
       <property name="minimumSize">
69
        <size>
70
         <width>200</width>
71
         <height>0</height>
72
        </size>
73
       </property>
74
       <property name="text">
75
        <string>Start angle = 0 degrees </string>
76
       </property>
77
      </widget>
78
     </item>
79
    </layout>
80
   </item>
81
   <item>
82
    <widget class="QLabel" name="lbBorderTwo">
83
     <property name="text">
84
      <string>Current parameters of environment</string>
85
     </property>
86
    </widget>
87
   </item>
88
   <item>
89
    <layout class="QHBoxLayout" name="horizontalLayout_3">
90
     <item>
91
      <widget class="QSlider" name="slGravity">
92
       <property name="orientation">
93
        <enum>Qt::Horizontal</enum>
94
       </property>
95
      </widget>
96
     </item>
97
     <item>
98
      <widget class="QLabel" name="lbGravity">
99
       <property name="minimumSize">
100
        <size>
101
         <width>200</width>
102
         <height>0</height>
103
        </size>
104
       </property>
105
       <property name="text">
106
        <string>Gravity = 0 pxl/sec </string>
107
       </property>
108
      </widget>
109
     </item>
110
    </layout>
111
   </item>
112
   <item>
113
    <layout class="QHBoxLayout" name="horizontalLayout_4">
114
     <item>
115
      <widget class="QSlider" name="slLoss">
116
       <property name="orientation">
117
        <enum>Qt::Horizontal</enum>
118
       </property>
119
      </widget>
120
     </item>
121
     <item>
122
      <widget class="QLabel" name="lbLoss">
123
       <property name="minimumSize">
124
        <size>
125
         <width>200</width>
126
         <height>0</height>
127
        </size>
128
       </property>
129
       <property name="text">
130
        <string>Loss of speed = 0 %</string>
131
       </property>
132
      </widget>
133
     </item>
134
    </layout>
135
   </item>
136
   <item>
137
    <widget class="QLabel" name="lbBorderReload">
138
     <property name="text">
139
      <string>Press &quot;Space&quot; for reload!</string>
140
     </property>
141
    </widget>
142
   </item>
143
  </layout>
144
 </widget>
145
 <resources/>
146
 <connections/>
147
</ui>
148

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.