-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathqt_button.ui
79 lines (79 loc) · 1.93 KB
/
qt_button.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>qt_buttonClass</class>
<widget class="QMainWindow" name="qt_buttonClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>594</width>
<height>447</height>
</rect>
</property>
<property name="font">
<font/>
</property>
<property name="windowTitle">
<string>中文</string>
</property>
<property name="styleSheet">
<string notr="true">#1centralWidget{
border-image:url(:/images/pps/player_bg.png) 1 1;
border-width: 1 1;
}</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>541</width>
<height>331</height>
</rect>
</property>
<property name="gridStyle">
<enum>Qt::SolidLine</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>4</number>
</property>
<property name="columnCount">
<number>4</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>30</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<column/>
<column/>
<column/>
<column/>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="pps.qrc"/>
<include location="qt_test.qrc"/>
</resources>
<connections/>
</ui>