-
Notifications
You must be signed in to change notification settings - Fork 0
/
takimlar.ui
118 lines (118 loc) · 2.47 KB
/
takimlar.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Takimlar</class>
<widget class="QDialog" name="Takimlar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1049</width>
<height>492</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>320</x>
<y>120</y>
<width>681</width>
<height>331</height>
</rect>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>true</bool>
</attribute>
<row>
<property name="text">
<string>1</string>
</property>
</row>
<column>
<property name="text">
<string>AD</string>
</property>
</column>
<column>
<property name="text">
<string>POZİSYON</string>
</property>
</column>
<column>
<property name="text">
<string>TAKIM</string>
</property>
</column>
<column>
<property name="text">
<string>YAŞ</string>
</property>
</column>
<column>
<property name="text">
<string>PERFORMANS PUANI</string>
</property>
<property name="font">
<font>
<stylestrategy>PreferDefault</stylestrategy>
</font>
</property>
</column>
<column>
<property name="text">
<string>FORMA NUMARASI</string>
</property>
</column>
<item row="0" column="0">
<property name="text">
<string>Barış</string>
</property>
</item>
<item row="0" column="1">
<property name="text">
<string>Forvet</string>
</property>
</item>
<item row="0" column="2">
<property name="text">
<string>Galata</string>
</property>
</item>
<item row="0" column="3">
<property name="text">
<string>18</string>
</property>
</item>
<item row="0" column="4">
<property name="text">
<string>61</string>
</property>
</item>
<item row="0" column="5">
<property name="text">
<string>10</string>
</property>
</item>
</widget>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>261</width>
<height>431</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>