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