]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InsetParamsUi.ui
Add accelerator
[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>31</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="toolTip" >
79         <string>Restore initial values in dialog</string>
80        </property>
81        <property name="text" >
82         <string>&amp;Restore</string>
83        </property>
84        <property name="autoDefault" >
85         <bool>false</bool>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QPushButton" name="newPB" >
91        <property name="toolTip" >
92         <string>Push new inset into the document</string>
93        </property>
94        <property name="text" >
95         <string>New Inset</string>
96        </property>
97        <property name="autoDefault" >
98         <bool>false</bool>
99        </property>
100       </widget>
101      </item>
102      <item>
103       <spacer>
104        <property name="orientation" >
105         <enum>Qt::Horizontal</enum>
106        </property>
107        <property name="sizeHint" stdset="0" >
108         <size>
109          <width>31</width>
110          <height>27</height>
111         </size>
112        </property>
113       </spacer>
114      </item>
115      <item>
116       <widget class="QPushButton" name="okPB" >
117        <property name="text" >
118         <string>&amp;OK</string>
119        </property>
120        <property name="default" >
121         <bool>true</bool>
122        </property>
123       </widget>
124      </item>
125      <item>
126       <widget class="QPushButton" name="applyPB" >
127        <property name="text" >
128         <string>&amp;Apply</string>
129        </property>
130        <property name="autoDefault" >
131         <bool>false</bool>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <widget class="QPushButton" name="closePB" >
137        <property name="text" >
138         <string>&amp;Close</string>
139        </property>
140        <property name="autoDefault" >
141         <bool>false</bool>
142        </property>
143       </widget>
144      </item>
145     </layout>
146    </item>
147   </layout>
148  </widget>
149  <tabstops>
150   <tabstop>immediateApplyCB</tabstop>
151   <tabstop>restorePB</tabstop>
152   <tabstop>okPB</tabstop>
153   <tabstop>applyPB</tabstop>
154   <tabstop>closePB</tabstop>
155  </tabstops>
156  <includes>
157   <include location="local" >qt_i18n.h</include>
158  </includes>
159  <resources/>
160  <connections/>
161 </ui>