]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LogUi.ui
Provide icons for the outline-* lfuns.
[lyx.git] / src / frontends / qt4 / ui / LogUi.ui
1 <ui version="4.0" >
2  <class>LogUi</class>
3  <widget class="QDialog" name="LogUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>421</width>
9     <height>474</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="3" column="0" >
26     <widget class="QLabel" name="findLA" >
27      <property name="text" >
28       <string>&amp;Find:</string>
29      </property>
30      <property name="buddy" >
31       <cstring>findLE</cstring>
32      </property>
33     </widget>
34    </item>
35    <item row="3" column="1" colspan="5" >
36     <widget class="QLineEdit" name="findLE" >
37      <property name="toolTip" >
38       <string>Hit Enter to search, or click Go!</string>
39      </property>
40     </widget>
41    </item>
42    <item row="0" column="0" >
43     <widget class="QLabel" name="logTypeLA" >
44      <property name="text" >
45       <string>Log &amp;Type:</string>
46      </property>
47      <property name="buddy" >
48       <cstring>logTypeCO</cstring>
49      </property>
50     </widget>
51    </item>
52    <item row="0" column="4" colspan="3" >
53     <spacer>
54      <property name="orientation" >
55       <enum>Qt::Horizontal</enum>
56      </property>
57      <property name="sizeHint" >
58       <size>
59        <width>161</width>
60        <height>20</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item row="0" column="1" colspan="3" >
66     <widget class="QComboBox" name="logTypeCO" />
67    </item>
68    <item row="1" column="0" colspan="7" >
69     <widget class="QTextBrowser" name="logTB" />
70    </item>
71    <item row="4" column="4" colspan="2" >
72     <widget class="QPushButton" name="updatePB" >
73      <property name="toolTip" >
74       <string>Update the display</string>
75      </property>
76      <property name="text" >
77       <string>&amp;Update</string>
78      </property>
79      <property name="default" >
80       <bool>true</bool>
81      </property>
82     </widget>
83    </item>
84    <item row="4" column="6" >
85     <widget class="QPushButton" name="closePB" >
86      <property name="text" >
87       <string>&amp;Close</string>
88      </property>
89     </widget>
90    </item>
91    <item row="4" column="2" colspan="2" >
92     <spacer>
93      <property name="orientation" >
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <property name="sizeType" >
97       <enum>QSizePolicy::Expanding</enum>
98      </property>
99      <property name="sizeHint" >
100       <size>
101        <width>111</width>
102        <height>26</height>
103       </size>
104      </property>
105     </spacer>
106    </item>
107    <item row="4" column="0" colspan="2" >
108     <widget class="QPushButton" name="copyPB" >
109      <property name="text" >
110       <string>Copy to Clip&amp;board</string>
111      </property>
112     </widget>
113    </item>
114    <item row="2" column="0" colspan="3" >
115     <spacer>
116      <property name="orientation" >
117       <enum>Qt::Horizontal</enum>
118      </property>
119      <property name="sizeHint" >
120       <size>
121        <width>201</width>
122        <height>20</height>
123       </size>
124      </property>
125     </spacer>
126    </item>
127    <item row="3" column="6" >
128     <widget class="QPushButton" name="findPB" >
129      <property name="text" >
130       <string>&amp;Go!</string>
131      </property>
132     </widget>
133    </item>
134    <item row="2" column="5" colspan="2" >
135     <widget class="QPushButton" name="nextWarningPB" >
136      <property name="toolTip" >
137       <string>Jump to the next warning message.</string>
138      </property>
139      <property name="text" >
140       <string>Next &amp;Warning</string>
141      </property>
142     </widget>
143    </item>
144    <item row="2" column="3" colspan="2" >
145     <widget class="QPushButton" name="nextErrorPB" >
146      <property name="toolTip" >
147       <string>Jump to the next error message.</string>
148      </property>
149      <property name="text" >
150       <string>Next &amp;Error</string>
151      </property>
152     </widget>
153    </item>
154   </layout>
155  </widget>
156  <tabstops>
157   <tabstop>logTB</tabstop>
158   <tabstop>copyPB</tabstop>
159   <tabstop>updatePB</tabstop>
160   <tabstop>closePB</tabstop>
161  </tabstops>
162  <includes>
163   <include location="local" >qt_i18n.h</include>
164  </includes>
165  <resources/>
166  <connections/>
167 </ui>