]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QTabularCreateUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QTabularCreateUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QTabularCreateUi</class>
6  <widget class="QDialog" name="QTabularCreateUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>198</width>
12     <height>125</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>9</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="2" column="1" >
29     <spacer>
30      <property name="orientation" >
31       <enum>Qt::Vertical</enum>
32      </property>
33      <property name="sizeHint" >
34       <size>
35        <width>20</width>
36        <height>40</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41    <item row="3" column="0" colspan="3" >
42     <layout class="QHBoxLayout" >
43      <property name="margin" >
44       <number>0</number>
45      </property>
46      <property name="spacing" >
47       <number>6</number>
48      </property>
49      <item>
50       <spacer>
51        <property name="orientation" >
52         <enum>Qt::Horizontal</enum>
53        </property>
54        <property name="sizeType" >
55         <enum>QSizePolicy::Expanding</enum>
56        </property>
57        <property name="sizeHint" >
58         <size>
59          <width>20</width>
60          <height>20</height>
61         </size>
62        </property>
63       </spacer>
64      </item>
65      <item>
66       <widget class="QPushButton" name="okPB" >
67        <property name="text" >
68         <string>&amp;OK</string>
69        </property>
70       </widget>
71      </item>
72      <item>
73       <widget class="QPushButton" name="closePB" >
74        <property name="text" >
75         <string>Close</string>
76        </property>
77       </widget>
78      </item>
79     </layout>
80    </item>
81    <item row="0" column="0" >
82     <widget class="QLabel" name="rowsL" >
83      <property name="toolTip" >
84       <string>Number of rows</string>
85      </property>
86      <property name="text" >
87       <string>&amp;Rows:</string>
88      </property>
89      <property name="buddy" >
90       <cstring>rowsSB</cstring>
91      </property>
92     </widget>
93    </item>
94    <item row="0" column="2" >
95     <spacer>
96      <property name="orientation" >
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="sizeType" >
100       <enum>QSizePolicy::Expanding</enum>
101      </property>
102      <property name="sizeHint" >
103       <size>
104        <width>58</width>
105        <height>22</height>
106       </size>
107      </property>
108     </spacer>
109    </item>
110    <item row="1" column="0" >
111     <widget class="QLabel" name="columnsL" >
112      <property name="toolTip" >
113       <string>Number of columns</string>
114      </property>
115      <property name="text" >
116       <string>&amp;Columns:</string>
117      </property>
118      <property name="buddy" >
119       <cstring>columnsSB</cstring>
120      </property>
121     </widget>
122    </item>
123    <item row="0" column="1" >
124     <widget class="QSpinBox" name="rowsSB" >
125      <property name="toolTip" >
126       <string>Number of rows</string>
127      </property>
128      <property name="buttonSymbols" >
129       <enum>QAbstractSpinBox::PlusMinus</enum>
130      </property>
131      <property name="maximum" >
132       <number>511</number>
133      </property>
134      <property name="minimum" >
135       <number>1</number>
136      </property>
137     </widget>
138    </item>
139    <item row="1" column="1" >
140     <widget class="QSpinBox" name="columnsSB" >
141      <property name="toolTip" >
142       <string>Number of columns</string>
143      </property>
144      <property name="buttonSymbols" >
145       <enum>QAbstractSpinBox::PlusMinus</enum>
146      </property>
147      <property name="maximum" >
148       <number>511</number>
149      </property>
150      <property name="minimum" >
151       <number>1</number>
152      </property>
153     </widget>
154    </item>
155   </layout>
156  </widget>
157  <pixmapfunction></pixmapfunction>
158  <tabstops>
159   <tabstop>rowsSB</tabstop>
160   <tabstop>columnsSB</tabstop>
161   <tabstop>okPB</tabstop>
162   <tabstop>closePB</tabstop>
163  </tabstops>
164  <resources/>
165  <connections/>
166 </ui>