]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/InsetParamsUi.ui
Avoid loop in math parsing function
[lyx.git] / src / frontends / qt / ui / InsetParamsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InsetParamsUi</class>
4  <widget class="QDialog" name="InsetParamsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>484</width>
10     <height>104</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::NoFocus</enum>
15   </property>
16   <property name="windowTitle">
17    <string>Inset Parameter Configuration</string>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <property name="verticalSpacing">
21     <number>12</number>
22    </property>
23    <item row="0" column="0">
24     <widget class="QStackedWidget" name="stackedWidget">
25      <property name="currentIndex">
26       <number>1</number>
27      </property>
28      <widget class="QWidget" name="page"/>
29      <widget class="QWidget" name="page_2"/>
30     </widget>
31    </item>
32    <item row="3" column="0">
33     <widget class="QDialogButtonBox" name="buttonBox">
34      <property name="standardButtons">
35       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
36      </property>
37     </widget>
38    </item>
39    <item row="2" column="0">
40     <layout class="QHBoxLayout" name="horizontalLayout">
41      <item>
42       <spacer>
43        <property name="orientation">
44         <enum>Qt::Horizontal</enum>
45        </property>
46        <property name="sizeHint" stdset="0">
47         <size>
48          <width>0</width>
49          <height>0</height>
50         </size>
51        </property>
52       </spacer>
53      </item>
54      <item>
55       <widget class="QCheckBox" name="synchronizedCB">
56        <property name="toolTip">
57         <string>Update dialog when moving context</string>
58        </property>
59        <property name="text">
60         <string>S&amp;ynchronize Dialog</string>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QCheckBox" name="immediateApplyCB">
66        <property name="toolTip">
67         <string>Apply settings immediately</string>
68        </property>
69        <property name="layoutDirection">
70         <enum>Qt::LeftToRight</enum>
71        </property>
72        <property name="text">
73         <string>I&amp;mmediate Apply</string>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79    <item row="1" column="0">
80     <spacer name="verticalSpacer">
81      <property name="orientation">
82       <enum>Qt::Vertical</enum>
83      </property>
84      <property name="sizeHint" stdset="0">
85       <size>
86        <width>20</width>
87        <height>10</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92   </layout>
93  </widget>
94  <tabstops>
95   <tabstop>immediateApplyCB</tabstop>
96  </tabstops>
97  <includes>
98   <include location="local">qt_i18n.h</include>
99  </includes>
100  <resources/>
101  <connections/>
102 </ui>