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