-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtt.ui
98 lines (98 loc) · 2.15 KB
/
tt.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
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>bilim</class>
<widget class="QMainWindow" name="bilim">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1133</width>
<height>757</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>1010</x>
<y>10</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>1111</width>
<height>661</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="hg">
<property name="enabled">
<bool>true</bool>
</property>
<attribute name="title">
<string>Tab 1</string>
</attribute>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>-180</y>
<width>1121</width>
<height>801</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1133</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>bilim</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>1049</x>
<y>60</y>
</hint>
<hint type="destinationlabel">
<x>626</x>
<y>641</y>
</hint>
</hints>
</connection>
</connections>
</ui>