]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QNoteDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QNoteDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QNoteDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QNoteDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>188</width>
12             <height>192</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>QNoteDialogBase</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <property name="margin">
26             <number>11</number>
27         </property>
28         <property name="spacing">
29             <number>6</number>
30         </property>
31         <widget class="QPushButton" row="1" column="0">
32             <property name="name">
33                 <cstring>okPB</cstring>
34             </property>
35             <property name="text">
36                 <string>&amp;OK</string>
37             </property>
38             <property name="default">
39                 <bool>false</bool>
40             </property>
41         </widget>
42         <widget class="QPushButton" row="1" column="1">
43             <property name="name">
44                 <cstring>closePB</cstring>
45             </property>
46             <property name="text">
47                 <string>Close</string>
48             </property>
49             <property name="default">
50                 <bool>true</bool>
51             </property>
52         </widget>
53         <widget class="QButtonGroup" row="0" column="0" rowspan="1" colspan="2">
54             <property name="name">
55                 <cstring>NoteBG</cstring>
56             </property>
57             <property name="title">
58                 <string>Type</string>
59             </property>
60             <vbox>
61                 <property name="name">
62                     <cstring>unnamed</cstring>
63                 </property>
64                 <property name="margin">
65                     <number>11</number>
66                 </property>
67                 <property name="spacing">
68                     <number>6</number>
69                 </property>
70                 <widget class="QRadioButton">
71                     <property name="name">
72                         <cstring>noteRB</cstring>
73                     </property>
74                     <property name="text">
75                         <string>LyX &amp;Note</string>
76                     </property>
77                     <property name="toolTip" stdset="0">
78                         <string>LyX internal only</string>
79                     </property>
80                 </widget>
81                 <widget class="QRadioButton">
82                     <property name="name">
83                         <cstring>commentRB</cstring>
84                     </property>
85                     <property name="text">
86                         <string>&amp;Comment</string>
87                     </property>
88                     <property name="toolTip" stdset="0">
89                         <string>Export to LaTeX/Docbook but don't print</string>
90                     </property>
91                 </widget>
92                 <widget class="QRadioButton">
93                     <property name="name">
94                         <cstring>greyedoutRB</cstring>
95                     </property>
96                     <property name="text">
97                         <string>&amp;Greyed out</string>
98                     </property>
99                     <property name="toolTip" stdset="0">
100                         <string>Print as grey text</string>
101                     </property>
102                 </widget>
103             </vbox>
104         </widget>
105     </grid>
106 </widget>
107 <connections>
108     <connection>
109         <sender>noteRB</sender>
110         <signal>toggled(bool)</signal>
111         <receiver>QNoteDialogBase</receiver>
112         <slot>change_adaptor()</slot>
113     </connection>
114     <connection>
115         <sender>greyedoutRB</sender>
116         <signal>toggled(bool)</signal>
117         <receiver>QNoteDialogBase</receiver>
118         <slot>change_adaptor()</slot>
119     </connection>
120     <connection>
121         <sender>commentRB</sender>
122         <signal>toggled(bool)</signal>
123         <receiver>QNoteDialogBase</receiver>
124         <slot>change_adaptor()</slot>
125     </connection>
126 </connections>
127 <includes>
128     <include location="global" impldecl="in declaration">config.h</include>
129     <include location="local" impldecl="in declaration">qt_helpers.h</include>
130 </includes>
131 <slots>
132     <slot>change_adaptor()</slot>
133 </slots>
134 <layoutdefaults spacing="6" margin="11"/>
135 </UI>