1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TableColumnWidthsDialog</class>
4 <widget class="QDialog" name="TableColumnWidthsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>243</width>
10    <height>61</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Set Column Widths</string>
15  </property>
16  <property name="modal">
17   <bool>true</bool>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <property name="leftMargin">
21    <number>9</number>
22   </property>
23   <property name="topMargin">
24    <number>9</number>
25   </property>
26   <property name="rightMargin">
27    <number>9</number>
28   </property>
29   <property name="bottomMargin">
30    <number>9</number>
31   </property>
32   <item>
33    <layout class="QFormLayout" name="formLayout">
34     <item row="0" column="0">
35      <widget class="QLabel" name="tableColumnWidthLabel">
36       <property name="text">
37        <string>Column Width:</string>
38       </property>
39       <property name="buddy">
40        <cstring>tableColumnWidth</cstring>
41       </property>
42      </widget>
43     </item>
44     <item row="0" column="1">
45      <widget class="ScrSpinBox" name="tableColumnWidth">
46       <property name="sizePolicy">
47        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
48         <horstretch>0</horstretch>
49         <verstretch>0</verstretch>
50        </sizepolicy>
51       </property>
52       <property name="minimumSize">
53        <size>
54         <width>140</width>
55         <height>0</height>
56        </size>
57       </property>
58       <property name="maximum">
59        <double>1000000.000000000000000</double>
60       </property>
61      </widget>
62     </item>
63    </layout>
64   </item>
65   <item>
66    <widget class="QDialogButtonBox" name="dialogButtonBox">
67     <property name="orientation">
68      <enum>Qt::Horizontal</enum>
69     </property>
70     <property name="standardButtons">
71      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72     </property>
73    </widget>
74   </item>
75  </layout>
76 </widget>
77 <customwidgets>
78  <customwidget>
79   <class>ScrSpinBox</class>
80   <extends>QDoubleSpinBox</extends>
81   <header>ui/scrspinbox.h</header>
82  </customwidget>
83 </customwidgets>
84 <resources/>
85 <connections>
86  <connection>
87   <sender>dialogButtonBox</sender>
88   <signal>accepted()</signal>
89   <receiver>TableColumnWidthsDialog</receiver>
90   <slot>accept()</slot>
91   <hints>
92    <hint type="sourcelabel">
93     <x>248</x>
94     <y>254</y>
95    </hint>
96    <hint type="destinationlabel">
97     <x>157</x>
98     <y>274</y>
99    </hint>
100   </hints>
101  </connection>
102  <connection>
103   <sender>dialogButtonBox</sender>
104   <signal>rejected()</signal>
105   <receiver>TableColumnWidthsDialog</receiver>
106   <slot>reject()</slot>
107   <hints>
108    <hint type="sourcelabel">
109     <x>316</x>
110     <y>260</y>
111    </hint>
112    <hint type="destinationlabel">
113     <x>286</x>
114     <y>274</y>
115    </hint>
116   </hints>
117  </connection>
118 </connections>
119</ui>
120