-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathArcSimWindow.ui
More file actions
102 lines (102 loc) · 2.44 KB
/
Copy pathArcSimWindow.ui
File metadata and controls
102 lines (102 loc) · 2.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ArcsimWindow</class>
<widget class="QMainWindow" name="ArcsimWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1083</width>
<height>856</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="ArcsimView" name="widget" native="true"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1083</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>file</string>
</property>
<addaction name="actionLoad_conf"/>
<addaction name="actionSave_cloth"/>
</widget>
<addaction name="menuFile"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QDockWidget" name="dockWidget">
<property name="minimumSize">
<size>
<width>150</width>
<height>38</height>
</size>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_2">
<widget class="QPushButton" name="pbStartSimulation">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>start simulation</string>
</property>
</widget>
<widget class="QPushButton" name="pbFromCloths">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>from cloths</string>
</property>
</widget>
</widget>
</widget>
<action name="actionLoad_conf">
<property name="text">
<string>load conf</string>
</property>
</action>
<action name="actionSave_cloth">
<property name="text">
<string>save cloth</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>ArcsimView</class>
<extends>QWidget</extends>
<header>arcsimview.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>