]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InsetParamsUi.ui
f28e19730cca9c11812baccec8ff95c19e3dfc40
[lyx.git] / src / frontends / qt4 / ui / InsetParamsUi.ui
1 <ui version="4.0" >
2  <class>InsetParamsUi</class>
3  <widget class="QDialog" name="InsetParamsUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>425</width>
9     <height>106</height>
10    </rect>
11   </property>
12   <property name="focusPolicy" >
13    <enum>Qt::NoFocus</enum>
14   </property>
15   <property name="windowTitle" >
16    <string>Inset Parameter Configuration</string>
17   </property>
18   <layout class="QGridLayout" name="gridLayout" >
19    <item row="0" column="0" colspan="2" >
20     <widget class="QStackedWidget" name="stackedWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="page" />
25      <widget class="QWidget" name="page_2" />
26     </widget>
27    </item>
28    <item row="1" column="0" >
29     <spacer>
30      <property name="orientation" >
31       <enum>Qt::Horizontal</enum>
32      </property>
33      <property name="sizeHint" stdset="0" >
34       <size>
35        <width>281</width>
36        <height>31</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41    <item row="1" column="1" >
42     <layout class="QHBoxLayout" name="horizontalLayout" >
43      <item>
44       <widget class="QCheckBox" name="synchronizedCB" >
45        <property name="toolTip" >
46         <string>Update dialog when moving context</string>
47        </property>
48        <property name="text" >
49         <string>S&amp;ynchronize Dialog</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QCheckBox" name="immediateApplyCB" >
55        <property name="toolTip" >
56         <string>Apply settings immediately</string>
57        </property>
58        <property name="layoutDirection" >
59         <enum>Qt::LeftToRight</enum>
60        </property>
61        <property name="text" >
62         <string>I&amp;mmediate Apply</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item row="2" column="0" colspan="2" >
69     <layout class="QHBoxLayout" >
70      <property name="spacing" >
71       <number>6</number>
72      </property>
73      <property name="margin" >
74       <number>0</number>
75      </property>
76      <item>
77       <widget class="QPushButton" name="restorePB" >
78        <property name="text" >
79         <string>&amp;Restore</string>
80        </property>
81        <property name="autoDefault" >
82         <bool>false</bool>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QPushButton" name="newPB" >
88        <property name="text" >
89         <string>New Inset</string>
90        </property>
91        <property name="autoDefault" >
92         <bool>false</bool>
93        </property>
94       </widget>
95      </item>
96      <item>
97       <spacer>
98        <property name="orientation" >
99         <enum>Qt::Horizontal</enum>
100        </property>
101        <property name="sizeHint" stdset="0" >
102         <size>
103          <width>31</width>
104          <height>27</height>
105         </size>
106        </property>
107       </spacer>
108      </item>
109      <item>
110       <widget class="QPushButton" name="okPB" >
111        <property name="text" >
112         <string>&amp;OK</string>
113        </property>
114        <property name="default" >
115         <bool>true</bool>
116        </property>
117       </widget>
118      </item>
119      <item>
120       <widget class="QPushButton" name="applyPB" >
121        <property name="text" >
122         <string>&amp;Apply</string>
123        </property>
124        <property name="autoDefault" >
125         <bool>false</bool>
126        </property>
127       </widget>
128      </item>
129      <item>
130       <widget class="QPushButton" name="closePB" >
131        <property name="text" >
132         <string>&amp;Close</string>
133        </property>
134        <property name="autoDefault" >
135         <bool>false</bool>
136        </property>
137       </widget>
138      </item>
139     </layout>
140    </item>
141   </layout>
142  </widget>
143  <tabstops>
144   <tabstop>immediateApplyCB</tabstop>
145   <tabstop>restorePB</tabstop>
146   <tabstop>okPB</tabstop>
147   <tabstop>applyPB</tabstop>
148   <tabstop>closePB</tabstop>
149  </tabstops>
150  <includes>
151   <include location="local" >qt_i18n.h</include>
152  </includes>
153  <resources/>
154  <connections/>
155 </ui>