-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemoUI.ui
More file actions
58 lines (58 loc) · 1.44 KB
/
DemoUI.ui
File metadata and controls
58 lines (58 loc) · 1.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1199</width>
<height>704</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,2">
<item>
<widget class="QGroupBox" name="demo_list">
<property name="title">
<string>Demo</string>
</property>
<layout class="QVBoxLayout" name="demo_vertical_layout"/>
</widget>
</item>
<item>
<widget class="QGroupBox" name="Demo">
<property name="title">
<string>Description</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,2,1">
<item>
<widget class="QLabel" name="image_label">
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="demo_text"/>
</item>
<item>
<widget class="QPushButton" name="run_demo">
<property name="text">
<string>Run Demo</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>