]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/BiblioModuleBase.ui
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / ui / BiblioModuleBase.ui
1 <!DOCTYPE UI><UI>
2 <class>BiblioModuleBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QWidget</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>BiblioModuleBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>180</width>
17             <height>130</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Form1</string>
23     </property>
24     <grid>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget row="0"  column="0" >
34             <class>QGroupBox</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>GroupBox3</cstring>
38             </property>
39             <property stdset="1">
40                 <name>sizePolicy</name>
41                 <sizepolicy>
42                     <hsizetype>7</hsizetype>
43                     <vsizetype>5</vsizetype>
44                 </sizepolicy>
45             </property>
46             <property stdset="1">
47                 <name>title</name>
48                 <string>Style</string>
49             </property>
50             <grid>
51                 <property stdset="1">
52                     <name>margin</name>
53                     <number>11</number>
54                 </property>
55                 <property stdset="1">
56                     <name>spacing</name>
57                     <number>6</number>
58                 </property>
59                 <widget row="0"  column="0"  rowspan="1"  colspan="2" >
60                     <class>QCheckBox</class>
61                     <property stdset="1">
62                         <name>name</name>
63                         <cstring>natbibCB</cstring>
64                     </property>
65                     <property stdset="1">
66                         <name>text</name>
67                         <string>Use &amp;NatBib</string>
68                     </property>
69                 </widget>
70                 <widget row="1"  column="0" >
71                     <class>QLabel</class>
72                     <property stdset="1">
73                         <name>name</name>
74                         <cstring>citationStyleL</cstring>
75                     </property>
76                     <property stdset="1">
77                         <name>enabled</name>
78                         <bool>false</bool>
79                     </property>
80                     <property stdset="1">
81                         <name>text</name>
82                         <string>Cite &amp;Style:</string>
83                     </property>
84                     <property>
85                         <name>buddy</name>
86                         <cstring>citeStyleCO</cstring>
87                     </property>
88                 </widget>
89                 <widget row="1"  column="1" >
90                     <class>QComboBox</class>
91                     <property stdset="1">
92                         <name>name</name>
93                         <cstring>citeStyleCO</cstring>
94                     </property>
95                     <property stdset="1">
96                         <name>enabled</name>
97                         <bool>false</bool>
98                     </property>
99                     <property stdset="1">
100                         <name>sizePolicy</name>
101                         <sizepolicy>
102                             <hsizetype>7</hsizetype>
103                             <vsizetype>0</vsizetype>
104                         </sizepolicy>
105                     </property>
106                 </widget>
107             </grid>
108         </widget>
109     </grid>
110 </widget>
111 <connections>
112     <connection>
113         <sender>natbibCB</sender>
114         <signal>toggled(bool)</signal>
115         <receiver>citationStyleL</receiver>
116         <slot>setEnabled(bool)</slot>
117     </connection>
118     <connection>
119         <sender>natbibCB</sender>
120         <signal>toggled(bool)</signal>
121         <receiver>citeStyleCO</receiver>
122         <slot>setEnabled(bool)</slot>
123     </connection>
124 </connections>
125 </UI>