forked from GabrielRMx/vonvision-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainprogram.ui
56 lines (56 loc) · 1.41 KB
/
mainprogram.ui
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainProgram</class>
<widget class="QMainWindow" name="MainProgram">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainProgram</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0.942, y2:0.886, stop:0 rgba(0, 0, 212, 255), stop:1 rgba(255, 255, 255, 255));</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="ffrknn" name="widget" native="true">
<property name="geometry">
<rect>
<x>5</x>
<y>10</y>
<width>1015</width>
<height>571</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>ffrknn</class>
<extends>QWidget</extends>
<header>ffrknn.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>