1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_DocumentSections</class>
4 <widget class="QWidget" name="Prefs_DocumentSections">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>694</width>
10    <height>308</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Document Sections</string>
15  </property>
16  <layout class="QVBoxLayout">
17   <property name="leftMargin">
18    <number>0</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <item>
30    <widget class="QLabel" name="titleLabel">
31     <property name="font">
32      <font>
33       <pointsize>14</pointsize>
34       <weight>75</weight>
35       <bold>true</bold>
36      </font>
37     </property>
38     <property name="text">
39      <string>Document Sections</string>
40     </property>
41    </widget>
42   </item>
43   <item>
44    <widget class="Line" name="line">
45     <property name="orientation">
46      <enum>Qt::Horizontal</enum>
47     </property>
48    </widget>
49   </item>
50   <item>
51    <widget class="ScTableWidget" name="sectionsTable">
52     <property name="numRows" stdset="0">
53      <number>0</number>
54     </property>
55     <property name="numCols" stdset="0">
56      <number>6</number>
57     </property>
58     <column>
59      <property name="text">
60       <string>Name</string>
61      </property>
62     </column>
63     <column>
64      <property name="text">
65       <string>Shown</string>
66      </property>
67     </column>
68     <column>
69      <property name="text">
70       <string>Reversed</string>
71      </property>
72     </column>
73     <column>
74      <property name="text">
75       <string>From</string>
76      </property>
77     </column>
78     <column>
79      <property name="text">
80       <string>To</string>
81      </property>
82     </column>
83     <column>
84      <property name="text">
85       <string>Style</string>
86      </property>
87     </column>
88     <column>
89      <property name="text">
90       <string>Start</string>
91      </property>
92     </column>
93     <column>
94      <property name="text">
95       <string>Field Width</string>
96      </property>
97     </column>
98     <column>
99      <property name="text">
100       <string>Fill Character</string>
101      </property>
102     </column>
103    </widget>
104   </item>
105   <item>
106    <layout class="QHBoxLayout">
107     <item>
108      <spacer>
109       <property name="orientation">
110        <enum>Qt::Horizontal</enum>
111       </property>
112       <property name="sizeType">
113        <enum>QSizePolicy::Expanding</enum>
114       </property>
115       <property name="sizeHint" stdset="0">
116        <size>
117         <width>192</width>
118         <height>21</height>
119        </size>
120       </property>
121      </spacer>
122     </item>
123     <item>
124      <widget class="QPushButton" name="addButton">
125       <property name="text">
126        <string>&amp;Add</string>
127       </property>
128       <property name="shortcut">
129        <string>Alt+A</string>
130       </property>
131      </widget>
132     </item>
133     <item>
134      <widget class="QPushButton" name="deleteButton">
135       <property name="text">
136        <string>&amp;Delete</string>
137       </property>
138       <property name="shortcut">
139        <string>Alt+D</string>
140       </property>
141      </widget>
142     </item>
143    </layout>
144   </item>
145  </layout>
146 </widget>
147 <customwidgets>
148  <customwidget>
149   <class>ScTableWidget</class>
150   <extends>QTableWidget</extends>
151   <header>ui/sctablewidget.h</header>
152  </customwidget>
153 </customwidgets>
154 <resources/>
155 <connections/>
156</ui>
157