summaryrefslogtreecommitdiffstats
path: root/tests/manual/qglyphruns/singleglyphrun.ui
blob: e2c8860de0067d7640b76786f1554c97fdbc2a5e (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SingleGlyphRun</class>
 <widget class="QWidget" name="SingleGlyphRun">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>599</width>
    <height>300</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QTableWidget" name="twGlyphRun">
     <column>
      <property name="text">
       <string>Glyph index</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Glyph position</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>String index</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Unicode</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Character</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Font glyph</string>
      </property>
     </column>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>