]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QVCLogDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / ui / QVCLogDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QVCLogDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QVCLogDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>416</width>
17             <height>328</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Version control log</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <vbox>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget>
38             <class>QTextView</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>vclogTV</cstring>
42             </property>
43         </widget>
44         <widget>
45             <class>QLayoutWidget</class>
46             <property stdset="1">
47                 <name>name</name>
48                 <cstring>Layout27</cstring>
49             </property>
50             <hbox>
51                 <property stdset="1">
52                     <name>margin</name>
53                     <number>0</number>
54                 </property>
55                 <property stdset="1">
56                     <name>spacing</name>
57                     <number>6</number>
58                 </property>
59                 <spacer>
60                     <property>
61                         <name>name</name>
62                         <cstring>Spacer3</cstring>
63                     </property>
64                     <property stdset="1">
65                         <name>orientation</name>
66                         <enum>Horizontal</enum>
67                     </property>
68                     <property stdset="1">
69                         <name>sizeType</name>
70                         <enum>Expanding</enum>
71                     </property>
72                     <property>
73                         <name>sizeHint</name>
74                         <size>
75                             <width>20</width>
76                             <height>20</height>
77                         </size>
78                     </property>
79                 </spacer>
80                 <widget>
81                     <class>QPushButton</class>
82                     <property stdset="1">
83                         <name>name</name>
84                         <cstring>updatePB</cstring>
85                     </property>
86                     <property stdset="1">
87                         <name>text</name>
88                         <string>&amp;Update</string>
89                     </property>
90                     <property stdset="1">
91                         <name>default</name>
92                         <bool>true</bool>
93                     </property>
94                     <property>
95                         <name>toolTip</name>
96                         <string>Update the display</string>
97                     </property>
98                 </widget>
99                 <widget>
100                     <class>QPushButton</class>
101                     <property stdset="1">
102                         <name>name</name>
103                         <cstring>closePB</cstring>
104                     </property>
105                     <property stdset="1">
106                         <name>text</name>
107                         <string>&amp;Close</string>
108                     </property>
109                 </widget>
110             </hbox>
111         </widget>
112     </vbox>
113 </widget>
114 <connections>
115     <connection>
116         <sender>updatePB</sender>
117         <signal>clicked()</signal>
118         <receiver>QVCLogDialogBase</receiver>
119         <slot>updateClicked()</slot>
120     </connection>
121     <slot access="public">updateClicked()</slot>
122 </connections>
123 <tabstops>
124     <tabstop>vclogTV</tabstop>
125     <tabstop>updatePB</tabstop>
126     <tabstop>closePB</tabstop>
127 </tabstops>
128 </UI>