]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LogUi.ui
* LogUi.ui: cosmetics.
[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>441</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="2" column="1" colspan="5" >
26     <widget class="QLineEdit" name="findLE" >
27      <property name="toolTip" >
28       <string>Enter search string, hit return or thr "Go!" button.</string>
29      </property>
30     </widget>
31    </item>
32    <item row="2" column="0" >
33     <widget class="QLabel" name="findLA" >
34      <property name="text" >
35       <string>&amp;Find:</string>
36      </property>
37      <property name="buddy" >
38       <cstring>findLE</cstring>
39      </property>
40     </widget>
41    </item>
42    <item row="0" column="0" colspan="7" >
43     <widget class="QTextBrowser" name="logTB" />
44    </item>
45    <item row="1" column="3" colspan="2" >
46     <widget class="QPushButton" name="nextErrorPB" >
47      <property name="toolTip" >
48       <string>Jump to the next error message.</string>
49      </property>
50      <property name="text" >
51       <string>Next &amp;Error</string>
52      </property>
53     </widget>
54    </item>
55    <item row="1" column="5" colspan="2" >
56     <widget class="QPushButton" name="nextWarningPB" >
57      <property name="toolTip" >
58       <string>Jump to the next warning message.</string>
59      </property>
60      <property name="text" >
61       <string>Next &amp;Warning</string>
62      </property>
63     </widget>
64    </item>
65    <item row="2" column="6" >
66     <widget class="QPushButton" name="findPB" >
67      <property name="text" >
68       <string>&amp;Go!</string>
69      </property>
70     </widget>
71    </item>
72    <item row="1" column="0" colspan="3" >
73     <spacer>
74      <property name="orientation" >
75       <enum>Qt::Horizontal</enum>
76      </property>
77      <property name="sizeHint" >
78       <size>
79        <width>201</width>
80        <height>20</height>
81       </size>
82      </property>
83     </spacer>
84    </item>
85    <item row="3" column="0" colspan="2" >
86     <widget class="QPushButton" name="copyPB" >
87      <property name="text" >
88       <string>Copy to Clip&amp;board</string>
89      </property>
90     </widget>
91    </item>
92    <item row="3" column="2" colspan="2" >
93     <spacer>
94      <property name="orientation" >
95       <enum>Qt::Horizontal</enum>
96      </property>
97      <property name="sizeType" >
98       <enum>QSizePolicy::Expanding</enum>
99      </property>
100      <property name="sizeHint" >
101       <size>
102        <width>111</width>
103        <height>26</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108    <item row="3" column="6" >
109     <widget class="QPushButton" name="closePB" >
110      <property name="text" >
111       <string>&amp;Close</string>
112      </property>
113     </widget>
114    </item>
115    <item row="3" column="4" colspan="2" >
116     <widget class="QPushButton" name="updatePB" >
117      <property name="toolTip" >
118       <string>Update the display</string>
119      </property>
120      <property name="text" >
121       <string>&amp;Update</string>
122      </property>
123      <property name="default" >
124       <bool>true</bool>
125      </property>
126     </widget>
127    </item>
128   </layout>
129  </widget>
130  <tabstops>
131   <tabstop>logTB</tabstop>
132   <tabstop>copyPB</tabstop>
133   <tabstop>updatePB</tabstop>
134   <tabstop>closePB</tabstop>
135  </tabstops>
136  <includes>
137   <include location="local" >qt_i18n.h</include>
138  </includes>
139  <resources/>
140  <connections/>
141 </ui>