]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QNoteDialogBase.ui
QBibtex/QCitation ui fixes (bug 1146)
[lyx.git] / src / frontends / qt2 / ui / QNoteDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QNoteDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QNoteDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>188</width>
17             <height>146</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Annotation Settings</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
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 row="1"  column="0" >
38             <class>QPushButton</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>okPB</cstring>
42             </property>
43             <property stdset="1">
44                 <name>text</name>
45                 <string>OK</string>
46             </property>
47             <property stdset="1">
48                 <name>default</name>
49                 <bool>false</bool>
50             </property>
51         </widget>
52         <widget row="1"  column="1" >
53             <class>QPushButton</class>
54             <property stdset="1">
55                 <name>name</name>
56                 <cstring>closePB</cstring>
57             </property>
58             <property stdset="1">
59                 <name>text</name>
60                 <string>&amp;Close</string>
61             </property>
62             <property stdset="1">
63                 <name>default</name>
64                 <bool>true</bool>
65             </property>
66         </widget>
67         <widget row="0"  column="0"  rowspan="1"  colspan="2" >
68             <class>QButtonGroup</class>
69             <property stdset="1">
70                 <name>name</name>
71                 <cstring>NoteBG</cstring>
72             </property>
73             <property stdset="1">
74                 <name>title</name>
75                 <string>Type</string>
76             </property>
77             <vbox>
78                 <property stdset="1">
79                     <name>margin</name>
80                     <number>11</number>
81                 </property>
82                 <property stdset="1">
83                     <name>spacing</name>
84                     <number>6</number>
85                 </property>
86                 <widget>
87                     <class>QRadioButton</class>
88                     <property stdset="1">
89                         <name>name</name>
90                         <cstring>noteRB</cstring>
91                     </property>
92                     <property stdset="1">
93                         <name>text</name>
94                         <string>&amp;Note</string>
95                     </property>
96                     <property>
97                         <name>toolTip</name>
98                         <string>LyX internal only</string>
99                     </property>
100                 </widget>
101                 <widget>
102                     <class>QRadioButton</class>
103                     <property stdset="1">
104                         <name>name</name>
105                         <cstring>commentRB</cstring>
106                     </property>
107                     <property stdset="1">
108                         <name>text</name>
109                         <string>C&amp;omment</string>
110                     </property>
111                     <property>
112                         <name>toolTip</name>
113                         <string>Export to LaTeX but don't print</string>
114                     </property>
115                 </widget>
116                 <widget>
117                     <class>QRadioButton</class>
118                     <property stdset="1">
119                         <name>name</name>
120                         <cstring>greyedoutRB</cstring>
121                     </property>
122                     <property stdset="1">
123                         <name>text</name>
124                         <string>&amp;Greyed out</string>
125                     </property>
126                     <property>
127                         <name>toolTip</name>
128                         <string>Print as grey text</string>
129                     </property>
130                 </widget>
131             </vbox>
132         </widget>
133     </grid>
134 </widget>
135 <connections>
136     <connection>
137         <sender>noteRB</sender>
138         <signal>toggled(bool)</signal>
139         <receiver>QNoteDialogBase</receiver>
140         <slot>change_adaptor()</slot>
141     </connection>
142     <connection>
143         <sender>greyedoutRB</sender>
144         <signal>toggled(bool)</signal>
145         <receiver>QNoteDialogBase</receiver>
146         <slot>change_adaptor()</slot>
147     </connection>
148     <connection>
149         <sender>commentRB</sender>
150         <signal>toggled(bool)</signal>
151         <receiver>QNoteDialogBase</receiver>
152         <slot>change_adaptor()</slot>
153     </connection>
154     <slot access="public">change_adaptor()</slot>
155 </connections>
156 </UI>