]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/TabularCreateUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / TabularCreateUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TabularCreateUi</class>
4  <widget class="QDialog" name="TabularCreateUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>374</width>
10     <height>339</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout_3">
22      <item>
23       <layout class="QHBoxLayout" name="horizontalLayout">
24        <item>
25         <widget class="QLabel" name="rowsL">
26          <property name="toolTip">
27           <string>Number of rows</string>
28          </property>
29          <property name="text">
30           <string>&amp;Rows:</string>
31          </property>
32          <property name="buddy">
33           <cstring>rowsSB</cstring>
34          </property>
35         </widget>
36        </item>
37        <item>
38         <widget class="QSpinBox" name="rowsSB">
39          <property name="toolTip">
40           <string>Number of rows</string>
41          </property>
42          <property name="buttonSymbols">
43           <enum>QAbstractSpinBox::PlusMinus</enum>
44          </property>
45          <property name="minimum">
46           <number>1</number>
47          </property>
48          <property name="maximum">
49           <number>511</number>
50          </property>
51         </widget>
52        </item>
53       </layout>
54      </item>
55      <item>
56       <layout class="QHBoxLayout" name="horizontalLayout_2">
57        <item>
58         <widget class="QLabel" name="columnsL">
59          <property name="toolTip">
60           <string>Number of columns</string>
61          </property>
62          <property name="text">
63           <string>&amp;Columns:</string>
64          </property>
65          <property name="buddy">
66           <cstring>columnsSB</cstring>
67          </property>
68         </widget>
69        </item>
70        <item>
71         <widget class="QSpinBox" name="columnsSB">
72          <property name="toolTip">
73           <string>Number of columns</string>
74          </property>
75          <property name="buttonSymbols">
76           <enum>QAbstractSpinBox::PlusMinus</enum>
77          </property>
78          <property name="minimum">
79           <number>1</number>
80          </property>
81          <property name="maximum">
82           <number>511</number>
83          </property>
84         </widget>
85        </item>
86        <item>
87         <spacer name="horizontalSpacer">
88          <property name="orientation">
89           <enum>Qt::Horizontal</enum>
90          </property>
91          <property name="sizeHint" stdset="0">
92           <size>
93            <width>0</width>
94            <height>0</height>
95           </size>
96          </property>
97         </spacer>
98        </item>
99       </layout>
100      </item>
101     </layout>
102    </item>
103    <item row="1" column="0">
104     <widget class="EmptyTable" name="table" native="true">
105      <property name="sizePolicy">
106       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
107        <horstretch>0</horstretch>
108        <verstretch>0</verstretch>
109       </sizepolicy>
110      </property>
111      <property name="toolTip">
112       <string>Resize this to the correct table dimensions</string>
113      </property>
114     </widget>
115    </item>
116    <item row="2" column="0">
117     <layout class="QHBoxLayout" name="horizontalLayout_4">
118      <item>
119       <widget class="QLabel" name="styleLA">
120        <property name="text">
121         <string>&amp;Style:</string>
122        </property>
123        <property name="buddy">
124         <cstring>styleCO</cstring>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QComboBox" name="styleCO">
130        <property name="sizePolicy">
131         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
132          <horstretch>0</horstretch>
133          <verstretch>0</verstretch>
134         </sizepolicy>
135        </property>
136       </widget>
137      </item>
138     </layout>
139    </item>
140    <item row="3" column="0">
141     <widget class="QDialogButtonBox" name="buttonBox">
142      <property name="standardButtons">
143       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
144      </property>
145     </widget>
146    </item>
147   </layout>
148  </widget>
149  <customwidgets>
150   <customwidget>
151    <class>EmptyTable</class>
152    <extends>QWidget</extends>
153    <header>EmptyTable.h</header>
154   </customwidget>
155  </customwidgets>
156  <tabstops>
157   <tabstop>rowsSB</tabstop>
158   <tabstop>columnsSB</tabstop>
159  </tabstops>
160  <includes>
161   <include location="local">qt_i18n.h</include>
162  </includes>
163  <resources/>
164  <connections/>
165 </ui>