]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QNoteUi.ui
Port of Martin Vermeer's QNote work: fix of framed and shaded note.
[lyx.git] / src / frontends / qt4 / ui / QNoteUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QNoteUi</class>
6  <widget class="QDialog" name="QNoteUi" >
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="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="1" column="0" >
29     <widget class="QPushButton" name="okPB" >
30      <property name="text" >
31       <string>&amp;OK</string>
32      </property>
33      <property name="default" >
34       <bool>false</bool>
35      </property>
36     </widget>
37    </item>
38    <item row="1" column="1" >
39     <widget class="QPushButton" name="closePB" >
40      <property name="text" >
41       <string>Close</string>
42      </property>
43      <property name="default" >
44       <bool>true</bool>
45      </property>
46     </widget>
47    </item>
48    <item row="0" column="0" colspan="2" >
49     <widget class="QGroupBox" name="NoteBG" >
50      <property name="title" >
51       <string>Type</string>
52      </property>
53      <layout class="QVBoxLayout" >
54       <property name="margin" >
55        <number>11</number>
56       </property>
57       <property name="spacing" >
58        <number>6</number>
59       </property>
60       <item>
61        <widget class="QRadioButton" name="noteRB" >
62         <property name="toolTip" >
63          <string>LyX internal only</string>
64         </property>
65         <property name="text" >
66          <string>LyX &amp;Note</string>
67         </property>
68        </widget>
69       </item>
70       <item>
71        <widget class="QRadioButton" name="commentRB" >
72         <property name="toolTip" >
73          <string>Export to LaTeX/Docbook but don't print</string>
74         </property>
75         <property name="text" >
76          <string>&amp;Comment</string>
77         </property>
78        </widget>
79       </item>
80       <item>
81        <widget class="QRadioButton" name="greyedoutRB" >
82         <property name="toolTip" >
83          <string>Print as grey text</string>
84         </property>
85         <property name="text" >
86          <string>&amp;Greyed out</string>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <widget class="QRadioButton" name="framedRB" >
92         <property name="toolTip" >
93          <string>Framed in box</string>
94         </property>
95         <property name="text" >
96          <string>&amp;Framed</string>
97         </property>
98        </widget>
99       </item>
100       <item>
101        <widget class="QRadioButton" name="shadedRB" >
102         <property name="toolTip" >
103          <string>Box with shaded background</string>
104         </property>
105         <property name="text" >
106          <string>&amp;Shaded</string>
107         </property>
108        </widget>
109       </item>
110      </layout>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
116  <resources/>
117  <connections/>
118 </ui>