1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0" stdsetdef="1">
3  <resources><include location="../../../res/extui/extui.qrc"/></resources><author></author>
4  <comment></comment>
5  <exportmacro></exportmacro>
6  <class>QG_DlgOptionsVariables</class>
7  <widget class="QDialog" name="QG_DlgOptionsVariables">
8    <property name="geometry">
9      <rect>
10        <x>0</x>
11        <y>0</y>
12        <width>439</width>
13        <height>312</height>
14      </rect>
15    </property>
16    <property name="windowTitle">
17      <string>Drawing Variables</string>
18    </property>
19    <property name="sizeGripEnabled">
20      <bool>true</bool>
21    </property>
22    <layout class="QVBoxLayout">
23      <property name="margin">
24        <number>11</number>
25      </property>
26      <property name="spacing">
27        <number>6</number>
28      </property>
29      <item>
30        <widget class="Q3Table" name="tabVariables">
31          <property name="resizePolicy">
32            <enum>Default</enum>
33          </property>
34          <property name="vScrollBarMode">
35            <enum>AlwaysOn</enum>
36          </property>
37          <property name="hScrollBarMode">
38            <enum>AlwaysOff</enum>
39          </property>
40          <property name="numRows">
41            <number>0</number>
42          </property>
43          <property name="numCols">
44            <number>3</number>
45          </property>
46          <property name="showGrid">
47            <bool>true</bool>
48          </property>
49          <property name="selectionMode">
50            <enum>NoSelection</enum>
51          </property>
52          <column>
53            <property name="text">
54              <string>Variable</string>
55            </property>
56          </column>
57          <column>
58            <property name="text">
59              <string>Code</string>
60            </property>
61          </column>
62          <column>
63            <property name="text">
64              <string>Value</string>
65            </property>
66          </column>
67        </widget>
68      </item>
69      <item>
70        <layout class="QHBoxLayout">
71          <property name="margin">
72            <number>0</number>
73          </property>
74          <property name="spacing">
75            <number>6</number>
76          </property>
77          <item>
78            <spacer name="Horizontal Spacing2">
79              <property name="sizeHint">
80                <size>
81                  <width>20</width>
82                  <height>20</height>
83                </size>
84              </property>
85              <property name="sizeType">
86                <enum>QSizePolicy::Expanding</enum>
87              </property>
88              <property name="orientation">
89                <enum>Qt::Horizontal</enum>
90              </property>
91            </spacer>
92          </item>
93          <item>
94            <widget class="QPushButton" name="buttonOk">
95              <property name="text">
96                <string>&amp;OK</string>
97              </property>
98              <property name="shortcut">
99                <string>Alt+O</string>
100              </property>
101              <property name="autoDefault">
102                <bool>true</bool>
103              </property>
104              <property name="default">
105                <bool>true</bool>
106              </property>
107            </widget>
108          </item>
109          <item>
110            <widget class="QPushButton" name="buttonCancel">
111              <property name="text">
112                <string>Cancel</string>
113              </property>
114              <property name="shortcut">
115                <string>Esc</string>
116              </property>
117              <property name="autoDefault">
118                <bool>true</bool>
119              </property>
120            </widget>
121          </item>
122        </layout>
123      </item>
124    </layout>
125  </widget>
126  <layoutdefault spacing="6" margin="11"/>
127  <tabstops>
128    <tabstop>buttonOk</tabstop>
129    <tabstop>buttonCancel</tabstop>
130  </tabstops>
131  <connections>
132    <connection>
133      <sender>buttonCancel</sender>
134      <signal>clicked()</signal>
135      <receiver>QG_DlgOptionsVariables</receiver>
136      <slot>reject()</slot>
137    </connection>
138  </connections>
139</ui>
140